mainform.ui 47 KB

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