mainform.ui 61 KB

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