mainform.ui 56 KB

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