mainform.ui 61 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756
  1. <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
  2. <class>MainForm</class>
  3. <widget class="QMainWindow">
  4. <property name="name">
  5. <cstring>MainForm</cstring>
  6. </property>
  7. <property name="geometry">
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>794</width>
  12. <height>513</height>
  13. </rect>
  14. </property>
  15. <property name="caption">
  16. <string>TIGCC IDE for KDE</string>
  17. </property>
  18. <hbox>
  19. <property name="name">
  20. <cstring>unnamed</cstring>
  21. </property>
  22. <widget class="QSplitter">
  23. <property name="name">
  24. <cstring>splitter</cstring>
  25. </property>
  26. <property name="orientation">
  27. <enum>Horizontal</enum>
  28. </property>
  29. <widget class="KListView">
  30. <column>
  31. <property name="text">
  32. <string>Files</string>
  33. </property>
  34. <property name="clickable">
  35. <bool>false</bool>
  36. </property>
  37. <property name="resizable">
  38. <bool>false</bool>
  39. </property>
  40. </column>
  41. <property name="name">
  42. <cstring>fileTree</cstring>
  43. </property>
  44. <property name="paletteBackgroundColor">
  45. <color>
  46. <red>255</red>
  47. <green>255</green>
  48. <blue>255</blue>
  49. </color>
  50. </property>
  51. <property name="acceptDrops">
  52. <bool>true</bool>
  53. </property>
  54. <property name="rootIsDecorated">
  55. <bool>false</bool>
  56. </property>
  57. <property name="defaultRenameAction">
  58. <enum>Accept</enum>
  59. </property>
  60. <property name="itemsMovable">
  61. <bool>false</bool>
  62. </property>
  63. <property name="alternateBackground">
  64. <color>
  65. <red>255</red>
  66. <green>255</green>
  67. <blue>255</blue>
  68. </color>
  69. </property>
  70. </widget>
  71. <widget class="QWidgetStack">
  72. <property name="name">
  73. <cstring>widgetStack</cstring>
  74. </property>
  75. <property name="sizePolicy">
  76. <sizepolicy>
  77. <hsizetype>7</hsizetype>
  78. <vsizetype>7</vsizetype>
  79. <horstretch>0</horstretch>
  80. <verstretch>0</verstretch>
  81. </sizepolicy>
  82. </property>
  83. </widget>
  84. </widget>
  85. </hbox>
  86. </widget>
  87. <menubar>
  88. <property name="name">
  89. <cstring>menubar</cstring>
  90. </property>
  91. <item text="&amp;File" name="fileMenu">
  92. <actiongroup name="fileNewActionGroup"/>
  93. <item text="&amp;New" name="popupMenu" accel="">
  94. <action name="fileNewProjectAction"/>
  95. <action name="fileNewFolderAction"/>
  96. <action name="fileNewCHeaderAction"/>
  97. <action name="fileNewGNUAssemblyHeaderAction"/>
  98. <action name="fileNewA68kAssemblyHeaderAction"/>
  99. <action name="fileNewCSourceFileAction"/>
  100. <action name="fileNewGNUAssemblySourceFileAction"/>
  101. <action name="fileNewA68kAssemblySourceFileAction"/>
  102. <action name="fileNewQuillSourceFileAction"/>
  103. <action name="fileNewTextFileAction"/>
  104. </item>
  105. <action name="fileOpenAction"/>
  106. <action name="fileSaveAllAction"/>
  107. <action name="fileSaveProjectAsAction"/>
  108. <separator/>
  109. <action name="filePrintAction"/>
  110. <separator/>
  111. <action name="filePreferencesAction"/>
  112. <separator/>
  113. <action name="fileExitAction"/>
  114. <separator/>
  115. <action name="fileRecent1Action"/>
  116. <action name="fileRecent2Action"/>
  117. <action name="fileRecent3Action"/>
  118. <action name="fileRecent4Action"/>
  119. </item>
  120. <item text="&amp;Edit" name="editMenu">
  121. <action name="editUndoAction"/>
  122. <action name="editRedoAction"/>
  123. <separator/>
  124. <action name="editClearAction"/>
  125. <action name="editCutAction"/>
  126. <action name="editCopyAction"/>
  127. <action name="editPasteAction"/>
  128. <separator/>
  129. <action name="editSelectAllAction"/>
  130. <separator/>
  131. <action name="editIncreaseIndentAction"/>
  132. <action name="editDecreaseIndentAction"/>
  133. </item>
  134. <item text="F&amp;ind" name="findMenu">
  135. <action name="findFindAction"/>
  136. <action name="findReplaceAction"/>
  137. <separator/>
  138. <action name="findFunctionsAction"/>
  139. <separator/>
  140. <action name="findOpenFileAtCursorAction"/>
  141. <action name="findFindSymbolDeclarationAction"/>
  142. </item>
  143. <item text="&amp;Project" name="projectMenu">
  144. <action name="projectAddFilesAction"/>
  145. <separator/>
  146. <action name="projectCompileAction"/>
  147. <action name="projectMakeAction"/>
  148. <action name="projectBuildAction"/>
  149. <action name="projectStopCompilationAction"/>
  150. <action name="projectForceQuitAction"/>
  151. <separator/>
  152. <action name="projectErrorsAndWarningsAction"/>
  153. <action name="projectProgramOutputAction"/>
  154. <separator/>
  155. <action name="projectOptionsAction"/>
  156. </item>
  157. <item text="&amp;Debug" name="debugMenu">
  158. <action name="debugRunAction"/>
  159. <separator/>
  160. <action name="debugPauseAction"/>
  161. <action name="debugResetAction"/>
  162. </item>
  163. <item text="&amp;Tools" name="toolsMenu">
  164. <action name="toolsConfigureAction"/>
  165. </item>
  166. <item text="&amp;Help" name="helpMenu">
  167. <action name="helpContentsAction"/>
  168. <action name="helpIndexAction"/>
  169. <action name="helpSearchAction"/>
  170. <separator/>
  171. <action name="helpNewsAction"/>
  172. <separator/>
  173. <action name="helpAboutAction"/>
  174. </item>
  175. </menubar>
  176. <toolbars>
  177. <toolbar dock="2">
  178. <property name="name">
  179. <cstring>toolBar</cstring>
  180. </property>
  181. <property name="movingEnabled">
  182. <bool>false</bool>
  183. </property>
  184. <property name="label">
  185. <string>Tools</string>
  186. </property>
  187. <action name="fileNewActionGroup"/>
  188. <action name="fileOpenActionGroup"/>
  189. <action name="fileSaveAllAction"/>
  190. <separator/>
  191. <action name="filePrintQuicklyAction"/>
  192. <separator/>
  193. <action name="editClearAction"/>
  194. <action name="editCutAction"/>
  195. <action name="editCopyAction"/>
  196. <action name="editPasteAction"/>
  197. <separator/>
  198. <action name="editUndoAction"/>
  199. <action name="editRedoAction"/>
  200. <separator/>
  201. <action name="findFindAction"/>
  202. <action name="findReplaceAction"/>
  203. <action name="findFunctionsAction"/>
  204. <separator/>
  205. <action name="projectAddFilesAction"/>
  206. <separator/>
  207. <action name="projectMakeAction"/>
  208. <action name="projectBuildAction"/>
  209. <action name="projectStopCompilationAction"/>
  210. <action name="projectForceQuitAction"/>
  211. <separator/>
  212. <action name="debugRunAction"/>
  213. <action name="debugPauseAction"/>
  214. <separator/>
  215. <action name="helpDocumentationAction"/>
  216. </toolbar>
  217. </toolbars>
  218. <actions>
  219. <action>
  220. <property name="name">
  221. <cstring>fileOpenAction</cstring>
  222. </property>
  223. <property name="iconSet">
  224. <iconset>01</iconset>
  225. </property>
  226. <property name="text">
  227. <string>Open File</string>
  228. </property>
  229. <property name="menuText">
  230. <string>&amp;Open...</string>
  231. </property>
  232. <property name="statusTip">
  233. <string>Open an existing project or file</string>
  234. </property>
  235. <property name="accel">
  236. <string>Ctrl+O</string>
  237. </property>
  238. </action>
  239. <action>
  240. <property name="name">
  241. <cstring>fileSaveAllAction</cstring>
  242. </property>
  243. <property name="iconSet">
  244. <iconset>02</iconset>
  245. </property>
  246. <property name="text">
  247. <string>Save All</string>
  248. </property>
  249. <property name="menuText">
  250. <string>&amp;Save All</string>
  251. </property>
  252. <property name="statusTip">
  253. <string>Save all open files</string>
  254. </property>
  255. <property name="accel">
  256. <string>Ctrl+S</string>
  257. </property>
  258. </action>
  259. <action>
  260. <property name="name">
  261. <cstring>fileSaveProjectAsAction</cstring>
  262. </property>
  263. <property name="text">
  264. <string>Save Project As...</string>
  265. </property>
  266. <property name="menuText">
  267. <string>Save Project &amp;As...</string>
  268. </property>
  269. <property name="statusTip">
  270. <string>Save the current project with another name, or in another folder</string>
  271. </property>
  272. <property name="accel">
  273. <string></string>
  274. </property>
  275. </action>
  276. <action>
  277. <property name="name">
  278. <cstring>filePrintAction</cstring>
  279. </property>
  280. <property name="enabled">
  281. <bool>false</bool>
  282. </property>
  283. <property name="iconSet">
  284. <iconset>03</iconset>
  285. </property>
  286. <property name="text">
  287. <string>Print File</string>
  288. </property>
  289. <property name="menuText">
  290. <string>&amp;Print...</string>
  291. </property>
  292. <property name="statusTip">
  293. <string>Print the current source file</string>
  294. </property>
  295. <property name="accel">
  296. <string>Ctrl+P</string>
  297. </property>
  298. </action>
  299. <action>
  300. <property name="name">
  301. <cstring>fileExitAction</cstring>
  302. </property>
  303. <property name="text">
  304. <string>Exit</string>
  305. </property>
  306. <property name="menuText">
  307. <string>E&amp;xit</string>
  308. </property>
  309. <property name="statusTip">
  310. <string>Close the TIGCC IDE</string>
  311. </property>
  312. <property name="accel">
  313. <string></string>
  314. </property>
  315. </action>
  316. <action>
  317. <property name="name">
  318. <cstring>editUndoAction</cstring>
  319. </property>
  320. <property name="enabled">
  321. <bool>false</bool>
  322. </property>
  323. <property name="iconSet">
  324. <iconset>16</iconset>
  325. </property>
  326. <property name="text">
  327. <string>Undo</string>
  328. </property>
  329. <property name="menuText">
  330. <string>&amp;Undo</string>
  331. </property>
  332. <property name="statusTip">
  333. <string>Undo the last operation in the editor</string>
  334. </property>
  335. <property name="accel">
  336. <string>Ctrl+Z</string>
  337. </property>
  338. </action>
  339. <action>
  340. <property name="name">
  341. <cstring>editRedoAction</cstring>
  342. </property>
  343. <property name="enabled">
  344. <bool>false</bool>
  345. </property>
  346. <property name="iconSet">
  347. <iconset>17</iconset>
  348. </property>
  349. <property name="text">
  350. <string>Redo</string>
  351. </property>
  352. <property name="menuText">
  353. <string>&amp;Redo</string>
  354. </property>
  355. <property name="statusTip">
  356. <string>Redo the last undone operation in the editor</string>
  357. </property>
  358. <property name="accel">
  359. <string>Ctrl+Y</string>
  360. </property>
  361. </action>
  362. <action>
  363. <property name="name">
  364. <cstring>editCutAction</cstring>
  365. </property>
  366. <property name="enabled">
  367. <bool>false</bool>
  368. </property>
  369. <property name="iconSet">
  370. <iconset>05</iconset>
  371. </property>
  372. <property name="text">
  373. <string>Cut</string>
  374. </property>
  375. <property name="menuText">
  376. <string>Cu&amp;t</string>
  377. </property>
  378. <property name="statusTip">
  379. <string>Copy the selected text into the clipboard and delete it</string>
  380. </property>
  381. <property name="accel">
  382. <string>Ctrl+X</string>
  383. </property>
  384. </action>
  385. <action>
  386. <property name="name">
  387. <cstring>editCopyAction</cstring>
  388. </property>
  389. <property name="enabled">
  390. <bool>false</bool>
  391. </property>
  392. <property name="iconSet">
  393. <iconset>06</iconset>
  394. </property>
  395. <property name="text">
  396. <string>Copy</string>
  397. </property>
  398. <property name="menuText">
  399. <string>C&amp;opy</string>
  400. </property>
  401. <property name="statusTip">
  402. <string>Copy the selected text into the clipboard without deleting it</string>
  403. </property>
  404. <property name="accel">
  405. <string>Ctrl+C</string>
  406. </property>
  407. </action>
  408. <action>
  409. <property name="name">
  410. <cstring>editPasteAction</cstring>
  411. </property>
  412. <property name="enabled">
  413. <bool>false</bool>
  414. </property>
  415. <property name="iconSet">
  416. <iconset>07</iconset>
  417. </property>
  418. <property name="text">
  419. <string>Paste</string>
  420. </property>
  421. <property name="menuText">
  422. <string>&amp;Paste</string>
  423. </property>
  424. <property name="statusTip">
  425. <string>Paste text from the clipboard</string>
  426. </property>
  427. <property name="accel">
  428. <string>Ctrl+V</string>
  429. </property>
  430. </action>
  431. <action>
  432. <property name="name">
  433. <cstring>findFindAction</cstring>
  434. </property>
  435. <property name="iconSet">
  436. <iconset>13</iconset>
  437. </property>
  438. <property name="text">
  439. <string>Find</string>
  440. </property>
  441. <property name="menuText">
  442. <string>&amp;Find...</string>
  443. </property>
  444. <property name="toolTip">
  445. <string>Find Text</string>
  446. </property>
  447. <property name="statusTip">
  448. <string>Find the specified text in the current source file</string>
  449. </property>
  450. <property name="accel">
  451. <string>Ctrl+F</string>
  452. </property>
  453. </action>
  454. <action>
  455. <property name="name">
  456. <cstring>helpContentsAction</cstring>
  457. </property>
  458. <property name="iconSet">
  459. <iconset>12</iconset>
  460. </property>
  461. <property name="text">
  462. <string>Contents</string>
  463. </property>
  464. <property name="menuText">
  465. <string>&amp;Contents...</string>
  466. </property>
  467. <property name="statusTip">
  468. <string>Display the contents tab of the documentation</string>
  469. </property>
  470. <property name="accel">
  471. <string></string>
  472. </property>
  473. </action>
  474. <action>
  475. <property name="name">
  476. <cstring>helpIndexAction</cstring>
  477. </property>
  478. <property name="iconSet">
  479. <iconset>15</iconset>
  480. </property>
  481. <property name="text">
  482. <string>Index</string>
  483. </property>
  484. <property name="menuText">
  485. <string>&amp;Index...</string>
  486. </property>
  487. <property name="statusTip">
  488. <string>Display the index tab of the documentation</string>
  489. </property>
  490. <property name="accel">
  491. <string></string>
  492. </property>
  493. </action>
  494. <action>
  495. <property name="name">
  496. <cstring>helpAboutAction</cstring>
  497. </property>
  498. <property name="text">
  499. <string>About</string>
  500. </property>
  501. <property name="menuText">
  502. <string>&amp;About...</string>
  503. </property>
  504. <property name="statusTip">
  505. <string>Display information about this program</string>
  506. </property>
  507. <property name="accel">
  508. <string></string>
  509. </property>
  510. </action>
  511. <actiongroup>
  512. <property name="name">
  513. <cstring>fileNewActionGroup</cstring>
  514. </property>
  515. <property name="on">
  516. <bool>false</bool>
  517. </property>
  518. <property name="iconSet">
  519. <iconset>00</iconset>
  520. </property>
  521. <property name="text">
  522. <string>New</string>
  523. </property>
  524. <property name="menuText">
  525. <string>&amp;New</string>
  526. </property>
  527. <property name="toolTip">
  528. <string>New File</string>
  529. </property>
  530. <property name="statusTip">
  531. <string>Create a new file</string>
  532. </property>
  533. <property name="accel">
  534. <string></string>
  535. </property>
  536. <property name="exclusive">
  537. <bool>false</bool>
  538. </property>
  539. <property name="usesDropDown">
  540. <bool>true</bool>
  541. </property>
  542. <action>
  543. <property name="name">
  544. <cstring>fileNewProjectAction</cstring>
  545. </property>
  546. <property name="text">
  547. <string>&amp;Project</string>
  548. </property>
  549. <property name="menuText">
  550. <string>&amp;Project</string>
  551. </property>
  552. <property name="statusTip">
  553. <string>Create a new project</string>
  554. </property>
  555. <property name="accel">
  556. <string>Ctrl+N</string>
  557. </property>
  558. </action>
  559. <action>
  560. <property name="name">
  561. <cstring>fileNewFolderAction</cstring>
  562. </property>
  563. <property name="enabled">
  564. <bool>true</bool>
  565. </property>
  566. <property name="text">
  567. <string>&amp;Folder</string>
  568. </property>
  569. <property name="menuText">
  570. <string>&amp;Folder</string>
  571. </property>
  572. <property name="statusTip">
  573. <string>Create a new virtual folder</string>
  574. </property>
  575. </action>
  576. <action>
  577. <property name="name">
  578. <cstring>fileNewCHeaderAction</cstring>
  579. </property>
  580. <property name="text">
  581. <string>C &amp;Header File</string>
  582. </property>
  583. <property name="menuText">
  584. <string>C &amp;Header File</string>
  585. </property>
  586. <property name="statusTip">
  587. <string>Create a new C header file in the current project</string>
  588. </property>
  589. </action>
  590. <action>
  591. <property name="name">
  592. <cstring>fileNewGNUAssemblyHeaderAction</cstring>
  593. </property>
  594. <property name="text">
  595. <string>G&amp;NU Assembly Header File</string>
  596. </property>
  597. <property name="menuText">
  598. <string>G&amp;NU Assembly Header File</string>
  599. </property>
  600. <property name="statusTip">
  601. <string>Create a new GNU assembly header file in the current project</string>
  602. </property>
  603. </action>
  604. <action>
  605. <property name="name">
  606. <cstring>fileNewA68kAssemblyHeaderAction</cstring>
  607. </property>
  608. <property name="text">
  609. <string>A68&amp;k Assembly &amp;Header File</string>
  610. </property>
  611. <property name="menuText">
  612. <string>A68&amp;k Assembly &amp;Header File</string>
  613. </property>
  614. <property name="statusTip">
  615. <string>Create a new A68k assembly header file in the current project</string>
  616. </property>
  617. </action>
  618. <action>
  619. <property name="name">
  620. <cstring>fileNewCSourceFileAction</cstring>
  621. </property>
  622. <property name="text">
  623. <string>&amp;C Source File</string>
  624. </property>
  625. <property name="menuText">
  626. <string>&amp;C Source File</string>
  627. </property>
  628. <property name="statusTip">
  629. <string>Create a new C source file in the current project</string>
  630. </property>
  631. </action>
  632. <action>
  633. <property name="name">
  634. <cstring>fileNewGNUAssemblySourceFileAction</cstring>
  635. </property>
  636. <property name="text">
  637. <string>&amp;GNU Assembly Source File</string>
  638. </property>
  639. <property name="menuText">
  640. <string>&amp;GNU Assembly Source File</string>
  641. </property>
  642. <property name="statusTip">
  643. <string>Create a new GNU assembly source file in the current project</string>
  644. </property>
  645. </action>
  646. <action>
  647. <property name="name">
  648. <cstring>fileNewA68kAssemblySourceFileAction</cstring>
  649. </property>
  650. <property name="text">
  651. <string>&amp;A68k Assembly Source File</string>
  652. </property>
  653. <property name="menuText">
  654. <string>&amp;A68k Assembly Source File</string>
  655. </property>
  656. <property name="statusTip">
  657. <string>Create a new A68k assembly source file in the current project</string>
  658. </property>
  659. </action>
  660. <action>
  661. <property name="name">
  662. <cstring>fileNewQuillSourceFileAction</cstring>
  663. </property>
  664. <property name="text">
  665. <string>&amp;Quill Source File</string>
  666. </property>
  667. <property name="menuText">
  668. <string>&amp;Quill Source File</string>
  669. </property>
  670. <property name="statusTip">
  671. <string>Create a new Quill source file in the current project</string>
  672. </property>
  673. </action>
  674. <action>
  675. <property name="name">
  676. <cstring>fileNewTextFileAction</cstring>
  677. </property>
  678. <property name="text">
  679. <string>&amp;Text File</string>
  680. </property>
  681. <property name="menuText">
  682. <string>&amp;Text File</string>
  683. </property>
  684. <property name="statusTip">
  685. <string>Create a new text file in the current project, for general use</string>
  686. </property>
  687. </action>
  688. </actiongroup>
  689. <action>
  690. <property name="name">
  691. <cstring>filePreferencesAction</cstring>
  692. </property>
  693. <property name="text">
  694. <string>Preferences</string>
  695. </property>
  696. <property name="menuText">
  697. <string>P&amp;references...</string>
  698. </property>
  699. <property name="statusTip">
  700. <string>Change the IDE settings</string>
  701. </property>
  702. </action>
  703. <action>
  704. <property name="name">
  705. <cstring>editClearAction</cstring>
  706. </property>
  707. <property name="enabled">
  708. <bool>false</bool>
  709. </property>
  710. <property name="iconSet">
  711. <iconset>04</iconset>
  712. </property>
  713. <property name="text">
  714. <string>Clear</string>
  715. </property>
  716. <property name="menuText">
  717. <string>&amp;Clear</string>
  718. </property>
  719. <property name="statusTip">
  720. <string>Delete the selected text in the editor</string>
  721. </property>
  722. </action>
  723. <action>
  724. <property name="name">
  725. <cstring>editSelectAllAction</cstring>
  726. </property>
  727. <property name="enabled">
  728. <bool>false</bool>
  729. </property>
  730. <property name="text">
  731. <string>Select All</string>
  732. </property>
  733. <property name="menuText">
  734. <string>&amp;Select All</string>
  735. </property>
  736. <property name="statusTip">
  737. <string>Select the whole text in the editor</string>
  738. </property>
  739. <property name="accel">
  740. <string>Ctrl+A</string>
  741. </property>
  742. </action>
  743. <action>
  744. <property name="name">
  745. <cstring>editIncreaseIndentAction</cstring>
  746. </property>
  747. <property name="enabled">
  748. <bool>false</bool>
  749. </property>
  750. <property name="iconSet">
  751. <iconset>19</iconset>
  752. </property>
  753. <property name="text">
  754. <string>Increase Indent</string>
  755. </property>
  756. <property name="menuText">
  757. <string>&amp;Increase Indent</string>
  758. </property>
  759. <property name="statusTip">
  760. <string>Insert tabs so that the text is moved to the right</string>
  761. </property>
  762. <property name="accel">
  763. <string>Ctrl+I</string>
  764. </property>
  765. </action>
  766. <action>
  767. <property name="name">
  768. <cstring>editDecreaseIndentAction</cstring>
  769. </property>
  770. <property name="enabled">
  771. <bool>false</bool>
  772. </property>
  773. <property name="iconSet">
  774. <iconset>20</iconset>
  775. </property>
  776. <property name="text">
  777. <string>Decrease Indent</string>
  778. </property>
  779. <property name="menuText">
  780. <string>&amp;Decrease Indent</string>
  781. </property>
  782. <property name="statusTip">
  783. <string>Remove tabs and spaces so that the text is moved to the left</string>
  784. </property>
  785. <property name="accel">
  786. <string>Ctrl+D</string>
  787. </property>
  788. </action>
  789. <action>
  790. <property name="name">
  791. <cstring>findReplaceAction</cstring>
  792. </property>
  793. <property name="iconSet">
  794. <iconset>14</iconset>
  795. </property>
  796. <property name="text">
  797. <string>Replace</string>
  798. </property>
  799. <property name="menuText">
  800. <string>&amp;Replace...</string>
  801. </property>
  802. <property name="toolTip">
  803. <string>Replace Text</string>
  804. </property>
  805. <property name="statusTip">
  806. <string>Find the specified text in the current source file and replace it with something else</string>
  807. </property>
  808. <property name="accel">
  809. <string>Ctrl+R</string>
  810. </property>
  811. </action>
  812. <action>
  813. <property name="name">
  814. <cstring>findFunctionsAction</cstring>
  815. </property>
  816. <property name="enabled">
  817. <bool>false</bool>
  818. </property>
  819. <property name="iconSet">
  820. <iconset>18</iconset>
  821. </property>
  822. <property name="text">
  823. <string>Functions...</string>
  824. </property>
  825. <property name="menuText">
  826. <string>F&amp;unctions...</string>
  827. </property>
  828. <property name="statusTip">
  829. <string>Display a list of all functions in the current file</string>
  830. </property>
  831. </action>
  832. <action>
  833. <property name="name">
  834. <cstring>findOpenFileAtCursorAction</cstring>
  835. </property>
  836. <property name="enabled">
  837. <bool>false</bool>
  838. </property>
  839. <property name="text">
  840. <string>Open File at Cursor</string>
  841. </property>
  842. <property name="menuText">
  843. <string>&amp;Open File at Cursor</string>
  844. </property>
  845. <property name="statusTip">
  846. <string>Open the file the cursor is on</string>
  847. </property>
  848. <property name="accel">
  849. <string>Ctrl+Enter</string>
  850. </property>
  851. </action>
  852. <action>
  853. <property name="name">
  854. <cstring>projectAddFilesAction</cstring>
  855. </property>
  856. <property name="iconSet">
  857. <iconset>08</iconset>
  858. </property>
  859. <property name="text">
  860. <string>Add Files</string>
  861. </property>
  862. <property name="menuText">
  863. <string>&amp;Add Files...</string>
  864. </property>
  865. <property name="statusTip">
  866. <string>Add existing files to the current project</string>
  867. </property>
  868. </action>
  869. <action>
  870. <property name="name">
  871. <cstring>projectCompileAction</cstring>
  872. </property>
  873. <property name="iconSet">
  874. <iconset>09</iconset>
  875. </property>
  876. <property name="text">
  877. <string>Compile</string>
  878. </property>
  879. <property name="menuText">
  880. <string>&amp;Compile</string>
  881. </property>
  882. <property name="statusTip">
  883. <string>Compile all updated files in the current project</string>
  884. </property>
  885. <property name="accel">
  886. <string>Ctrl+Alt+F9</string>
  887. </property>
  888. </action>
  889. <action>
  890. <property name="name">
  891. <cstring>projectMakeAction</cstring>
  892. </property>
  893. <property name="iconSet">
  894. <iconset>10</iconset>
  895. </property>
  896. <property name="text">
  897. <string>Make</string>
  898. </property>
  899. <property name="menuText">
  900. <string>&amp;Make</string>
  901. </property>
  902. <property name="statusTip">
  903. <string>Compile and link together all updated files in the current project, creating an executable file</string>
  904. </property>
  905. <property name="accel">
  906. <string>Ctrl+F9</string>
  907. </property>
  908. </action>
  909. <action>
  910. <property name="name">
  911. <cstring>projectBuildAction</cstring>
  912. </property>
  913. <property name="iconSet">
  914. <iconset>11</iconset>
  915. </property>
  916. <property name="text">
  917. <string>Build</string>
  918. </property>
  919. <property name="menuText">
  920. <string>&amp;Build</string>
  921. </property>
  922. <property name="statusTip">
  923. <string>Recompile and link together all files in the current project, creating an executable file</string>
  924. </property>
  925. <property name="accel">
  926. <string>Alt+F9</string>
  927. </property>
  928. </action>
  929. <action>
  930. <property name="name">
  931. <cstring>projectErrorsAndWarningsAction</cstring>
  932. </property>
  933. <property name="toggleAction">
  934. <bool>true</bool>
  935. </property>
  936. <property name="enabled">
  937. <bool>false</bool>
  938. </property>
  939. <property name="text">
  940. <string>Errors and Warnings</string>
  941. </property>
  942. <property name="menuText">
  943. <string>&amp;Errors and Warnings</string>
  944. </property>
  945. <property name="statusTip">
  946. <string>Show or hide the Errors and Warnings window</string>
  947. </property>
  948. <property name="accel">
  949. <string>Ctrl+E</string>
  950. </property>
  951. </action>
  952. <action>
  953. <property name="name">
  954. <cstring>projectProgramOutputAction</cstring>
  955. </property>
  956. <property name="enabled">
  957. <bool>false</bool>
  958. </property>
  959. <property name="text">
  960. <string>Program Output...</string>
  961. </property>
  962. <property name="menuText">
  963. <string>&amp;Program Output...</string>
  964. </property>
  965. <property name="statusTip">
  966. <string>Show the output of the compilation tool that was run last</string>
  967. </property>
  968. </action>
  969. <action>
  970. <property name="name">
  971. <cstring>projectOptionsAction</cstring>
  972. </property>
  973. <property name="text">
  974. <string>Options...</string>
  975. </property>
  976. <property name="menuText">
  977. <string>&amp;Options...</string>
  978. </property>
  979. <property name="statusTip">
  980. <string>Change the settings of the current project</string>
  981. </property>
  982. </action>
  983. <action>
  984. <property name="name">
  985. <cstring>debugRunAction</cstring>
  986. </property>
  987. <property name="iconSet">
  988. <iconset>24</iconset>
  989. </property>
  990. <property name="text">
  991. <string>Run</string>
  992. </property>
  993. <property name="menuText">
  994. <string>&amp;Run</string>
  995. </property>
  996. <property name="statusTip">
  997. <string>Run the program on the target specified in the project settings</string>
  998. </property>
  999. <property name="accel">
  1000. <string>F9</string>
  1001. </property>
  1002. </action>
  1003. <action>
  1004. <property name="name">
  1005. <cstring>debugPauseAction</cstring>
  1006. </property>
  1007. <property name="iconSet">
  1008. <iconset>25</iconset>
  1009. </property>
  1010. <property name="text">
  1011. <string>Pause</string>
  1012. </property>
  1013. <property name="menuText">
  1014. <string>&amp;Pause</string>
  1015. </property>
  1016. <property name="statusTip">
  1017. <string>Pause the execution of the program and enter the debugger</string>
  1018. </property>
  1019. <property name="accel">
  1020. <string>Shift+F9</string>
  1021. </property>
  1022. </action>
  1023. <action>
  1024. <property name="name">
  1025. <cstring>debugResetAction</cstring>
  1026. </property>
  1027. <property name="iconSet">
  1028. <iconset>27</iconset>
  1029. </property>
  1030. <property name="text">
  1031. <string>Reset</string>
  1032. </property>
  1033. <property name="menuText">
  1034. <string>Re&amp;set</string>
  1035. </property>
  1036. <property name="statusTip">
  1037. <string>Reset the state of the virtual calculator to the one which was previously saved</string>
  1038. </property>
  1039. </action>
  1040. <action>
  1041. <property name="name">
  1042. <cstring>toolsConfigureAction</cstring>
  1043. </property>
  1044. <property name="iconSet">
  1045. <iconset>26</iconset>
  1046. </property>
  1047. <property name="text">
  1048. <string>Configure</string>
  1049. </property>
  1050. <property name="menuText">
  1051. <string>&amp;Configure...</string>
  1052. </property>
  1053. <property name="statusTip">
  1054. <string>Add, edit and remove tools</string>
  1055. </property>
  1056. </action>
  1057. <action>
  1058. <property name="name">
  1059. <cstring>helpSearchAction</cstring>
  1060. </property>
  1061. <property name="iconSet">
  1062. <iconset>13</iconset>
  1063. </property>
  1064. <property name="text">
  1065. <string>&amp;Search</string>
  1066. </property>
  1067. <property name="menuText">
  1068. <string>&amp;Search</string>
  1069. </property>
  1070. <property name="statusTip">
  1071. <string>Display the search tab of the documentation</string>
  1072. </property>
  1073. </action>
  1074. <action>
  1075. <property name="name">
  1076. <cstring>helpNewsAction</cstring>
  1077. </property>
  1078. <property name="iconSet">
  1079. <iconset>23</iconset>
  1080. </property>
  1081. <property name="text">
  1082. <string>News</string>
  1083. </property>
  1084. <property name="menuText">
  1085. <string>&amp;News...</string>
  1086. </property>
  1087. <property name="statusTip">
  1088. <string>Obtain the latest headlines from the official TIGCC site</string>
  1089. </property>
  1090. </action>
  1091. <action>
  1092. <property name="name">
  1093. <cstring>helpDocumentationAction</cstring>
  1094. </property>
  1095. <property name="iconSet">
  1096. <iconset>12</iconset>
  1097. </property>
  1098. <property name="text">
  1099. <string>Documentation</string>
  1100. </property>
  1101. <property name="menuText">
  1102. <string>Documentation</string>
  1103. </property>
  1104. <property name="statusTip">
  1105. <string>Open the documentation of TIGCC</string>
  1106. </property>
  1107. </action>
  1108. <action>
  1109. <property name="name">
  1110. <cstring>findFindSymbolDeclarationAction</cstring>
  1111. </property>
  1112. <property name="enabled">
  1113. <bool>false</bool>
  1114. </property>
  1115. <property name="text">
  1116. <string>F&amp;ind symbol declaration</string>
  1117. </property>
  1118. <property name="menuText">
  1119. <string>F&amp;ind symbol declaration</string>
  1120. </property>
  1121. <property name="statusTip">
  1122. <string>Find symbol declaration</string>
  1123. </property>
  1124. </action>
  1125. <actiongroup>
  1126. <property name="name">
  1127. <cstring>fileOpenActionGroup</cstring>
  1128. </property>
  1129. <property name="iconSet">
  1130. <iconset>01</iconset>
  1131. </property>
  1132. <property name="text">
  1133. <string>Open File</string>
  1134. </property>
  1135. <property name="menuText">
  1136. <string>&amp;Open...</string>
  1137. </property>
  1138. <property name="statusTip">
  1139. <string>Open an existing project or file</string>
  1140. </property>
  1141. <property name="exclusive">
  1142. <bool>false</bool>
  1143. </property>
  1144. <property name="usesDropDown">
  1145. <bool>true</bool>
  1146. </property>
  1147. <action>
  1148. <property name="name">
  1149. <cstring>fileOpenActionHidden</cstring>
  1150. </property>
  1151. <property name="text">
  1152. <string>Open File</string>
  1153. </property>
  1154. <property name="visible">
  1155. <bool>false</bool>
  1156. </property>
  1157. </action>
  1158. <action>
  1159. <property name="name">
  1160. <cstring>fileRecent1Action</cstring>
  1161. </property>
  1162. <property name="text">
  1163. <string>Recent File 1</string>
  1164. </property>
  1165. </action>
  1166. <action>
  1167. <property name="name">
  1168. <cstring>fileRecent2Action</cstring>
  1169. </property>
  1170. <property name="text">
  1171. <string>Recent File 2</string>
  1172. </property>
  1173. </action>
  1174. <action>
  1175. <property name="name">
  1176. <cstring>fileRecent3Action</cstring>
  1177. </property>
  1178. <property name="text">
  1179. <string>Recent File 3</string>
  1180. </property>
  1181. </action>
  1182. <action>
  1183. <property name="name">
  1184. <cstring>fileRecent4Action</cstring>
  1185. </property>
  1186. <property name="text">
  1187. <string>Recent File 4</string>
  1188. </property>
  1189. </action>
  1190. </actiongroup>
  1191. <action>
  1192. <property name="name">
  1193. <cstring>filePrintQuicklyAction</cstring>
  1194. </property>
  1195. <property name="enabled">
  1196. <bool>false</bool>
  1197. </property>
  1198. <property name="iconSet">
  1199. <iconset>03</iconset>
  1200. </property>
  1201. <property name="text">
  1202. <string>Print File</string>
  1203. </property>
  1204. <property name="statusTip">
  1205. <string>Print the current source file</string>
  1206. </property>
  1207. </action>
  1208. <action>
  1209. <property name="name">
  1210. <cstring>projectStopCompilationAction</cstring>
  1211. </property>
  1212. <property name="enabled">
  1213. <bool>false</bool>
  1214. </property>
  1215. <property name="iconSet">
  1216. <iconset>21</iconset>
  1217. </property>
  1218. <property name="text">
  1219. <string>Stop Compilation</string>
  1220. </property>
  1221. <property name="menuText">
  1222. <string>&amp;Stop Compilation</string>
  1223. </property>
  1224. <property name="statusTip">
  1225. <string>Attempt to stop the compilation process, but wait until it is finished</string>
  1226. </property>
  1227. <property name="visible">
  1228. <bool>false</bool>
  1229. </property>
  1230. </action>
  1231. <action>
  1232. <property name="name">
  1233. <cstring>projectForceQuitAction</cstring>
  1234. </property>
  1235. <property name="enabled">
  1236. <bool>false</bool>
  1237. </property>
  1238. <property name="iconSet">
  1239. <iconset>22</iconset>
  1240. </property>
  1241. <property name="text">
  1242. <string>Force-Quit Compiler</string>
  1243. </property>
  1244. <property name="menuText">
  1245. <string>&amp;Force-Quit Compiler</string>
  1246. </property>
  1247. <property name="statusTip">
  1248. <string>Force-quit the currently running process for compilation to stop compilation immediately</string>
  1249. </property>
  1250. <property name="visible">
  1251. <bool>false</bool>
  1252. </property>
  1253. </action>
  1254. </actions>
  1255. <connections>
  1256. <connection>
  1257. <sender>debugPauseAction</sender>
  1258. <signal>activated()</signal>
  1259. <receiver>MainForm</receiver>
  1260. <slot>debugPause()</slot>
  1261. </connection>
  1262. <connection>
  1263. <sender>debugResetAction</sender>
  1264. <signal>activated()</signal>
  1265. <receiver>MainForm</receiver>
  1266. <slot>debugReset()</slot>
  1267. </connection>
  1268. <connection>
  1269. <sender>debugRunAction</sender>
  1270. <signal>activated()</signal>
  1271. <receiver>MainForm</receiver>
  1272. <slot>debugRun()</slot>
  1273. </connection>
  1274. <connection>
  1275. <sender>editClearAction</sender>
  1276. <signal>activated()</signal>
  1277. <receiver>MainForm</receiver>
  1278. <slot>editClear()</slot>
  1279. </connection>
  1280. <connection>
  1281. <sender>editCopyAction</sender>
  1282. <signal>activated()</signal>
  1283. <receiver>MainForm</receiver>
  1284. <slot>editCopy()</slot>
  1285. </connection>
  1286. <connection>
  1287. <sender>editCutAction</sender>
  1288. <signal>activated()</signal>
  1289. <receiver>MainForm</receiver>
  1290. <slot>editCut()</slot>
  1291. </connection>
  1292. <connection>
  1293. <sender>editDecreaseIndentAction</sender>
  1294. <signal>activated()</signal>
  1295. <receiver>MainForm</receiver>
  1296. <slot>editDecreaseIndent()</slot>
  1297. </connection>
  1298. <connection>
  1299. <sender>editIncreaseIndentAction</sender>
  1300. <signal>activated()</signal>
  1301. <receiver>MainForm</receiver>
  1302. <slot>editIncreaseIndent()</slot>
  1303. </connection>
  1304. <connection>
  1305. <sender>editPasteAction</sender>
  1306. <signal>activated()</signal>
  1307. <receiver>MainForm</receiver>
  1308. <slot>editPaste()</slot>
  1309. </connection>
  1310. <connection>
  1311. <sender>editRedoAction</sender>
  1312. <signal>activated()</signal>
  1313. <receiver>MainForm</receiver>
  1314. <slot>editRedo()</slot>
  1315. </connection>
  1316. <connection>
  1317. <sender>editSelectAllAction</sender>
  1318. <signal>activated()</signal>
  1319. <receiver>MainForm</receiver>
  1320. <slot>editSelectAll()</slot>
  1321. </connection>
  1322. <connection>
  1323. <sender>editUndoAction</sender>
  1324. <signal>activated()</signal>
  1325. <receiver>MainForm</receiver>
  1326. <slot>editUndo()</slot>
  1327. </connection>
  1328. <connection>
  1329. <sender>fileExitAction</sender>
  1330. <signal>activated()</signal>
  1331. <receiver>MainForm</receiver>
  1332. <slot>close()</slot>
  1333. </connection>
  1334. <connection>
  1335. <sender>fileNewA68kAssemblyHeaderAction</sender>
  1336. <signal>activated()</signal>
  1337. <receiver>MainForm</receiver>
  1338. <slot>fileNewA68kAssemblyHeader()</slot>
  1339. </connection>
  1340. <connection>
  1341. <sender>fileNewA68kAssemblySourceFileAction</sender>
  1342. <signal>activated()</signal>
  1343. <receiver>MainForm</receiver>
  1344. <slot>fileNewA68kAssemblySourceFile()</slot>
  1345. </connection>
  1346. <connection>
  1347. <sender>fileNewCHeaderAction</sender>
  1348. <signal>activated()</signal>
  1349. <receiver>MainForm</receiver>
  1350. <slot>fileNewCHeader()</slot>
  1351. </connection>
  1352. <connection>
  1353. <sender>fileNewCSourceFileAction</sender>
  1354. <signal>activated()</signal>
  1355. <receiver>MainForm</receiver>
  1356. <slot>fileNewCSourceFile()</slot>
  1357. </connection>
  1358. <connection>
  1359. <sender>fileNewFolderAction</sender>
  1360. <signal>activated()</signal>
  1361. <receiver>MainForm</receiver>
  1362. <slot>fileNewFolder()</slot>
  1363. </connection>
  1364. <connection>
  1365. <sender>fileNewGNUAssemblyHeaderAction</sender>
  1366. <signal>activated()</signal>
  1367. <receiver>MainForm</receiver>
  1368. <slot>fileNewGNUAssemblyHeader()</slot>
  1369. </connection>
  1370. <connection>
  1371. <sender>fileNewGNUAssemblySourceFileAction</sender>
  1372. <signal>activated()</signal>
  1373. <receiver>MainForm</receiver>
  1374. <slot>fileNewGNUAssemblySourceFile()</slot>
  1375. </connection>
  1376. <connection>
  1377. <sender>fileNewProjectAction</sender>
  1378. <signal>activated()</signal>
  1379. <receiver>MainForm</receiver>
  1380. <slot>fileNewProject()</slot>
  1381. </connection>
  1382. <connection>
  1383. <sender>fileNewQuillSourceFileAction</sender>
  1384. <signal>activated()</signal>
  1385. <receiver>MainForm</receiver>
  1386. <slot>fileNewQuillSourceFile()</slot>
  1387. </connection>
  1388. <connection>
  1389. <sender>fileNewTextFileAction</sender>
  1390. <signal>activated()</signal>
  1391. <receiver>MainForm</receiver>
  1392. <slot>fileNewTextFile()</slot>
  1393. </connection>
  1394. <connection>
  1395. <sender>fileOpenAction</sender>
  1396. <signal>activated()</signal>
  1397. <receiver>MainForm</receiver>
  1398. <slot>fileOpen()</slot>
  1399. </connection>
  1400. <connection>
  1401. <sender>fileOpenActionHidden</sender>
  1402. <signal>activated()</signal>
  1403. <receiver>MainForm</receiver>
  1404. <slot>fileOpen()</slot>
  1405. </connection>
  1406. <connection>
  1407. <sender>filePreferencesAction</sender>
  1408. <signal>activated()</signal>
  1409. <receiver>MainForm</receiver>
  1410. <slot>filePreferences()</slot>
  1411. </connection>
  1412. <connection>
  1413. <sender>filePrintAction</sender>
  1414. <signal>activated()</signal>
  1415. <receiver>MainForm</receiver>
  1416. <slot>filePrint()</slot>
  1417. </connection>
  1418. <connection>
  1419. <sender>fileRecent1Action</sender>
  1420. <signal>activated()</signal>
  1421. <receiver>MainForm</receiver>
  1422. <slot>fileRecent1()</slot>
  1423. </connection>
  1424. <connection>
  1425. <sender>fileRecent2Action</sender>
  1426. <signal>activated()</signal>
  1427. <receiver>MainForm</receiver>
  1428. <slot>fileRecent2()</slot>
  1429. </connection>
  1430. <connection>
  1431. <sender>fileRecent3Action</sender>
  1432. <signal>activated()</signal>
  1433. <receiver>MainForm</receiver>
  1434. <slot>fileRecent3()</slot>
  1435. </connection>
  1436. <connection>
  1437. <sender>fileRecent4Action</sender>
  1438. <signal>activated()</signal>
  1439. <receiver>MainForm</receiver>
  1440. <slot>fileRecent4()</slot>
  1441. </connection>
  1442. <connection>
  1443. <sender>fileSaveAllAction</sender>
  1444. <signal>activated()</signal>
  1445. <receiver>MainForm</receiver>
  1446. <slot>fileSave()</slot>
  1447. </connection>
  1448. <connection>
  1449. <sender>fileSaveProjectAsAction</sender>
  1450. <signal>activated()</signal>
  1451. <receiver>MainForm</receiver>
  1452. <slot>fileSaveAs()</slot>
  1453. </connection>
  1454. <connection>
  1455. <sender>fileTree</sender>
  1456. <signal>clicked(QListViewItem*)</signal>
  1457. <receiver>MainForm</receiver>
  1458. <slot>fileTreeClicked(QListViewItem*)</slot>
  1459. </connection>
  1460. <connection>
  1461. <sender>fileTree</sender>
  1462. <signal>contextMenuRequested(QListViewItem*,const QPoint&amp;,int)</signal>
  1463. <receiver>MainForm</receiver>
  1464. <slot>fileTreeContextMenuRequested(QListViewItem*,const QPoint&amp;,int)</slot>
  1465. </connection>
  1466. <connection>
  1467. <sender>fileTree</sender>
  1468. <signal>itemRenamed(QListViewItem*,const QString&amp;,int)</signal>
  1469. <receiver>MainForm</receiver>
  1470. <slot>fileTreeItemRenamed(QListViewItem*,const QString&amp;,int)</slot>
  1471. </connection>
  1472. <connection>
  1473. <sender>findFindAction</sender>
  1474. <signal>activated()</signal>
  1475. <receiver>MainForm</receiver>
  1476. <slot>findFind()</slot>
  1477. </connection>
  1478. <connection>
  1479. <sender>findFindSymbolDeclarationAction</sender>
  1480. <signal>activated()</signal>
  1481. <receiver>MainForm</receiver>
  1482. <slot>findFindSymbolDeclaration()</slot>
  1483. </connection>
  1484. <connection>
  1485. <sender>findFunctionsAction</sender>
  1486. <signal>activated()</signal>
  1487. <receiver>MainForm</receiver>
  1488. <slot>findFunctions()</slot>
  1489. </connection>
  1490. <connection>
  1491. <sender>findOpenFileAtCursorAction</sender>
  1492. <signal>activated()</signal>
  1493. <receiver>MainForm</receiver>
  1494. <slot>findOpenFileAtCursor()</slot>
  1495. </connection>
  1496. <connection>
  1497. <sender>findReplaceAction</sender>
  1498. <signal>activated()</signal>
  1499. <receiver>MainForm</receiver>
  1500. <slot>findReplace()</slot>
  1501. </connection>
  1502. <connection>
  1503. <sender>helpAboutAction</sender>
  1504. <signal>activated()</signal>
  1505. <receiver>MainForm</receiver>
  1506. <slot>helpAbout()</slot>
  1507. </connection>
  1508. <connection>
  1509. <sender>helpContentsAction</sender>
  1510. <signal>activated()</signal>
  1511. <receiver>MainForm</receiver>
  1512. <slot>helpContents()</slot>
  1513. </connection>
  1514. <connection>
  1515. <sender>helpDocumentationAction</sender>
  1516. <signal>activated()</signal>
  1517. <receiver>MainForm</receiver>
  1518. <slot>helpDocumentation()</slot>
  1519. </connection>
  1520. <connection>
  1521. <sender>helpIndexAction</sender>
  1522. <signal>activated()</signal>
  1523. <receiver>MainForm</receiver>
  1524. <slot>helpIndex()</slot>
  1525. </connection>
  1526. <connection>
  1527. <sender>helpNewsAction</sender>
  1528. <signal>activated()</signal>
  1529. <receiver>MainForm</receiver>
  1530. <slot>helpNews()</slot>
  1531. </connection>
  1532. <connection>
  1533. <sender>helpSearchAction</sender>
  1534. <signal>activated()</signal>
  1535. <receiver>MainForm</receiver>
  1536. <slot>helpSearch()</slot>
  1537. </connection>
  1538. <connection>
  1539. <sender>projectAddFilesAction</sender>
  1540. <signal>activated()</signal>
  1541. <receiver>MainForm</receiver>
  1542. <slot>projectAddFiles()</slot>
  1543. </connection>
  1544. <connection>
  1545. <sender>projectBuildAction</sender>
  1546. <signal>activated()</signal>
  1547. <receiver>MainForm</receiver>
  1548. <slot>projectBuild()</slot>
  1549. </connection>
  1550. <connection>
  1551. <sender>projectCompileAction</sender>
  1552. <signal>activated()</signal>
  1553. <receiver>MainForm</receiver>
  1554. <slot>projectCompile()</slot>
  1555. </connection>
  1556. <connection>
  1557. <sender>projectErrorsAndWarningsAction</sender>
  1558. <signal>toggled(bool)</signal>
  1559. <receiver>MainForm</receiver>
  1560. <slot>projectErrorsAndWarnings(bool)</slot>
  1561. </connection>
  1562. <connection>
  1563. <sender>projectMakeAction</sender>
  1564. <signal>activated()</signal>
  1565. <receiver>MainForm</receiver>
  1566. <slot>projectMake()</slot>
  1567. </connection>
  1568. <connection>
  1569. <sender>projectOptionsAction</sender>
  1570. <signal>activated()</signal>
  1571. <receiver>MainForm</receiver>
  1572. <slot>projectOptions()</slot>
  1573. </connection>
  1574. <connection>
  1575. <sender>projectProgramOutputAction</sender>
  1576. <signal>activated()</signal>
  1577. <receiver>MainForm</receiver>
  1578. <slot>projectProgramOutput()</slot>
  1579. </connection>
  1580. <connection>
  1581. <sender>toolsConfigureAction</sender>
  1582. <signal>activated()</signal>
  1583. <receiver>MainForm</receiver>
  1584. <slot>toolsConfigure()</slot>
  1585. </connection>
  1586. <connection>
  1587. <sender>filePrintQuicklyAction</sender>
  1588. <signal>activated()</signal>
  1589. <receiver>MainForm</receiver>
  1590. <slot>filePrintQuickly()</slot>
  1591. </connection>
  1592. <connection>
  1593. <sender>projectStopCompilationAction</sender>
  1594. <signal>activated()</signal>
  1595. <receiver>MainForm</receiver>
  1596. <slot>projectStopCompilation()</slot>
  1597. </connection>
  1598. <connection>
  1599. <sender>projectForceQuitAction</sender>
  1600. <signal>activated()</signal>
  1601. <receiver>MainForm</receiver>
  1602. <slot>projectForceQuit()</slot>
  1603. </connection>
  1604. </connections>
  1605. <includes>
  1606. <include location="local" impldecl="in implementation">mainform.ui.h</include>
  1607. </includes>
  1608. <slots>
  1609. <slot>errorListView_clicked( QListViewItem * item )</slot>
  1610. <slot>errorListAccel_activated( int index )</slot>
  1611. <slot returnType="bool">findSourceFile( bool &amp; inProject, void * &amp; srcFile, const QString &amp; fileName )</slot>
  1612. <slot>init()</slot>
  1613. <slot>destroy()</slot>
  1614. <slot>te_popup_aboutToShow()</slot>
  1615. <slot>te_popup_activated( int index )</slot>
  1616. <slot>accel_activated(int)</slot>
  1617. <slot>fileTreeAccel_activated( int index )</slot>
  1618. <slot>fileNewProject()</slot>
  1619. <slot>fileOpen()</slot>
  1620. <slot>fileRecent1()</slot>
  1621. <slot>fileRecent2()</slot>
  1622. <slot>fileRecent3()</slot>
  1623. <slot>fileRecent4()</slot>
  1624. <slot returnType="bool">fileSave()</slot>
  1625. <slot returnType="bool">fileSaveAs()</slot>
  1626. <slot>filePrint()</slot>
  1627. <slot>filePrintQuickly()</slot>
  1628. <slot>filePreferences()</slot>
  1629. <slot>editUndo()</slot>
  1630. <slot>editRedo()</slot>
  1631. <slot>editClear()</slot>
  1632. <slot>editCut()</slot>
  1633. <slot>editCopy()</slot>
  1634. <slot>editPaste()</slot>
  1635. <slot>editSelectAll()</slot>
  1636. <slot>editIncreaseIndent()</slot>
  1637. <slot>editDecreaseIndent()</slot>
  1638. <slot>findFind()</slot>
  1639. <slot>findFind_next()</slot>
  1640. <slot>findFind_highlight( const QString &amp; unused_text, int matchingindex, int matchedlength )</slot>
  1641. <slot>findFind_stop()</slot>
  1642. <slot>findReplace()</slot>
  1643. <slot>findReplace_next()</slot>
  1644. <slot>findReplace_highlight( const QString &amp; unused_text, int matchingindex, int matchedlength )</slot>
  1645. <slot>findReplace_replace( const QString &amp; text, int replacementIndex, int replacedLength, int matchedLength )</slot>
  1646. <slot>findReplace_stop()</slot>
  1647. <slot>findFunctions()</slot>
  1648. <slot>findFunctionsPopup_aboutToShow()</slot>
  1649. <slot>findFunctionsPopup_aboutToHide()</slot>
  1650. <slot>findFunctionsPopup_aboutToHide_async()</slot>
  1651. <slot>findFunctionsPopup_activated( int id )</slot>
  1652. <slot>findOpenFileAtCursor()</slot>
  1653. <slot>findFindSymbolDeclaration()</slot>
  1654. <slot>projectAddFiles()</slot>
  1655. <slot>procio_processExited()</slot>
  1656. <slot>procio_readReady()</slot>
  1657. <slot>procio_readReady_recordOnly()</slot>
  1658. <slot>projectCompile()</slot>
  1659. <slot>projectMake()</slot>
  1660. <slot>projectBuild()</slot>
  1661. <slot>projectStopCompilation()</slot>
  1662. <slot>projectForceQuit()</slot>
  1663. <slot>projectErrorsAndWarnings( bool on )</slot>
  1664. <slot>projectProgramOutput()</slot>
  1665. <slot>projectOptions()</slot>
  1666. <slot>debugRun()</slot>
  1667. <slot>debugPause()</slot>
  1668. <slot>debugReset()</slot>
  1669. <slot>toolsConfigure()</slot>
  1670. <slot>helpDocumentation()</slot>
  1671. <slot>helpContents()</slot>
  1672. <slot>helpIndex()</slot>
  1673. <slot>helpSearch()</slot>
  1674. <slot>helpNews()</slot>
  1675. <slot>helpAbout()</slot>
  1676. <slot>resizeEvent( QResizeEvent * event )</slot>
  1677. <slot>timerEvent( QTimerEvent * event )</slot>
  1678. <slot>fileTreeClicked( QListViewItem * item )</slot>
  1679. <slot>fileNewFolder()</slot>
  1680. <slot>fileTreeContextMenuRequested( QListViewItem * item, const QPoint &amp; pos, int unused_col )</slot>
  1681. <slot>fileNewCHeader()</slot>
  1682. <slot>fileNewGNUAssemblyHeader()</slot>
  1683. <slot>fileNewA68kAssemblyHeader()</slot>
  1684. <slot>fileNewCSourceFile()</slot>
  1685. <slot>fileNewGNUAssemblySourceFile()</slot>
  1686. <slot>fileNewA68kAssemblySourceFile()</slot>
  1687. <slot>fileNewQuillSourceFile()</slot>
  1688. <slot>fileNewTextFile()</slot>
  1689. <slot>statusBar_messageChanged( const QString &amp; message )</slot>
  1690. <slot>current_view_cursorPositionChanged()</slot>
  1691. <slot>current_view_textChanged()</slot>
  1692. <slot>current_view_undoChanged()</slot>
  1693. <slot>current_view_selectionChanged()</slot>
  1694. <slot>current_view_charactersInteractivelyInserted( int line, int col, const QString &amp; characters )</slot>
  1695. <slot>clipboard_dataChanged()</slot>
  1696. <slot>fileTreeItemRenamed( QListViewItem * item, const QString &amp; newName, int col )</slot>
  1697. <slot>KDirWatch_dirty( const QString &amp; fileName )</slot>
  1698. <slot>findFunctions_functionListBox_highlighted(int index)</slot>
  1699. <slot>findFunctions_functionListBox_selected(int index)</slot>
  1700. <slot>findFunctions_prototypeButton_clicked()</slot>
  1701. <slot>findFunctions_implementationButton_clicked()</slot>
  1702. </slots>
  1703. <functions>
  1704. <function specifier="static">deleteErrorsForLVFile( QListViewItem * item )</function>
  1705. <function specifier="static">deleteErrorsForSrcFile( void * srcFile )</function>
  1706. <function specifier="static">createErrorCursorsForSourceFile( QListViewItem * item )</function>
  1707. <function specifier="static">deleteOverwrittenErrorsIn( void * srcFile )</function>
  1708. <function access="private" specifier="non virtual">clearProject()</function>
  1709. <function access="private" specifier="non virtual" returnType="QString">findFilter( unsigned short job )</function>
  1710. <function specifier="static" returnType="QString">SGetFileName( int mode, const QString &amp; fileFilter, const QString &amp; caption, QWidget * parent )</function>
  1711. <function specifier="static" returnType="QStringList">SGetFileName_Multiple( const QString &amp; fileFilter, const QString &amp; caption, QWidget * parent )</function>
  1712. <function access="private" specifier="non virtual">updateRecent()</function>
  1713. <function access="private" specifier="non virtual">addRecent( const QString &amp; fileName )</function>
  1714. <function access="private" specifier="non virtual" returnType="QListViewItem *">openFile( QListViewItem * category, QListViewItem * parent, const QString &amp; fileCaption, const QString &amp; fileName )</function>
  1715. <function access="private" specifier="static" returnType="QListViewItem *">createFolder( QListViewItem * parent, const QString &amp; name )</function>
  1716. <function specifier="non virtual" returnType="void *">createView( const QString &amp; fileName, const QString &amp; fileText, QListViewItem * category )</function>
  1717. <function>adoptSourceFile( void * srcFile )</function>
  1718. <function access="private" specifier="non virtual">fileOpen_addList( QListViewItem * category, void * fileListV, void * dir, const QString &amp; open_file )</function>
  1719. <function returnType="bool">openProject( const QString &amp; fileName )</function>
  1720. <function specifier="non virtual" returnType="int">fileSavePrompt( QListViewItem * fileItem )</function>
  1721. <function access="private" specifier="non virtual" returnType="int">savePrompt( void )</function>
  1722. <function access="private" specifier="non virtual">removeTrailingSpacesFromView( void * view )</function>
  1723. <function access="private" specifier="non virtual">fileSave_save( QListViewItem * theItem )</function>
  1724. <function access="private" specifier="non virtual">fileSave_saveAs( QListViewItem * theItem )</function>
  1725. <function access="private" specifier="non virtual">fileSave_loadList( QListViewItem * category, void * fileListV, const QString &amp; base_dir, void * dir_new, QString * open_file )</function>
  1726. <function>fileSave_fromto( const QString &amp; lastProj, const QString &amp; nextProj )</function>
  1727. <function access="private" specifier="non virtual">findReplace_next( bool firstTime )</function>
  1728. <function access="private" specifier="non virtual" returnType="int">projectAddFiles_oneFile( const QString &amp; fileName )</function>
  1729. <function returnType="QString">writeTempSourceFile( void * srcFile, bool inProject )</function>
  1730. <function access="private" specifier="non virtual">startCompiling()</function>
  1731. <function access="private" specifier="non virtual">stopCompiling()</function>
  1732. <function access="private" specifier="non virtual">compileFile( void * srcFile, bool inProject, bool force )</function>
  1733. <function access="private" specifier="non virtual">compileProject( bool forceAll )</function>
  1734. <function access="private" specifier="non virtual">linkProject()</function>
  1735. <function access="private" specifier="non virtual">showStats()</function>
  1736. <function>compileSourceFile( void * srcFile )</function>
  1737. <function access="private" specifier="non virtual" returnType="bool">tiemuInstance( QCString &amp; instanceName )</function>
  1738. <function specifier="static" returnType="QString">tilibsErrorMessage( int err )</function>
  1739. <function access="private" specifier="non virtual">updateSizes()</function>
  1740. <function access="private" specifier="non virtual" returnType="bool">removeItem( QListViewItem * item )</function>
  1741. <function access="private" specifier="non virtual" returnType="QStringList">extractAllFileNames( void )</function>
  1742. <function access="private" specifier="non virtual">extractFileTreeInfo( QListViewItem * parent, QListViewItem * * p_category, QString * p_folderPath )</function>
  1743. <function access="private" specifier="non virtual">newFile( QListViewItem * parent, QString text, const QPixmap &amp; pixmap )</function>
  1744. <function access="private" specifier="non virtual">newFile( QListViewItem * parent )</function>
  1745. <function access="private" specifier="non virtual" returnType="QListViewItem *">resolveParent( QListViewItem * category )</function>
  1746. <function access="private" specifier="non virtual">updateLeftStatusLabel()</function>
  1747. <function access="private" specifier="non virtual">updateRightStatusLabel()</function>
  1748. <function access="private" specifier="non virtual">current_view_newLineHook()</function>
  1749. <function access="protected">closeEvent( QCloseEvent * e )</function>
  1750. </functions>
  1751. <pixmapinproject/>
  1752. <layoutdefaults spacing="0" margin="0"/>
  1753. <includehints>
  1754. <includehint>klistview.h</includehint>
  1755. </includehints>
  1756. </UI>