mainform.ui 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285
  1. <!DOCTYPE UI><UI version="3.1" 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>610</width>
  12. <height>520</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="QListView">
  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. </widget>
  54. <widget class="KTextEdit">
  55. <property name="name">
  56. <cstring>kTextEdit1</cstring>
  57. </property>
  58. <property name="enabled">
  59. <bool>false</bool>
  60. </property>
  61. <property name="paletteBackgroundColor">
  62. <color>
  63. <red>230</red>
  64. <green>230</green>
  65. <blue>230</blue>
  66. </color>
  67. </property>
  68. </widget>
  69. </widget>
  70. </hbox>
  71. </widget>
  72. <menubar>
  73. <property name="name">
  74. <cstring>menubar</cstring>
  75. </property>
  76. <item text="&amp;File" name="fileMenu">
  77. <action name="fileNewActionGroup"/>
  78. <action name="fileOpenAction"/>
  79. <action name="fileSaveAllAction"/>
  80. <action name="fileSaveProjectAsAction"/>
  81. <separator/>
  82. <action name="filePrintAction"/>
  83. <separator/>
  84. <action name="filePreferencesAction"/>
  85. <separator/>
  86. <action name="fileExitAction"/>
  87. <separator/>
  88. <action name="fileRecent1Action"/>
  89. <action name="fileRecent2Action"/>
  90. <action name="fileRecent3Action"/>
  91. <action name="fileRecent4Action"/>
  92. </item>
  93. <item text="&amp;Edit" name="editMenu">
  94. <action name="editUndoAction"/>
  95. <action name="editRedoAction"/>
  96. <separator/>
  97. <action name="editClearAction"/>
  98. <action name="editCutAction"/>
  99. <action name="editCopyAction"/>
  100. <action name="editPasteAction"/>
  101. <separator/>
  102. <action name="editSelectAllAction"/>
  103. <separator/>
  104. <action name="editIncreaseIndentAction"/>
  105. <action name="editDecreaseIndentAction"/>
  106. </item>
  107. <item text="F&amp;ind" name="PopupMenu">
  108. <action name="findFindAction"/>
  109. <action name="findReplaceAction"/>
  110. <separator/>
  111. <action name="findFunctionsAction"/>
  112. <separator/>
  113. <action name="findOpenFileAtCursorAction"/>
  114. </item>
  115. <item text="&amp;Project" name="PopupMenu_2">
  116. <action name="projectAddFilesAction"/>
  117. <separator/>
  118. <action name="projectCompileAction"/>
  119. <action name="projectMakeAction"/>
  120. <action name="projectBuildAction"/>
  121. <separator/>
  122. <action name="projectErrorsWarningsAction"/>
  123. <action name="projectProgramOutputAction"/>
  124. <separator/>
  125. <action name="projectOptionsAction"/>
  126. </item>
  127. <item text="&amp;Debug" name="PopupMenu_3">
  128. <action name="debugRunAction"/>
  129. <separator/>
  130. <action name="debugPauseAction"/>
  131. <action name="debugResetAction"/>
  132. </item>
  133. <item text="&amp;Tools" name="PopupMenu_4">
  134. <action name="toolsConfigureAction"/>
  135. </item>
  136. <item text="&amp;Help" name="helpMenu">
  137. <action name="helpContentsAction"/>
  138. <action name="helpIndexAction"/>
  139. <action name="helpSearchAction"/>
  140. <separator/>
  141. <action name="helpNewsAction"/>
  142. <separator/>
  143. <action name="helpAboutAction"/>
  144. </item>
  145. </menubar>
  146. <toolbars>
  147. <toolbar dock="2">
  148. <property name="name">
  149. <cstring>toolBar</cstring>
  150. </property>
  151. <property name="movingEnabled">
  152. <bool>false</bool>
  153. </property>
  154. <property name="label">
  155. <string>Tools</string>
  156. </property>
  157. <action name="fileNewActionGroup"/>
  158. <action name="fileOpenAction"/>
  159. <action name="fileSaveAllAction"/>
  160. <separator/>
  161. <action name="filePrintAction"/>
  162. <separator/>
  163. <action name="editClearAction"/>
  164. <action name="editCutAction"/>
  165. <action name="editCopyAction"/>
  166. <action name="editPasteAction"/>
  167. <separator/>
  168. <action name="editUndoAction"/>
  169. <action name="editRedoAction"/>
  170. <separator/>
  171. <action name="findFindAction"/>
  172. <action name="findReplaceAction"/>
  173. <action name="findFunctionsAction"/>
  174. <separator/>
  175. <action name="projectAddFilesAction"/>
  176. <separator/>
  177. <action name="projectMakeAction"/>
  178. <action name="projectBuildAction"/>
  179. <separator/>
  180. <action name="debugRunAction"/>
  181. <action name="debugPauseAction"/>
  182. <separator/>
  183. <action name="helpDocumentationAction"/>
  184. </toolbar>
  185. </toolbars>
  186. <actions>
  187. <action>
  188. <property name="name">
  189. <cstring>fileOpenAction</cstring>
  190. </property>
  191. <property name="iconSet">
  192. <iconset>01</iconset>
  193. </property>
  194. <property name="text">
  195. <string>Open File</string>
  196. </property>
  197. <property name="menuText">
  198. <string>&amp;Open...</string>
  199. </property>
  200. <property name="statusTip">
  201. <string>Open an existing project or file</string>
  202. </property>
  203. <property name="accel">
  204. <string>Ctrl+O</string>
  205. </property>
  206. </action>
  207. <action>
  208. <property name="name">
  209. <cstring>fileSaveAllAction</cstring>
  210. </property>
  211. <property name="iconSet">
  212. <iconset>02</iconset>
  213. </property>
  214. <property name="text">
  215. <string>Save All</string>
  216. </property>
  217. <property name="menuText">
  218. <string>&amp;Save All</string>
  219. </property>
  220. <property name="statusTip">
  221. <string>Save all open files</string>
  222. </property>
  223. <property name="accel">
  224. <string>Ctrl+S</string>
  225. </property>
  226. </action>
  227. <action>
  228. <property name="name">
  229. <cstring>fileSaveProjectAsAction</cstring>
  230. </property>
  231. <property name="text">
  232. <string>Save Project As...</string>
  233. </property>
  234. <property name="menuText">
  235. <string>Save Project &amp;As...</string>
  236. </property>
  237. <property name="statusTip">
  238. <string>Save the current project with another name, or in another folder</string>
  239. </property>
  240. <property name="accel">
  241. <string></string>
  242. </property>
  243. </action>
  244. <action>
  245. <property name="name">
  246. <cstring>filePrintAction</cstring>
  247. </property>
  248. <property name="enabled">
  249. <bool>false</bool>
  250. </property>
  251. <property name="iconSet">
  252. <iconset>03</iconset>
  253. </property>
  254. <property name="text">
  255. <string>Print File</string>
  256. </property>
  257. <property name="menuText">
  258. <string>&amp;Print...</string>
  259. </property>
  260. <property name="statusTip">
  261. <string>Print the current source file</string>
  262. </property>
  263. <property name="accel">
  264. <string>Ctrl+P</string>
  265. </property>
  266. </action>
  267. <action>
  268. <property name="name">
  269. <cstring>fileExitAction</cstring>
  270. </property>
  271. <property name="text">
  272. <string>Exit</string>
  273. </property>
  274. <property name="menuText">
  275. <string>E&amp;xit</string>
  276. </property>
  277. <property name="statusTip">
  278. <string>Close the TIGCC IDE</string>
  279. </property>
  280. <property name="accel">
  281. <string></string>
  282. </property>
  283. </action>
  284. <action>
  285. <property name="name">
  286. <cstring>editUndoAction</cstring>
  287. </property>
  288. <property name="enabled">
  289. <bool>false</bool>
  290. </property>
  291. <property name="iconSet">
  292. <iconset>16</iconset>
  293. </property>
  294. <property name="text">
  295. <string>Undo</string>
  296. </property>
  297. <property name="menuText">
  298. <string>&amp;Undo</string>
  299. </property>
  300. <property name="statusTip">
  301. <string>Undo the last operation in the editor</string>
  302. </property>
  303. <property name="accel">
  304. <string>Ctrl+Z</string>
  305. </property>
  306. </action>
  307. <action>
  308. <property name="name">
  309. <cstring>editRedoAction</cstring>
  310. </property>
  311. <property name="enabled">
  312. <bool>false</bool>
  313. </property>
  314. <property name="iconSet">
  315. <iconset>17</iconset>
  316. </property>
  317. <property name="text">
  318. <string>Redo</string>
  319. </property>
  320. <property name="menuText">
  321. <string>&amp;Redo</string>
  322. </property>
  323. <property name="statusTip">
  324. <string>Redo the last undone operation in the editor</string>
  325. </property>
  326. <property name="accel">
  327. <string>Ctrl+Y</string>
  328. </property>
  329. </action>
  330. <action>
  331. <property name="name">
  332. <cstring>editCutAction</cstring>
  333. </property>
  334. <property name="enabled">
  335. <bool>false</bool>
  336. </property>
  337. <property name="iconSet">
  338. <iconset>05</iconset>
  339. </property>
  340. <property name="text">
  341. <string>Cut</string>
  342. </property>
  343. <property name="menuText">
  344. <string>Cu&amp;t</string>
  345. </property>
  346. <property name="statusTip">
  347. <string>Copy the selected text into the clipboard and delete it</string>
  348. </property>
  349. <property name="accel">
  350. <string>Ctrl+X</string>
  351. </property>
  352. </action>
  353. <action>
  354. <property name="name">
  355. <cstring>editCopyAction</cstring>
  356. </property>
  357. <property name="enabled">
  358. <bool>false</bool>
  359. </property>
  360. <property name="iconSet">
  361. <iconset>06</iconset>
  362. </property>
  363. <property name="text">
  364. <string>Copy</string>
  365. </property>
  366. <property name="menuText">
  367. <string>C&amp;opy</string>
  368. </property>
  369. <property name="statusTip">
  370. <string>Copy the selected text into the clipboard without deleting it</string>
  371. </property>
  372. <property name="accel">
  373. <string>Ctrl+C</string>
  374. </property>
  375. </action>
  376. <action>
  377. <property name="name">
  378. <cstring>editPasteAction</cstring>
  379. </property>
  380. <property name="enabled">
  381. <bool>false</bool>
  382. </property>
  383. <property name="iconSet">
  384. <iconset>07</iconset>
  385. </property>
  386. <property name="text">
  387. <string>Paste</string>
  388. </property>
  389. <property name="menuText">
  390. <string>&amp;Paste</string>
  391. </property>
  392. <property name="statusTip">
  393. <string>Paste text from the clipboard</string>
  394. </property>
  395. <property name="accel">
  396. <string>Ctrl+V</string>
  397. </property>
  398. </action>
  399. <action>
  400. <property name="name">
  401. <cstring>findFindAction</cstring>
  402. </property>
  403. <property name="iconSet">
  404. <iconset>13</iconset>
  405. </property>
  406. <property name="text">
  407. <string>Find</string>
  408. </property>
  409. <property name="menuText">
  410. <string>&amp;Find...</string>
  411. </property>
  412. <property name="toolTip">
  413. <string>Find Text</string>
  414. </property>
  415. <property name="statusTip">
  416. <string>Find the specified text in the current source file</string>
  417. </property>
  418. <property name="accel">
  419. <string>Ctrl+F</string>
  420. </property>
  421. </action>
  422. <action>
  423. <property name="name">
  424. <cstring>helpContentsAction</cstring>
  425. </property>
  426. <property name="iconSet">
  427. <iconset>12</iconset>
  428. </property>
  429. <property name="text">
  430. <string>Contents</string>
  431. </property>
  432. <property name="menuText">
  433. <string>&amp;Contents...</string>
  434. </property>
  435. <property name="statusTip">
  436. <string>Display the contents tab of the documentation</string>
  437. </property>
  438. <property name="accel">
  439. <string></string>
  440. </property>
  441. </action>
  442. <action>
  443. <property name="name">
  444. <cstring>helpIndexAction</cstring>
  445. </property>
  446. <property name="iconSet">
  447. <iconset>15</iconset>
  448. </property>
  449. <property name="text">
  450. <string>Index</string>
  451. </property>
  452. <property name="menuText">
  453. <string>&amp;Index...</string>
  454. </property>
  455. <property name="statusTip">
  456. <string>Display the index tab of the documentation</string>
  457. </property>
  458. <property name="accel">
  459. <string></string>
  460. </property>
  461. </action>
  462. <action>
  463. <property name="name">
  464. <cstring>helpAboutAction</cstring>
  465. </property>
  466. <property name="text">
  467. <string>About</string>
  468. </property>
  469. <property name="menuText">
  470. <string>&amp;About...</string>
  471. </property>
  472. <property name="statusTip">
  473. <string>Display information about this program</string>
  474. </property>
  475. <property name="accel">
  476. <string></string>
  477. </property>
  478. </action>
  479. <actiongroup>
  480. <property name="name">
  481. <cstring>fileNewActionGroup</cstring>
  482. </property>
  483. <property name="on">
  484. <bool>false</bool>
  485. </property>
  486. <property name="iconSet">
  487. <iconset>00</iconset>
  488. </property>
  489. <property name="text">
  490. <string>New</string>
  491. </property>
  492. <property name="menuText">
  493. <string>&amp;New</string>
  494. </property>
  495. <property name="toolTip">
  496. <string>New File</string>
  497. </property>
  498. <property name="statusTip">
  499. <string>Create a new file</string>
  500. </property>
  501. <property name="accel">
  502. <string></string>
  503. </property>
  504. <property name="exclusive">
  505. <bool>false</bool>
  506. </property>
  507. <property name="usesDropDown">
  508. <bool>true</bool>
  509. </property>
  510. <action>
  511. <property name="name">
  512. <cstring>fileNewProjectAction</cstring>
  513. </property>
  514. <property name="text">
  515. <string>&amp;Project</string>
  516. </property>
  517. <property name="statusTip">
  518. <string>Create a new project</string>
  519. </property>
  520. <property name="accel">
  521. <string>Ctrl+N</string>
  522. </property>
  523. </action>
  524. <action>
  525. <property name="name">
  526. <cstring>fileNewFolderAction</cstring>
  527. </property>
  528. <property name="enabled">
  529. <bool>true</bool>
  530. </property>
  531. <property name="text">
  532. <string>&amp;Folder</string>
  533. </property>
  534. <property name="menuText">
  535. <string>&amp;Folder</string>
  536. </property>
  537. <property name="statusTip">
  538. <string>Create a new virtual folder</string>
  539. </property>
  540. </action>
  541. <action>
  542. <property name="name">
  543. <cstring>fileNewCHeaderAction</cstring>
  544. </property>
  545. <property name="text">
  546. <string>C &amp;Header File</string>
  547. </property>
  548. <property name="menuText">
  549. <string>C &amp;Header File</string>
  550. </property>
  551. <property name="statusTip">
  552. <string>Create a new C header file in the current project</string>
  553. </property>
  554. </action>
  555. <action>
  556. <property name="name">
  557. <cstring>fileNewGNUAssemblyHeaderAction</cstring>
  558. </property>
  559. <property name="text">
  560. <string>G&amp;NU Assembly Header File</string>
  561. </property>
  562. <property name="statusTip">
  563. <string>Create a new GNU assembly header file in the current project</string>
  564. </property>
  565. </action>
  566. <action>
  567. <property name="name">
  568. <cstring>fileNewA68kAssemblyHeaderAction</cstring>
  569. </property>
  570. <property name="text">
  571. <string>A68&amp;k Assembly &amp;Header File</string>
  572. </property>
  573. <property name="statusTip">
  574. <string>Create a new A68k assembly header file in the current project</string>
  575. </property>
  576. </action>
  577. <action>
  578. <property name="name">
  579. <cstring>fileNewCSourceFileAction</cstring>
  580. </property>
  581. <property name="text">
  582. <string>&amp;C Source File</string>
  583. </property>
  584. <property name="statusTip">
  585. <string>Create a new C source file in the current project</string>
  586. </property>
  587. </action>
  588. <action>
  589. <property name="name">
  590. <cstring>fileNewGNUAssemblySourceFileAction</cstring>
  591. </property>
  592. <property name="text">
  593. <string>&amp;GNU Assembly Source File</string>
  594. </property>
  595. <property name="statusTip">
  596. <string>Create a new GNU assembly source file in the current project</string>
  597. </property>
  598. </action>
  599. <action>
  600. <property name="name">
  601. <cstring>fileNewA68kAssemblySourceFileAction</cstring>
  602. </property>
  603. <property name="text">
  604. <string>&amp;A68k Assembly Source File</string>
  605. </property>
  606. <property name="statusTip">
  607. <string>Create a new A68k assembly source file in the current project</string>
  608. </property>
  609. </action>
  610. <action>
  611. <property name="name">
  612. <cstring>fileNewQuillSourceFileAction</cstring>
  613. </property>
  614. <property name="text">
  615. <string>&amp;Quill Source File</string>
  616. </property>
  617. <property name="statusTip">
  618. <string>Create a new Quill source file in the current project</string>
  619. </property>
  620. </action>
  621. <action>
  622. <property name="name">
  623. <cstring>fileNewTextFileAction</cstring>
  624. </property>
  625. <property name="text">
  626. <string>&amp;Text File</string>
  627. </property>
  628. <property name="statusTip">
  629. <string>Create a new text file in the current project, for general use</string>
  630. </property>
  631. </action>
  632. </actiongroup>
  633. <action>
  634. <property name="name">
  635. <cstring>filePreferencesAction</cstring>
  636. </property>
  637. <property name="text">
  638. <string>Preferences</string>
  639. </property>
  640. <property name="menuText">
  641. <string>P&amp;references...</string>
  642. </property>
  643. <property name="statusTip">
  644. <string>Change the IDE settings</string>
  645. </property>
  646. </action>
  647. <action>
  648. <property name="name">
  649. <cstring>fileRecent1Action</cstring>
  650. </property>
  651. <property name="text">
  652. <string>Recent File 1</string>
  653. </property>
  654. </action>
  655. <action>
  656. <property name="name">
  657. <cstring>fileRecent2Action</cstring>
  658. </property>
  659. <property name="text">
  660. <string>Recent File 2</string>
  661. </property>
  662. </action>
  663. <action>
  664. <property name="name">
  665. <cstring>fileRecent3Action</cstring>
  666. </property>
  667. <property name="text">
  668. <string>Recent File 3</string>
  669. </property>
  670. </action>
  671. <action>
  672. <property name="name">
  673. <cstring>fileRecent4Action</cstring>
  674. </property>
  675. <property name="text">
  676. <string>Recent File 4</string>
  677. </property>
  678. </action>
  679. <action>
  680. <property name="name">
  681. <cstring>editClearAction</cstring>
  682. </property>
  683. <property name="enabled">
  684. <bool>false</bool>
  685. </property>
  686. <property name="iconSet">
  687. <iconset>04</iconset>
  688. </property>
  689. <property name="text">
  690. <string>Clear</string>
  691. </property>
  692. <property name="menuText">
  693. <string>&amp;Clear</string>
  694. </property>
  695. <property name="statusTip">
  696. <string>Delete the selected text in the editor</string>
  697. </property>
  698. </action>
  699. <action>
  700. <property name="name">
  701. <cstring>editSelectAllAction</cstring>
  702. </property>
  703. <property name="enabled">
  704. <bool>false</bool>
  705. </property>
  706. <property name="text">
  707. <string>Select All</string>
  708. </property>
  709. <property name="menuText">
  710. <string>&amp;Select All</string>
  711. </property>
  712. <property name="statusTip">
  713. <string>Select the whole text in the editor</string>
  714. </property>
  715. <property name="accel">
  716. <string>Ctrl+A</string>
  717. </property>
  718. </action>
  719. <action>
  720. <property name="name">
  721. <cstring>editIncreaseIndentAction</cstring>
  722. </property>
  723. <property name="enabled">
  724. <bool>false</bool>
  725. </property>
  726. <property name="iconSet">
  727. <iconset>19</iconset>
  728. </property>
  729. <property name="text">
  730. <string>Increase Indent</string>
  731. </property>
  732. <property name="menuText">
  733. <string>&amp;Increase Indent</string>
  734. </property>
  735. <property name="statusTip">
  736. <string>Insert tabs so that the text is moved to the right</string>
  737. </property>
  738. <property name="accel">
  739. <string>Ctrl+I</string>
  740. </property>
  741. </action>
  742. <action>
  743. <property name="name">
  744. <cstring>editDecreaseIndentAction</cstring>
  745. </property>
  746. <property name="enabled">
  747. <bool>false</bool>
  748. </property>
  749. <property name="iconSet">
  750. <iconset>20</iconset>
  751. </property>
  752. <property name="text">
  753. <string>Decrease Indent</string>
  754. </property>
  755. <property name="menuText">
  756. <string>&amp;Decrease Indent</string>
  757. </property>
  758. <property name="statusTip">
  759. <string>Remove tabs and spaces so that the text is moved to the left</string>
  760. </property>
  761. <property name="accel">
  762. <string>Ctrl+D</string>
  763. </property>
  764. </action>
  765. <action>
  766. <property name="name">
  767. <cstring>findReplaceAction</cstring>
  768. </property>
  769. <property name="iconSet">
  770. <iconset>14</iconset>
  771. </property>
  772. <property name="text">
  773. <string>Replace</string>
  774. </property>
  775. <property name="menuText">
  776. <string>&amp;Replace...</string>
  777. </property>
  778. <property name="toolTip">
  779. <string>Replace Text</string>
  780. </property>
  781. <property name="statusTip">
  782. <string>Find the specified text in the current source file and replace it with something else</string>
  783. </property>
  784. <property name="accel">
  785. <string>Ctrl+R</string>
  786. </property>
  787. </action>
  788. <action>
  789. <property name="name">
  790. <cstring>findFunctionsAction</cstring>
  791. </property>
  792. <property name="enabled">
  793. <bool>false</bool>
  794. </property>
  795. <property name="iconSet">
  796. <iconset>18</iconset>
  797. </property>
  798. <property name="text">
  799. <string>Functions</string>
  800. </property>
  801. <property name="menuText">
  802. <string>F&amp;unctions...</string>
  803. </property>
  804. <property name="statusTip">
  805. <string>Display a list of all functions in the current file</string>
  806. </property>
  807. </action>
  808. <action>
  809. <property name="name">
  810. <cstring>findOpenFileAtCursorAction</cstring>
  811. </property>
  812. <property name="enabled">
  813. <bool>false</bool>
  814. </property>
  815. <property name="text">
  816. <string>Open File at Cursor</string>
  817. </property>
  818. <property name="menuText">
  819. <string>&amp;Open File at Cursor</string>
  820. </property>
  821. <property name="statusTip">
  822. <string>Open the file the cursor is on</string>
  823. </property>
  824. <property name="accel">
  825. <string>Ctrl+Enter</string>
  826. </property>
  827. </action>
  828. <action>
  829. <property name="name">
  830. <cstring>projectAddFilesAction</cstring>
  831. </property>
  832. <property name="iconSet">
  833. <iconset>08</iconset>
  834. </property>
  835. <property name="text">
  836. <string>Add Files</string>
  837. </property>
  838. <property name="menuText">
  839. <string>&amp;Add Files...</string>
  840. </property>
  841. <property name="statusTip">
  842. <string>Add existing files to the current project</string>
  843. </property>
  844. </action>
  845. <action>
  846. <property name="name">
  847. <cstring>projectCompileAction</cstring>
  848. </property>
  849. <property name="iconSet">
  850. <iconset>09</iconset>
  851. </property>
  852. <property name="text">
  853. <string>Compile</string>
  854. </property>
  855. <property name="menuText">
  856. <string>&amp;Compile</string>
  857. </property>
  858. <property name="statusTip">
  859. <string>Compile all updated files in the current project</string>
  860. </property>
  861. <property name="accel">
  862. <string>Ctrl+Alt+F9</string>
  863. </property>
  864. </action>
  865. <action>
  866. <property name="name">
  867. <cstring>projectMakeAction</cstring>
  868. </property>
  869. <property name="iconSet">
  870. <iconset>10</iconset>
  871. </property>
  872. <property name="text">
  873. <string>Make</string>
  874. </property>
  875. <property name="menuText">
  876. <string>&amp;Make</string>
  877. </property>
  878. <property name="statusTip">
  879. <string>Compile and link together all updated files in the current project, creating an executable file</string>
  880. </property>
  881. <property name="accel">
  882. <string>Ctrl+F9</string>
  883. </property>
  884. </action>
  885. <action>
  886. <property name="name">
  887. <cstring>projectBuildAction</cstring>
  888. </property>
  889. <property name="iconSet">
  890. <iconset>11</iconset>
  891. </property>
  892. <property name="text">
  893. <string>Build</string>
  894. </property>
  895. <property name="menuText">
  896. <string>&amp;Build</string>
  897. </property>
  898. <property name="statusTip">
  899. <string>Recompile and link together all files in the current project, creating an executable file</string>
  900. </property>
  901. <property name="accel">
  902. <string>Alt+F9</string>
  903. </property>
  904. </action>
  905. <action>
  906. <property name="name">
  907. <cstring>projectErrorsWarningsAction</cstring>
  908. </property>
  909. <property name="toggleAction">
  910. <bool>true</bool>
  911. </property>
  912. <property name="enabled">
  913. <bool>false</bool>
  914. </property>
  915. <property name="text">
  916. <string>Errors and Warnings</string>
  917. </property>
  918. <property name="menuText">
  919. <string>&amp;Errors and Warnings</string>
  920. </property>
  921. <property name="statusTip">
  922. <string>Show or hide the Errors and Warnings window</string>
  923. </property>
  924. <property name="accel">
  925. <string>Ctrl+E</string>
  926. </property>
  927. </action>
  928. <action>
  929. <property name="name">
  930. <cstring>projectProgramOutputAction</cstring>
  931. </property>
  932. <property name="enabled">
  933. <bool>false</bool>
  934. </property>
  935. <property name="text">
  936. <string>Program Output</string>
  937. </property>
  938. <property name="menuText">
  939. <string>&amp;Program Output...</string>
  940. </property>
  941. <property name="statusTip">
  942. <string>Show the output of the compilation tool that was run last</string>
  943. </property>
  944. </action>
  945. <action>
  946. <property name="name">
  947. <cstring>projectOptionsAction</cstring>
  948. </property>
  949. <property name="text">
  950. <string>Options</string>
  951. </property>
  952. <property name="menuText">
  953. <string>&amp;Options...</string>
  954. </property>
  955. <property name="statusTip">
  956. <string>Change the settings of the current project</string>
  957. </property>
  958. </action>
  959. <action>
  960. <property name="name">
  961. <cstring>debugRunAction</cstring>
  962. </property>
  963. <property name="iconSet">
  964. <iconset>24</iconset>
  965. </property>
  966. <property name="text">
  967. <string>Run</string>
  968. </property>
  969. <property name="menuText">
  970. <string>&amp;Run</string>
  971. </property>
  972. <property name="statusTip">
  973. <string>Run the program on the target specified in the project settings</string>
  974. </property>
  975. <property name="accel">
  976. <string>F9</string>
  977. </property>
  978. </action>
  979. <action>
  980. <property name="name">
  981. <cstring>debugPauseAction</cstring>
  982. </property>
  983. <property name="iconSet">
  984. <iconset>25</iconset>
  985. </property>
  986. <property name="text">
  987. <string>Pause</string>
  988. </property>
  989. <property name="menuText">
  990. <string>&amp;Pause</string>
  991. </property>
  992. <property name="statusTip">
  993. <string>Pause the execution of the program and enter the debugger</string>
  994. </property>
  995. <property name="accel">
  996. <string>Shift+F9</string>
  997. </property>
  998. </action>
  999. <action>
  1000. <property name="name">
  1001. <cstring>debugResetAction</cstring>
  1002. </property>
  1003. <property name="iconSet">
  1004. <iconset>27</iconset>
  1005. </property>
  1006. <property name="text">
  1007. <string>Reset</string>
  1008. </property>
  1009. <property name="menuText">
  1010. <string>Re&amp;set</string>
  1011. </property>
  1012. <property name="statusTip">
  1013. <string>Reset the state of the virtual calculator to the one which was previously saved</string>
  1014. </property>
  1015. </action>
  1016. <action>
  1017. <property name="name">
  1018. <cstring>toolsConfigureAction</cstring>
  1019. </property>
  1020. <property name="iconSet">
  1021. <iconset>26</iconset>
  1022. </property>
  1023. <property name="text">
  1024. <string>Configure</string>
  1025. </property>
  1026. <property name="menuText">
  1027. <string>&amp;Configure...</string>
  1028. </property>
  1029. <property name="statusTip">
  1030. <string>Add, edit and remove tools</string>
  1031. </property>
  1032. </action>
  1033. <action>
  1034. <property name="name">
  1035. <cstring>helpSearchAction</cstring>
  1036. </property>
  1037. <property name="iconSet">
  1038. <iconset>13</iconset>
  1039. </property>
  1040. <property name="text">
  1041. <string>Search</string>
  1042. </property>
  1043. <property name="menuText">
  1044. <string>&amp;Search</string>
  1045. </property>
  1046. <property name="statusTip">
  1047. <string>Display the search tab of the documentation</string>
  1048. </property>
  1049. </action>
  1050. <action>
  1051. <property name="name">
  1052. <cstring>helpNewsAction</cstring>
  1053. </property>
  1054. <property name="iconSet">
  1055. <iconset>23</iconset>
  1056. </property>
  1057. <property name="text">
  1058. <string>News</string>
  1059. </property>
  1060. <property name="menuText">
  1061. <string>&amp;News...</string>
  1062. </property>
  1063. <property name="statusTip">
  1064. <string>Obtain the latest headlines from the official TIGCC site</string>
  1065. </property>
  1066. </action>
  1067. <action>
  1068. <property name="name">
  1069. <cstring>helpDocumentationAction</cstring>
  1070. </property>
  1071. <property name="iconSet">
  1072. <iconset>12</iconset>
  1073. </property>
  1074. <property name="text">
  1075. <string>Documentation</string>
  1076. </property>
  1077. <property name="statusTip">
  1078. <string>Open the documentation of TIGCC</string>
  1079. </property>
  1080. </action>
  1081. </actions>
  1082. <connections>
  1083. <connection>
  1084. <sender>fileOpenAction</sender>
  1085. <signal>activated()</signal>
  1086. <receiver>MainForm</receiver>
  1087. <slot>fileOpen()</slot>
  1088. </connection>
  1089. <connection>
  1090. <sender>fileSaveAllAction</sender>
  1091. <signal>activated()</signal>
  1092. <receiver>MainForm</receiver>
  1093. <slot>fileSave()</slot>
  1094. </connection>
  1095. <connection>
  1096. <sender>fileSaveProjectAsAction</sender>
  1097. <signal>activated()</signal>
  1098. <receiver>MainForm</receiver>
  1099. <slot>fileSaveAs()</slot>
  1100. </connection>
  1101. <connection>
  1102. <sender>filePrintAction</sender>
  1103. <signal>activated()</signal>
  1104. <receiver>MainForm</receiver>
  1105. <slot>filePrint()</slot>
  1106. </connection>
  1107. <connection>
  1108. <sender>fileExitAction</sender>
  1109. <signal>activated()</signal>
  1110. <receiver>MainForm</receiver>
  1111. <slot>close()</slot>
  1112. </connection>
  1113. <connection>
  1114. <sender>editUndoAction</sender>
  1115. <signal>activated()</signal>
  1116. <receiver>MainForm</receiver>
  1117. <slot>editUndo()</slot>
  1118. </connection>
  1119. <connection>
  1120. <sender>editRedoAction</sender>
  1121. <signal>activated()</signal>
  1122. <receiver>MainForm</receiver>
  1123. <slot>editRedo()</slot>
  1124. </connection>
  1125. <connection>
  1126. <sender>editCutAction</sender>
  1127. <signal>activated()</signal>
  1128. <receiver>MainForm</receiver>
  1129. <slot>editCut()</slot>
  1130. </connection>
  1131. <connection>
  1132. <sender>editCopyAction</sender>
  1133. <signal>activated()</signal>
  1134. <receiver>MainForm</receiver>
  1135. <slot>editCopy()</slot>
  1136. </connection>
  1137. <connection>
  1138. <sender>editPasteAction</sender>
  1139. <signal>activated()</signal>
  1140. <receiver>MainForm</receiver>
  1141. <slot>editPaste()</slot>
  1142. </connection>
  1143. <connection>
  1144. <sender>findFindAction</sender>
  1145. <signal>activated()</signal>
  1146. <receiver>MainForm</receiver>
  1147. <slot>editFind()</slot>
  1148. </connection>
  1149. <connection>
  1150. <sender>helpIndexAction</sender>
  1151. <signal>activated()</signal>
  1152. <receiver>MainForm</receiver>
  1153. <slot>helpIndex()</slot>
  1154. </connection>
  1155. <connection>
  1156. <sender>helpContentsAction</sender>
  1157. <signal>activated()</signal>
  1158. <receiver>MainForm</receiver>
  1159. <slot>helpContents()</slot>
  1160. </connection>
  1161. <connection>
  1162. <sender>helpAboutAction</sender>
  1163. <signal>activated()</signal>
  1164. <receiver>MainForm</receiver>
  1165. <slot>helpAbout()</slot>
  1166. </connection>
  1167. <connection>
  1168. <sender>fileNewProjectAction</sender>
  1169. <signal>activated()</signal>
  1170. <receiver>MainForm</receiver>
  1171. <slot>fileNewProject()</slot>
  1172. </connection>
  1173. <connection>
  1174. <sender>fileTree</sender>
  1175. <signal>clicked(QListViewItem*)</signal>
  1176. <receiver>MainForm</receiver>
  1177. <slot>fileTreeClicked(QListViewItem*)</slot>
  1178. </connection>
  1179. <connection>
  1180. <sender>fileNewFolderAction</sender>
  1181. <signal>activated()</signal>
  1182. <receiver>MainForm</receiver>
  1183. <slot>fileNewFolder()</slot>
  1184. </connection>
  1185. <connection>
  1186. <sender>fileTree</sender>
  1187. <signal>contextMenuRequested(QListViewItem*,const QPoint&amp;,int)</signal>
  1188. <receiver>MainForm</receiver>
  1189. <slot>fileTreeContextMenuRequested(QListViewItem*,const QPoint&amp;,int)</slot>
  1190. </connection>
  1191. <connection>
  1192. <sender>fileNewCHeaderAction</sender>
  1193. <signal>activated()</signal>
  1194. <receiver>MainForm</receiver>
  1195. <slot>fileNewCHeader()</slot>
  1196. </connection>
  1197. <connection>
  1198. <sender>fileNewGNUAssemblyHeaderAction</sender>
  1199. <signal>activated()</signal>
  1200. <receiver>MainForm</receiver>
  1201. <slot>fileNewGNUAssemblyHeader()</slot>
  1202. </connection>
  1203. <connection>
  1204. <sender>fileNewA68kAssemblyHeaderAction</sender>
  1205. <signal>activated()</signal>
  1206. <receiver>MainForm</receiver>
  1207. <slot>fileNewA68kAssemblyHeader()</slot>
  1208. </connection>
  1209. <connection>
  1210. <sender>fileNewCSourceFileAction</sender>
  1211. <signal>activated()</signal>
  1212. <receiver>MainForm</receiver>
  1213. <slot>fileNewCSourceFile()</slot>
  1214. </connection>
  1215. <connection>
  1216. <sender>fileNewGNUAssemblySourceFileAction</sender>
  1217. <signal>activated()</signal>
  1218. <receiver>MainForm</receiver>
  1219. <slot>fileNewGNUAssemblySourceFile()</slot>
  1220. </connection>
  1221. <connection>
  1222. <sender>fileNewA68kAssemblySourceFileAction</sender>
  1223. <signal>activated()</signal>
  1224. <receiver>MainForm</receiver>
  1225. <slot>fileNewA68kAssemblySourceFile()</slot>
  1226. </connection>
  1227. <connection>
  1228. <sender>fileNewQuillSourceFileAction</sender>
  1229. <signal>activated()</signal>
  1230. <receiver>MainForm</receiver>
  1231. <slot>fileNewQuillSourceFile()</slot>
  1232. </connection>
  1233. <connection>
  1234. <sender>fileNewTextFileAction</sender>
  1235. <signal>activated()</signal>
  1236. <receiver>MainForm</receiver>
  1237. <slot>fileNewTextFile()</slot>
  1238. </connection>
  1239. </connections>
  1240. <includes>
  1241. <include location="local" impldecl="in implementation">mainform.ui.h</include>
  1242. </includes>
  1243. <slots>
  1244. <slot>init()</slot>
  1245. <slot>fileNewProject()</slot>
  1246. <slot>fileOpen()</slot>
  1247. <slot>fileSave()</slot>
  1248. <slot>fileSaveAs()</slot>
  1249. <slot>filePrint()</slot>
  1250. <slot>fileExit()</slot>
  1251. <slot>editUndo()</slot>
  1252. <slot>editRedo()</slot>
  1253. <slot>editCut()</slot>
  1254. <slot>editCopy()</slot>
  1255. <slot>editPaste()</slot>
  1256. <slot>editFind()</slot>
  1257. <slot>helpIndex()</slot>
  1258. <slot>helpContents()</slot>
  1259. <slot>helpAbout()</slot>
  1260. <slot>resizeEvent( QResizeEvent * event )</slot>
  1261. <slot>timerEvent( QTimerEvent * event )</slot>
  1262. <slot>fileTreeClicked( QListViewItem * item )</slot>
  1263. <slot>fileNewFolder()</slot>
  1264. <slot>fileTreeContextMenuRequested( QListViewItem * item, const QPoint &amp; pos, int unused_col )</slot>
  1265. <slot>newFile( QListViewItem * parent, QString text, const char * iconName )</slot>
  1266. <slot>fileNewCHeader()</slot>
  1267. <slot>fileNewGNUAssemblyHeader()</slot>
  1268. <slot>fileNewA68kAssemblyHeader()</slot>
  1269. <slot>fileNewCSourceFile()</slot>
  1270. <slot>fileNewGNUAssemblySourceFile()</slot>
  1271. <slot>fileNewA68kAssemblySourceFile()</slot>
  1272. <slot>fileNewQuillSourceFile()</slot>
  1273. <slot>fileNewTextFile()</slot>
  1274. </slots>
  1275. <functions>
  1276. <function access="private" specifier="non virtual">updateSizes()</function>
  1277. <function access="private" specifier="non virtual">newFile( QListViewItem * parent )</function>
  1278. <function access="private" specifier="non virtual">updateLeftStatusLabel()</function>
  1279. </functions>
  1280. <pixmapinproject/>
  1281. <layoutdefaults spacing="0" margin="0"/>
  1282. <includehints>
  1283. <includehint>ktextedit.h</includehint>
  1284. </includehints>
  1285. </UI>