mainform.ui 51 KB

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