mainform.ui 61 KB

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