mainform.ui 42 KB

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