srcfilewin.ui 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786
  1. <ui version="4.0" >
  2. <class>SourceFileWindow</class>
  3. <widget class="QMainWindow" name="SourceFileWindow" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>794</width>
  9. <height>513</height>
  10. </rect>
  11. </property>
  12. <property name="windowTitle" >
  13. <string>TIGCC IDE for KDE</string>
  14. </property>
  15. <property name="iconSize" >
  16. <size>
  17. <width>20</width>
  18. <height>20</height>
  19. </size>
  20. </property>
  21. <widget class="QWidget" name="widget" >
  22. <layout class="QVBoxLayout" >
  23. <property name="margin" >
  24. <number>0</number>
  25. </property>
  26. <property name="spacing" >
  27. <number>0</number>
  28. </property>
  29. </layout>
  30. </widget>
  31. <widget class="QToolBar" name="toolBar" >
  32. <property name="movable" >
  33. <bool>false</bool>
  34. </property>
  35. <property name="orientation" >
  36. <enum>Qt::Horizontal</enum>
  37. </property>
  38. <attribute name="toolBarArea" >
  39. <number>4</number>
  40. </attribute>
  41. <addaction name="fileSaveAction" />
  42. <addaction name="separator" />
  43. <addaction name="filePrintQuicklyAction" />
  44. <addaction name="separator" />
  45. <addaction name="editClearAction" />
  46. <addaction name="editCutAction" />
  47. <addaction name="editCopyAction" />
  48. <addaction name="editPasteAction" />
  49. <addaction name="separator" />
  50. <addaction name="editUndoAction" />
  51. <addaction name="editRedoAction" />
  52. <addaction name="separator" />
  53. <addaction name="findFindAction" />
  54. <addaction name="findReplaceAction" />
  55. <addaction name="findFunctionsAction" />
  56. <addaction name="separator" />
  57. <addaction name="fileAddToProjectAction" />
  58. </widget>
  59. <widget class="QMenuBar" name="menubar" >
  60. <property name="geometry" >
  61. <rect>
  62. <x>0</x>
  63. <y>0</y>
  64. <width>794</width>
  65. <height>31</height>
  66. </rect>
  67. </property>
  68. <widget class="QMenu" name="fileMenu" >
  69. <property name="title" >
  70. <string>&amp;File</string>
  71. </property>
  72. <addaction name="fileSaveAction" />
  73. <addaction name="fileSaveAsAction" />
  74. <addaction name="separator" />
  75. <addaction name="fileAddToProjectAction" />
  76. <addaction name="separator" />
  77. <addaction name="fileCompileAction" />
  78. <addaction name="separator" />
  79. <addaction name="filePrintAction" />
  80. <addaction name="separator" />
  81. <addaction name="fileCloseAction" />
  82. </widget>
  83. <widget class="QMenu" name="editMenu" >
  84. <property name="title" >
  85. <string>&amp;Edit</string>
  86. </property>
  87. <addaction name="editUndoAction" />
  88. <addaction name="editRedoAction" />
  89. <addaction name="separator" />
  90. <addaction name="editClearAction" />
  91. <addaction name="editCutAction" />
  92. <addaction name="editCopyAction" />
  93. <addaction name="editPasteAction" />
  94. <addaction name="separator" />
  95. <addaction name="editSelectAllAction" />
  96. <addaction name="separator" />
  97. <addaction name="editIncreaseIndentAction" />
  98. <addaction name="editDecreaseIndentAction" />
  99. </widget>
  100. <widget class="QMenu" name="PopupMenu" >
  101. <property name="title" >
  102. <string>F&amp;ind</string>
  103. </property>
  104. <addaction name="findFindAction" />
  105. <addaction name="findReplaceAction" />
  106. <addaction name="separator" />
  107. <addaction name="findFunctionsAction" />
  108. <addaction name="separator" />
  109. <addaction name="findOpenFileAtCursorAction" />
  110. <addaction name="findFindSymbolDeclarationAction" />
  111. </widget>
  112. <addaction name="fileMenu" />
  113. <addaction name="editMenu" />
  114. <addaction name="PopupMenu" />
  115. </widget>
  116. <action name="fileSaveAction" >
  117. <property name="icon" >
  118. <iconset resource="icons.qrc" >:/images/02.png</iconset>
  119. </property>
  120. <property name="text" >
  121. <string>&amp;Save</string>
  122. </property>
  123. <property name="iconText" >
  124. <string>Save</string>
  125. </property>
  126. <property name="statusTip" >
  127. <string>Save the file</string>
  128. </property>
  129. <property name="shortcut" >
  130. <string>Ctrl+S</string>
  131. </property>
  132. </action>
  133. <action name="fileSaveAsAction" >
  134. <property name="text" >
  135. <string>Save &amp;As...</string>
  136. </property>
  137. <property name="iconText" >
  138. <string>Save As...</string>
  139. </property>
  140. <property name="statusTip" >
  141. <string>Save the file with another name, or in another folder</string>
  142. </property>
  143. <property name="shortcut" >
  144. <string/>
  145. </property>
  146. </action>
  147. <action name="filePrintAction" >
  148. <property name="icon" >
  149. <iconset resource="icons.qrc" >:/images/03.png</iconset>
  150. </property>
  151. <property name="text" >
  152. <string>&amp;Print...</string>
  153. </property>
  154. <property name="iconText" >
  155. <string>Print File</string>
  156. </property>
  157. <property name="statusTip" >
  158. <string>Print this file</string>
  159. </property>
  160. <property name="shortcut" >
  161. <string>Ctrl+P</string>
  162. </property>
  163. </action>
  164. <action name="fileCloseAction" >
  165. <property name="text" >
  166. <string>&amp;Close</string>
  167. </property>
  168. <property name="iconText" >
  169. <string>Close</string>
  170. </property>
  171. <property name="statusTip" >
  172. <string>Close this window</string>
  173. </property>
  174. <property name="shortcut" >
  175. <string/>
  176. </property>
  177. </action>
  178. <action name="editUndoAction" >
  179. <property name="icon" >
  180. <iconset resource="icons.qrc" >:/images/16.png</iconset>
  181. </property>
  182. <property name="text" >
  183. <string>&amp;Undo</string>
  184. </property>
  185. <property name="iconText" >
  186. <string>Undo</string>
  187. </property>
  188. <property name="statusTip" >
  189. <string>Undo the last operation in the editor</string>
  190. </property>
  191. <property name="shortcut" >
  192. <string>Ctrl+Z</string>
  193. </property>
  194. </action>
  195. <action name="editRedoAction" >
  196. <property name="icon" >
  197. <iconset resource="icons.qrc" >:/images/17.png</iconset>
  198. </property>
  199. <property name="text" >
  200. <string>&amp;Redo</string>
  201. </property>
  202. <property name="iconText" >
  203. <string>Redo</string>
  204. </property>
  205. <property name="statusTip" >
  206. <string>Redo the last undone operation in the editor</string>
  207. </property>
  208. <property name="shortcut" >
  209. <string>Ctrl+Y</string>
  210. </property>
  211. </action>
  212. <action name="editCutAction" >
  213. <property name="icon" >
  214. <iconset resource="icons.qrc" >:/images/05.png</iconset>
  215. </property>
  216. <property name="text" >
  217. <string>Cu&amp;t</string>
  218. </property>
  219. <property name="iconText" >
  220. <string>Cut</string>
  221. </property>
  222. <property name="statusTip" >
  223. <string>Copy the selected text into the clipboard and delete it</string>
  224. </property>
  225. <property name="shortcut" >
  226. <string>Ctrl+X</string>
  227. </property>
  228. </action>
  229. <action name="editCopyAction" >
  230. <property name="icon" >
  231. <iconset resource="icons.qrc" >:/images/06.png</iconset>
  232. </property>
  233. <property name="text" >
  234. <string>C&amp;opy</string>
  235. </property>
  236. <property name="iconText" >
  237. <string>Copy</string>
  238. </property>
  239. <property name="statusTip" >
  240. <string>Copy the selected text into the clipboard without deleting it</string>
  241. </property>
  242. <property name="shortcut" >
  243. <string>Ctrl+C</string>
  244. </property>
  245. </action>
  246. <action name="editPasteAction" >
  247. <property name="icon" >
  248. <iconset resource="icons.qrc" >:/images/07.png</iconset>
  249. </property>
  250. <property name="text" >
  251. <string>&amp;Paste</string>
  252. </property>
  253. <property name="iconText" >
  254. <string>Paste</string>
  255. </property>
  256. <property name="statusTip" >
  257. <string>Paste text from the clipboard</string>
  258. </property>
  259. <property name="shortcut" >
  260. <string>Ctrl+V</string>
  261. </property>
  262. </action>
  263. <action name="findFindAction" >
  264. <property name="icon" >
  265. <iconset resource="icons.qrc" >:/images/13.png</iconset>
  266. </property>
  267. <property name="text" >
  268. <string>&amp;Find...</string>
  269. </property>
  270. <property name="iconText" >
  271. <string>Find</string>
  272. </property>
  273. <property name="toolTip" >
  274. <string>Find Text</string>
  275. </property>
  276. <property name="statusTip" >
  277. <string>Find the specified text in the current source file</string>
  278. </property>
  279. <property name="shortcut" >
  280. <string>Ctrl+F</string>
  281. </property>
  282. </action>
  283. <action name="editClearAction" >
  284. <property name="icon" >
  285. <iconset resource="icons.qrc" >:/images/04.png</iconset>
  286. </property>
  287. <property name="text" >
  288. <string>&amp;Clear</string>
  289. </property>
  290. <property name="iconText" >
  291. <string>Clear</string>
  292. </property>
  293. <property name="statusTip" >
  294. <string>Delete the selected text in the editor</string>
  295. </property>
  296. </action>
  297. <action name="editSelectAllAction" >
  298. <property name="text" >
  299. <string>&amp;Select All</string>
  300. </property>
  301. <property name="iconText" >
  302. <string>Select All</string>
  303. </property>
  304. <property name="statusTip" >
  305. <string>Select the whole text in the editor</string>
  306. </property>
  307. <property name="shortcut" >
  308. <string>Ctrl+A</string>
  309. </property>
  310. </action>
  311. <action name="editIncreaseIndentAction" >
  312. <property name="icon" >
  313. <iconset resource="icons.qrc" >:/images/19.png</iconset>
  314. </property>
  315. <property name="text" >
  316. <string>&amp;Increase Indent</string>
  317. </property>
  318. <property name="iconText" >
  319. <string>Increase Indent</string>
  320. </property>
  321. <property name="statusTip" >
  322. <string>Insert tabs so that the text is moved to the right</string>
  323. </property>
  324. <property name="shortcut" >
  325. <string>Ctrl+I</string>
  326. </property>
  327. </action>
  328. <action name="editDecreaseIndentAction" >
  329. <property name="icon" >
  330. <iconset resource="icons.qrc" >:/images/20.png</iconset>
  331. </property>
  332. <property name="text" >
  333. <string>&amp;Decrease Indent</string>
  334. </property>
  335. <property name="iconText" >
  336. <string>Decrease Indent</string>
  337. </property>
  338. <property name="statusTip" >
  339. <string>Remove tabs and spaces so that the text is moved to the left</string>
  340. </property>
  341. <property name="shortcut" >
  342. <string>Ctrl+D</string>
  343. </property>
  344. </action>
  345. <action name="findReplaceAction" >
  346. <property name="icon" >
  347. <iconset resource="icons.qrc" >:/images/14.png</iconset>
  348. </property>
  349. <property name="text" >
  350. <string>&amp;Replace...</string>
  351. </property>
  352. <property name="iconText" >
  353. <string>Replace</string>
  354. </property>
  355. <property name="toolTip" >
  356. <string>Replace Text</string>
  357. </property>
  358. <property name="statusTip" >
  359. <string>Find the specified text in the current source file and replace it with something else</string>
  360. </property>
  361. <property name="shortcut" >
  362. <string>Ctrl+R</string>
  363. </property>
  364. </action>
  365. <action name="findFunctionsAction" >
  366. <property name="icon" >
  367. <iconset resource="icons.qrc" >:/images/18.png</iconset>
  368. </property>
  369. <property name="text" >
  370. <string>F&amp;unctions...</string>
  371. </property>
  372. <property name="iconText" >
  373. <string>Functions...</string>
  374. </property>
  375. <property name="statusTip" >
  376. <string>Display a list of all functions in the current file</string>
  377. </property>
  378. </action>
  379. <action name="findOpenFileAtCursorAction" >
  380. <property name="text" >
  381. <string>&amp;Open File at Cursor</string>
  382. </property>
  383. <property name="iconText" >
  384. <string>Open File at Cursor</string>
  385. </property>
  386. <property name="statusTip" >
  387. <string>Open the file the cursor is on</string>
  388. </property>
  389. <property name="shortcut" >
  390. <string>Ctrl+Enter</string>
  391. </property>
  392. </action>
  393. <action name="fileAddToProjectAction" >
  394. <property name="icon" >
  395. <iconset resource="icons.qrc" >:/images/08.png</iconset>
  396. </property>
  397. <property name="text" >
  398. <string>A&amp;dd to Project...</string>
  399. </property>
  400. <property name="iconText" >
  401. <string>Add to Project</string>
  402. </property>
  403. <property name="statusTip" >
  404. <string>Add this file to the current project</string>
  405. </property>
  406. </action>
  407. <action name="fileCompileAction" >
  408. <property name="icon" >
  409. <iconset resource="icons.qrc" >:/images/09.png</iconset>
  410. </property>
  411. <property name="text" >
  412. <string>C&amp;ompile</string>
  413. </property>
  414. <property name="iconText" >
  415. <string>Compile</string>
  416. </property>
  417. <property name="statusTip" >
  418. <string>Compile the file</string>
  419. </property>
  420. </action>
  421. <action name="findFindSymbolDeclarationAction" >
  422. <property name="text" >
  423. <string>F&amp;ind symbol declaration</string>
  424. </property>
  425. <property name="iconText" >
  426. <string>F&amp;ind symbol declaration</string>
  427. </property>
  428. <property name="statusTip" >
  429. <string>Find symbol declaration</string>
  430. </property>
  431. </action>
  432. <action name="filePrintQuicklyAction" >
  433. <property name="icon" >
  434. <iconset resource="icons.qrc" >:/images/03.png</iconset>
  435. </property>
  436. <property name="iconText" >
  437. <string>Print File</string>
  438. </property>
  439. <property name="statusTip" >
  440. <string>Print this file</string>
  441. </property>
  442. </action>
  443. </widget>
  444. <layoutdefault spacing="0" margin="0" />
  445. <resources>
  446. <include location="icons.qrc" />
  447. </resources>
  448. <connections>
  449. <connection>
  450. <sender>editClearAction</sender>
  451. <signal>activated()</signal>
  452. <receiver>SourceFileWindow</receiver>
  453. <slot>editClear()</slot>
  454. <hints>
  455. <hint type="sourcelabel" >
  456. <x>-1</x>
  457. <y>-1</y>
  458. </hint>
  459. <hint type="destinationlabel" >
  460. <x>20</x>
  461. <y>20</y>
  462. </hint>
  463. </hints>
  464. </connection>
  465. <connection>
  466. <sender>editCopyAction</sender>
  467. <signal>activated()</signal>
  468. <receiver>SourceFileWindow</receiver>
  469. <slot>editCopy()</slot>
  470. <hints>
  471. <hint type="sourcelabel" >
  472. <x>-1</x>
  473. <y>-1</y>
  474. </hint>
  475. <hint type="destinationlabel" >
  476. <x>20</x>
  477. <y>20</y>
  478. </hint>
  479. </hints>
  480. </connection>
  481. <connection>
  482. <sender>editCutAction</sender>
  483. <signal>activated()</signal>
  484. <receiver>SourceFileWindow</receiver>
  485. <slot>editCut()</slot>
  486. <hints>
  487. <hint type="sourcelabel" >
  488. <x>-1</x>
  489. <y>-1</y>
  490. </hint>
  491. <hint type="destinationlabel" >
  492. <x>20</x>
  493. <y>20</y>
  494. </hint>
  495. </hints>
  496. </connection>
  497. <connection>
  498. <sender>editDecreaseIndentAction</sender>
  499. <signal>activated()</signal>
  500. <receiver>SourceFileWindow</receiver>
  501. <slot>editDecreaseIndent()</slot>
  502. <hints>
  503. <hint type="sourcelabel" >
  504. <x>-1</x>
  505. <y>-1</y>
  506. </hint>
  507. <hint type="destinationlabel" >
  508. <x>20</x>
  509. <y>20</y>
  510. </hint>
  511. </hints>
  512. </connection>
  513. <connection>
  514. <sender>editIncreaseIndentAction</sender>
  515. <signal>activated()</signal>
  516. <receiver>SourceFileWindow</receiver>
  517. <slot>editIncreaseIndent()</slot>
  518. <hints>
  519. <hint type="sourcelabel" >
  520. <x>-1</x>
  521. <y>-1</y>
  522. </hint>
  523. <hint type="destinationlabel" >
  524. <x>20</x>
  525. <y>20</y>
  526. </hint>
  527. </hints>
  528. </connection>
  529. <connection>
  530. <sender>editPasteAction</sender>
  531. <signal>activated()</signal>
  532. <receiver>SourceFileWindow</receiver>
  533. <slot>editPaste()</slot>
  534. <hints>
  535. <hint type="sourcelabel" >
  536. <x>-1</x>
  537. <y>-1</y>
  538. </hint>
  539. <hint type="destinationlabel" >
  540. <x>20</x>
  541. <y>20</y>
  542. </hint>
  543. </hints>
  544. </connection>
  545. <connection>
  546. <sender>editRedoAction</sender>
  547. <signal>activated()</signal>
  548. <receiver>SourceFileWindow</receiver>
  549. <slot>editRedo()</slot>
  550. <hints>
  551. <hint type="sourcelabel" >
  552. <x>-1</x>
  553. <y>-1</y>
  554. </hint>
  555. <hint type="destinationlabel" >
  556. <x>20</x>
  557. <y>20</y>
  558. </hint>
  559. </hints>
  560. </connection>
  561. <connection>
  562. <sender>editSelectAllAction</sender>
  563. <signal>activated()</signal>
  564. <receiver>SourceFileWindow</receiver>
  565. <slot>editSelectAll()</slot>
  566. <hints>
  567. <hint type="sourcelabel" >
  568. <x>-1</x>
  569. <y>-1</y>
  570. </hint>
  571. <hint type="destinationlabel" >
  572. <x>20</x>
  573. <y>20</y>
  574. </hint>
  575. </hints>
  576. </connection>
  577. <connection>
  578. <sender>editUndoAction</sender>
  579. <signal>activated()</signal>
  580. <receiver>SourceFileWindow</receiver>
  581. <slot>editUndo()</slot>
  582. <hints>
  583. <hint type="sourcelabel" >
  584. <x>-1</x>
  585. <y>-1</y>
  586. </hint>
  587. <hint type="destinationlabel" >
  588. <x>20</x>
  589. <y>20</y>
  590. </hint>
  591. </hints>
  592. </connection>
  593. <connection>
  594. <sender>fileCloseAction</sender>
  595. <signal>activated()</signal>
  596. <receiver>SourceFileWindow</receiver>
  597. <slot>close()</slot>
  598. <hints>
  599. <hint type="sourcelabel" >
  600. <x>-1</x>
  601. <y>-1</y>
  602. </hint>
  603. <hint type="destinationlabel" >
  604. <x>20</x>
  605. <y>20</y>
  606. </hint>
  607. </hints>
  608. </connection>
  609. <connection>
  610. <sender>filePrintAction</sender>
  611. <signal>activated()</signal>
  612. <receiver>SourceFileWindow</receiver>
  613. <slot>filePrint()</slot>
  614. <hints>
  615. <hint type="sourcelabel" >
  616. <x>-1</x>
  617. <y>-1</y>
  618. </hint>
  619. <hint type="destinationlabel" >
  620. <x>20</x>
  621. <y>20</y>
  622. </hint>
  623. </hints>
  624. </connection>
  625. <connection>
  626. <sender>fileSaveAction</sender>
  627. <signal>activated()</signal>
  628. <receiver>SourceFileWindow</receiver>
  629. <slot>fileSave()</slot>
  630. <hints>
  631. <hint type="sourcelabel" >
  632. <x>-1</x>
  633. <y>-1</y>
  634. </hint>
  635. <hint type="destinationlabel" >
  636. <x>20</x>
  637. <y>20</y>
  638. </hint>
  639. </hints>
  640. </connection>
  641. <connection>
  642. <sender>fileSaveAsAction</sender>
  643. <signal>activated()</signal>
  644. <receiver>SourceFileWindow</receiver>
  645. <slot>fileSaveAs()</slot>
  646. <hints>
  647. <hint type="sourcelabel" >
  648. <x>-1</x>
  649. <y>-1</y>
  650. </hint>
  651. <hint type="destinationlabel" >
  652. <x>20</x>
  653. <y>20</y>
  654. </hint>
  655. </hints>
  656. </connection>
  657. <connection>
  658. <sender>findFindAction</sender>
  659. <signal>activated()</signal>
  660. <receiver>SourceFileWindow</receiver>
  661. <slot>findFind()</slot>
  662. <hints>
  663. <hint type="sourcelabel" >
  664. <x>-1</x>
  665. <y>-1</y>
  666. </hint>
  667. <hint type="destinationlabel" >
  668. <x>20</x>
  669. <y>20</y>
  670. </hint>
  671. </hints>
  672. </connection>
  673. <connection>
  674. <sender>findFindSymbolDeclarationAction</sender>
  675. <signal>activated()</signal>
  676. <receiver>SourceFileWindow</receiver>
  677. <slot>findFindSymbolDeclaration()</slot>
  678. <hints>
  679. <hint type="sourcelabel" >
  680. <x>-1</x>
  681. <y>-1</y>
  682. </hint>
  683. <hint type="destinationlabel" >
  684. <x>20</x>
  685. <y>20</y>
  686. </hint>
  687. </hints>
  688. </connection>
  689. <connection>
  690. <sender>findFunctionsAction</sender>
  691. <signal>activated()</signal>
  692. <receiver>SourceFileWindow</receiver>
  693. <slot>findFunctions()</slot>
  694. <hints>
  695. <hint type="sourcelabel" >
  696. <x>-1</x>
  697. <y>-1</y>
  698. </hint>
  699. <hint type="destinationlabel" >
  700. <x>20</x>
  701. <y>20</y>
  702. </hint>
  703. </hints>
  704. </connection>
  705. <connection>
  706. <sender>findOpenFileAtCursorAction</sender>
  707. <signal>activated()</signal>
  708. <receiver>SourceFileWindow</receiver>
  709. <slot>findOpenFileAtCursor()</slot>
  710. <hints>
  711. <hint type="sourcelabel" >
  712. <x>-1</x>
  713. <y>-1</y>
  714. </hint>
  715. <hint type="destinationlabel" >
  716. <x>20</x>
  717. <y>20</y>
  718. </hint>
  719. </hints>
  720. </connection>
  721. <connection>
  722. <sender>findReplaceAction</sender>
  723. <signal>activated()</signal>
  724. <receiver>SourceFileWindow</receiver>
  725. <slot>findReplace()</slot>
  726. <hints>
  727. <hint type="sourcelabel" >
  728. <x>-1</x>
  729. <y>-1</y>
  730. </hint>
  731. <hint type="destinationlabel" >
  732. <x>20</x>
  733. <y>20</y>
  734. </hint>
  735. </hints>
  736. </connection>
  737. <connection>
  738. <sender>fileAddToProjectAction</sender>
  739. <signal>activated()</signal>
  740. <receiver>SourceFileWindow</receiver>
  741. <slot>fileAddToProject()</slot>
  742. <hints>
  743. <hint type="sourcelabel" >
  744. <x>-1</x>
  745. <y>-1</y>
  746. </hint>
  747. <hint type="destinationlabel" >
  748. <x>20</x>
  749. <y>20</y>
  750. </hint>
  751. </hints>
  752. </connection>
  753. <connection>
  754. <sender>fileCompileAction</sender>
  755. <signal>activated()</signal>
  756. <receiver>SourceFileWindow</receiver>
  757. <slot>fileCompile()</slot>
  758. <hints>
  759. <hint type="sourcelabel" >
  760. <x>-1</x>
  761. <y>-1</y>
  762. </hint>
  763. <hint type="destinationlabel" >
  764. <x>20</x>
  765. <y>20</y>
  766. </hint>
  767. </hints>
  768. </connection>
  769. <connection>
  770. <sender>filePrintQuicklyAction</sender>
  771. <signal>activated()</signal>
  772. <receiver>SourceFileWindow</receiver>
  773. <slot>filePrintQuickly()</slot>
  774. <hints>
  775. <hint type="sourcelabel" >
  776. <x>-1</x>
  777. <y>-1</y>
  778. </hint>
  779. <hint type="destinationlabel" >
  780. <x>20</x>
  781. <y>20</y>
  782. </hint>
  783. </hints>
  784. </connection>
  785. </connections>
  786. </ui>