preferencesdlg.ui 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848
  1. <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
  2. <class>Preferences</class>
  3. <widget class="QDialog">
  4. <property name="name">
  5. <cstring>Preferences</cstring>
  6. </property>
  7. <property name="geometry">
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>458</width>
  12. <height>392</height>
  13. </rect>
  14. </property>
  15. <property name="caption">
  16. <string>Preferences</string>
  17. </property>
  18. <property name="sizeGripEnabled">
  19. <bool>true</bool>
  20. </property>
  21. <vbox>
  22. <property name="name">
  23. <cstring>unnamed</cstring>
  24. </property>
  25. <property name="margin">
  26. <number>11</number>
  27. </property>
  28. <property name="spacing">
  29. <number>6</number>
  30. </property>
  31. <widget class="QTabWidget">
  32. <property name="name">
  33. <cstring>tabWidget</cstring>
  34. </property>
  35. <widget class="QWidget">
  36. <property name="name">
  37. <cstring>Widget8</cstring>
  38. </property>
  39. <attribute name="title">
  40. <string>&amp;General</string>
  41. </attribute>
  42. <vbox>
  43. <property name="name">
  44. <cstring>unnamed</cstring>
  45. </property>
  46. <widget class="QCheckBox">
  47. <property name="name">
  48. <cstring>stopAtFirstError</cstring>
  49. </property>
  50. <property name="text">
  51. <string>&amp;Stop compilation at first file with errors</string>
  52. </property>
  53. <property name="accel">
  54. <string>Alt+S</string>
  55. </property>
  56. </widget>
  57. <widget class="QCheckBox">
  58. <property name="name">
  59. <cstring>jumpToError</cstring>
  60. </property>
  61. <property name="text">
  62. <string>Automatically &amp;jump to first error</string>
  63. </property>
  64. <property name="accel">
  65. <string>Alt+J</string>
  66. </property>
  67. </widget>
  68. <widget class="QCheckBox">
  69. <property name="name">
  70. <cstring>successMessage</cstring>
  71. </property>
  72. <property name="text">
  73. <string>Display &amp;message after successful compilation</string>
  74. </property>
  75. <property name="accel">
  76. <string>Alt+M</string>
  77. </property>
  78. </widget>
  79. <widget class="QCheckBox">
  80. <property name="name">
  81. <cstring>deleteAsmFiles</cstring>
  82. </property>
  83. <property name="text">
  84. <string>Delete assembly files after successful &amp;linking</string>
  85. </property>
  86. <property name="accel">
  87. <string>Alt+L</string>
  88. </property>
  89. </widget>
  90. <widget class="QCheckBox">
  91. <property name="name">
  92. <cstring>deleteObjFiles</cstring>
  93. </property>
  94. <property name="text">
  95. <string>Delete o&amp;bject files after successful linking</string>
  96. </property>
  97. <property name="accel">
  98. <string>Alt+B</string>
  99. </property>
  100. </widget>
  101. <widget class="QCheckBox">
  102. <property name="name">
  103. <cstring>splitSourceFiles</cstring>
  104. </property>
  105. <property name="text">
  106. <string>S&amp;plit C source files for error position extraction</string>
  107. </property>
  108. <property name="accel">
  109. <string>Alt+P</string>
  110. </property>
  111. </widget>
  112. <widget class="QCheckBox">
  113. <property name="name">
  114. <cstring>allowImplicitDeclaration</cstring>
  115. </property>
  116. <property name="text">
  117. <string>Allow &amp;implicit declaration of functions</string>
  118. </property>
  119. <property name="accel">
  120. <string>Alt+I</string>
  121. </property>
  122. </widget>
  123. <widget class="QCheckBox">
  124. <property name="name">
  125. <cstring>autoSave</cstring>
  126. </property>
  127. <property name="text">
  128. <string>&amp;Auto-save project before compiling</string>
  129. </property>
  130. <property name="accel">
  131. <string>Alt+A</string>
  132. </property>
  133. </widget>
  134. <widget class="QCheckBox">
  135. <property name="name">
  136. <cstring>downloadHeadlines</cstring>
  137. </property>
  138. <property name="text">
  139. <string>Download &amp;headlines on startup</string>
  140. </property>
  141. <property name="accel">
  142. <string>Alt+H</string>
  143. </property>
  144. </widget>
  145. <widget class="QCheckBox">
  146. <property name="name">
  147. <cstring>deleteOverwrittenErrors</cstring>
  148. </property>
  149. <property name="text">
  150. <string>Delete o&amp;verwritten errors</string>
  151. </property>
  152. <property name="accel">
  153. <string>Alt+V</string>
  154. </property>
  155. </widget>
  156. <widget class="QCheckBox">
  157. <property name="name">
  158. <cstring>useSystemIcons</cstring>
  159. </property>
  160. <property name="text">
  161. <string>&amp;Use system icons</string>
  162. </property>
  163. <property name="accel">
  164. <string>Alt+U</string>
  165. </property>
  166. </widget>
  167. </vbox>
  168. </widget>
  169. <widget class="QWidget">
  170. <property name="name">
  171. <cstring>Widget9</cstring>
  172. </property>
  173. <attribute name="title">
  174. <string>&amp;Transfer</string>
  175. </attribute>
  176. <vbox>
  177. <property name="name">
  178. <cstring>unnamed</cstring>
  179. </property>
  180. <widget class="QButtonGroup">
  181. <property name="name">
  182. <cstring>linkTarget</cstring>
  183. </property>
  184. <property name="title">
  185. <string>Target</string>
  186. </property>
  187. <vbox>
  188. <property name="name">
  189. <cstring>unnamed</cstring>
  190. </property>
  191. <widget class="QRadioButton">
  192. <property name="name">
  193. <cstring>targetNone</cstring>
  194. </property>
  195. <property name="text">
  196. <string>&amp;None</string>
  197. </property>
  198. <property name="accel">
  199. <string>Alt+N</string>
  200. </property>
  201. <property name="checked">
  202. <bool>true</bool>
  203. </property>
  204. </widget>
  205. <widget class="QRadioButton">
  206. <property name="name">
  207. <cstring>targetTiEmu</cstring>
  208. </property>
  209. <property name="text">
  210. <string>TiE&amp;mu</string>
  211. </property>
  212. <property name="accel">
  213. <string>Alt+M</string>
  214. </property>
  215. </widget>
  216. <widget class="QRadioButton">
  217. <property name="name">
  218. <cstring>targetRealCalc</cstring>
  219. </property>
  220. <property name="text">
  221. <string>&amp;Real Calculator</string>
  222. </property>
  223. <property name="accel">
  224. <string>Alt+R</string>
  225. </property>
  226. </widget>
  227. <widget class="QLayoutWidget">
  228. <property name="name">
  229. <cstring>layout40</cstring>
  230. </property>
  231. <hbox>
  232. <property name="name">
  233. <cstring>unnamed</cstring>
  234. </property>
  235. <spacer>
  236. <property name="name">
  237. <cstring>spacer59</cstring>
  238. </property>
  239. <property name="orientation">
  240. <enum>Horizontal</enum>
  241. </property>
  242. <property name="sizeType">
  243. <enum>Fixed</enum>
  244. </property>
  245. <property name="sizeHint">
  246. <size>
  247. <width>16</width>
  248. <height>20</height>
  249. </size>
  250. </property>
  251. </spacer>
  252. <widget class="QButtonGroup">
  253. <property name="name">
  254. <cstring>linkPort</cstring>
  255. </property>
  256. <property name="enabled">
  257. <bool>false</bool>
  258. </property>
  259. <property name="title">
  260. <string>Link Port</string>
  261. </property>
  262. <vbox>
  263. <property name="name">
  264. <cstring>unnamed</cstring>
  265. </property>
  266. <widget class="QRadioButton">
  267. <property name="name">
  268. <cstring>port1</cstring>
  269. </property>
  270. <property name="text">
  271. <string>#&amp;1</string>
  272. </property>
  273. <property name="accel">
  274. <string>Alt+1</string>
  275. </property>
  276. <property name="checked">
  277. <bool>true</bool>
  278. </property>
  279. </widget>
  280. <widget class="QRadioButton">
  281. <property name="name">
  282. <cstring>port2</cstring>
  283. </property>
  284. <property name="text">
  285. <string>#&amp;2</string>
  286. </property>
  287. <property name="accel">
  288. <string>Alt+2</string>
  289. </property>
  290. </widget>
  291. <widget class="QRadioButton">
  292. <property name="name">
  293. <cstring>port3</cstring>
  294. </property>
  295. <property name="text">
  296. <string>#&amp;3</string>
  297. </property>
  298. <property name="accel">
  299. <string>Alt+3</string>
  300. </property>
  301. </widget>
  302. <widget class="QRadioButton">
  303. <property name="name">
  304. <cstring>port4</cstring>
  305. </property>
  306. <property name="text">
  307. <string>#&amp;4</string>
  308. </property>
  309. <property name="accel">
  310. <string>Alt+4</string>
  311. </property>
  312. </widget>
  313. </vbox>
  314. </widget>
  315. <widget class="QButtonGroup">
  316. <property name="name">
  317. <cstring>linkCable</cstring>
  318. </property>
  319. <property name="enabled">
  320. <bool>false</bool>
  321. </property>
  322. <property name="title">
  323. <string>Cable Type</string>
  324. </property>
  325. <vbox>
  326. <property name="name">
  327. <cstring>unnamed</cstring>
  328. </property>
  329. <widget class="QRadioButton">
  330. <property name="name">
  331. <cstring>grayLink</cstring>
  332. </property>
  333. <property name="text">
  334. <string>Gray &amp;Link Cable</string>
  335. </property>
  336. <property name="accel">
  337. <string>Alt+L</string>
  338. </property>
  339. <property name="checked">
  340. <bool>true</bool>
  341. </property>
  342. <property name="toolTip" stdset="0">
  343. <string>The original serial TI-GraphLink cable</string>
  344. </property>
  345. </widget>
  346. <widget class="QRadioButton">
  347. <property name="name">
  348. <cstring>blackLink</cstring>
  349. </property>
  350. <property name="text">
  351. <string>Blac&amp;k Link Cable</string>
  352. </property>
  353. <property name="accel">
  354. <string>Alt+K</string>
  355. </property>
  356. <property name="toolTip" stdset="0">
  357. <string>The newer serial TI-GraphLink or a home-made serial cable</string>
  358. </property>
  359. </widget>
  360. <widget class="QRadioButton">
  361. <property name="name">
  362. <cstring>parallelLink</cstring>
  363. </property>
  364. <property name="text">
  365. <string>&amp;Parallel Link Cable</string>
  366. </property>
  367. <property name="accel">
  368. <string>Alt+P</string>
  369. </property>
  370. <property name="toolTip" stdset="0">
  371. <string>A home-made parallel link cable</string>
  372. </property>
  373. </widget>
  374. <widget class="QRadioButton">
  375. <property name="name">
  376. <cstring>silverLink</cstring>
  377. </property>
  378. <property name="text">
  379. <string>&amp;Silver Link Cable</string>
  380. </property>
  381. <property name="accel">
  382. <string>Alt+S</string>
  383. </property>
  384. <property name="toolTip" stdset="0">
  385. <string>The SilverLink (TI-GraphLink USB) cable</string>
  386. </property>
  387. </widget>
  388. <widget class="QRadioButton">
  389. <property name="name">
  390. <cstring>directLink</cstring>
  391. </property>
  392. <property name="text">
  393. <string>Direct &amp;USB Cable</string>
  394. </property>
  395. <property name="accel">
  396. <string>Alt+U</string>
  397. </property>
  398. <property name="toolTip" stdset="0">
  399. <string>A direct USB-to-USB connection to a USB calculator (TI-89 Titanium)</string>
  400. </property>
  401. </widget>
  402. </vbox>
  403. </widget>
  404. </hbox>
  405. </widget>
  406. </vbox>
  407. </widget>
  408. </vbox>
  409. </widget>
  410. <widget class="QWidget">
  411. <property name="name">
  412. <cstring>TabPage</cstring>
  413. </property>
  414. <attribute name="title">
  415. <string>&amp;Editor</string>
  416. </attribute>
  417. <vbox>
  418. <property name="name">
  419. <cstring>unnamed</cstring>
  420. </property>
  421. <widget class="QLayoutWidget">
  422. <property name="name">
  423. <cstring>layout35</cstring>
  424. </property>
  425. <hbox>
  426. <property name="name">
  427. <cstring>unnamed</cstring>
  428. </property>
  429. <widget class="QLabel">
  430. <property name="name">
  431. <cstring>tabWidthCLabel</cstring>
  432. </property>
  433. <property name="text">
  434. <string>C Tab &amp;Size:</string>
  435. </property>
  436. <property name="buddy" stdset="0">
  437. <cstring>tabWidthC</cstring>
  438. </property>
  439. </widget>
  440. <widget class="KIntNumInput">
  441. <property name="name">
  442. <cstring>tabWidthC</cstring>
  443. </property>
  444. <property name="value">
  445. <number>2</number>
  446. </property>
  447. <property name="minValue">
  448. <number>1</number>
  449. </property>
  450. <property name="maxValue">
  451. <number>80</number>
  452. </property>
  453. </widget>
  454. <spacer>
  455. <property name="name">
  456. <cstring>spacer55</cstring>
  457. </property>
  458. <property name="orientation">
  459. <enum>Horizontal</enum>
  460. </property>
  461. <property name="sizeType">
  462. <enum>Expanding</enum>
  463. </property>
  464. <property name="sizeHint">
  465. <size>
  466. <width>71</width>
  467. <height>20</height>
  468. </size>
  469. </property>
  470. </spacer>
  471. <widget class="QLabel">
  472. <property name="name">
  473. <cstring>tabWidthAsmLabel</cstring>
  474. </property>
  475. <property name="text">
  476. <string>&amp;ASM Tab Size:</string>
  477. </property>
  478. <property name="buddy" stdset="0">
  479. <cstring>tabWidthAsm</cstring>
  480. </property>
  481. </widget>
  482. <widget class="KIntNumInput">
  483. <property name="name">
  484. <cstring>tabWidthAsm</cstring>
  485. </property>
  486. <property name="value">
  487. <number>8</number>
  488. </property>
  489. <property name="minValue">
  490. <number>1</number>
  491. </property>
  492. <property name="maxValue">
  493. <number>80</number>
  494. </property>
  495. </widget>
  496. <spacer>
  497. <property name="name">
  498. <cstring>spacer56</cstring>
  499. </property>
  500. <property name="orientation">
  501. <enum>Horizontal</enum>
  502. </property>
  503. <property name="sizeType">
  504. <enum>Expanding</enum>
  505. </property>
  506. <property name="sizeHint">
  507. <size>
  508. <width>71</width>
  509. <height>20</height>
  510. </size>
  511. </property>
  512. </spacer>
  513. </hbox>
  514. </widget>
  515. <widget class="QLayoutWidget">
  516. <property name="name">
  517. <cstring>layout7</cstring>
  518. </property>
  519. <hbox>
  520. <property name="name">
  521. <cstring>unnamed</cstring>
  522. </property>
  523. <widget class="QCheckBox">
  524. <property name="name">
  525. <cstring>useBgColor</cstring>
  526. </property>
  527. <property name="text">
  528. <string>Specify &amp;background color</string>
  529. </property>
  530. <property name="accel">
  531. <string>Alt+B</string>
  532. </property>
  533. </widget>
  534. <widget class="QLabel">
  535. <property name="name">
  536. <cstring>bgColor</cstring>
  537. </property>
  538. <property name="sizePolicy">
  539. <sizepolicy>
  540. <hsizetype>7</hsizetype>
  541. <vsizetype>5</vsizetype>
  542. <horstretch>0</horstretch>
  543. <verstretch>0</verstretch>
  544. </sizepolicy>
  545. </property>
  546. <property name="paletteBackgroundColor">
  547. <color>
  548. <red>255</red>
  549. <green>255</green>
  550. <blue>255</blue>
  551. </color>
  552. </property>
  553. <property name="text">
  554. <string></string>
  555. </property>
  556. </widget>
  557. </hbox>
  558. </widget>
  559. <widget class="QLayoutWidget">
  560. <property name="name">
  561. <cstring>layout36</cstring>
  562. </property>
  563. <hbox>
  564. <property name="name">
  565. <cstring>unnamed</cstring>
  566. </property>
  567. <widget class="KPushButton">
  568. <property name="name">
  569. <cstring>bgColorChange</cstring>
  570. </property>
  571. <property name="text">
  572. <string>C&amp;hange...</string>
  573. </property>
  574. <property name="accel">
  575. <string>Alt+H</string>
  576. </property>
  577. </widget>
  578. <spacer>
  579. <property name="name">
  580. <cstring>spacer57</cstring>
  581. </property>
  582. <property name="orientation">
  583. <enum>Horizontal</enum>
  584. </property>
  585. <property name="sizeType">
  586. <enum>Expanding</enum>
  587. </property>
  588. <property name="sizeHint">
  589. <size>
  590. <width>401</width>
  591. <height>20</height>
  592. </size>
  593. </property>
  594. </spacer>
  595. </hbox>
  596. </widget>
  597. <widget class="QLayoutWidget">
  598. <property name="name">
  599. <cstring>layout38</cstring>
  600. </property>
  601. <hbox>
  602. <property name="name">
  603. <cstring>unnamed</cstring>
  604. </property>
  605. <widget class="QLabel">
  606. <property name="name">
  607. <cstring>editorFontLabel</cstring>
  608. </property>
  609. <property name="text">
  610. <string>Editor font:</string>
  611. </property>
  612. </widget>
  613. <widget class="QLabel">
  614. <property name="name">
  615. <cstring>editorFont</cstring>
  616. </property>
  617. <property name="sizePolicy">
  618. <sizepolicy>
  619. <hsizetype>7</hsizetype>
  620. <vsizetype>5</vsizetype>
  621. <horstretch>0</horstretch>
  622. <verstretch>0</verstretch>
  623. </sizepolicy>
  624. </property>
  625. <property name="paletteBackgroundColor">
  626. <color>
  627. <red>255</red>
  628. <green>255</green>
  629. <blue>255</blue>
  630. </color>
  631. </property>
  632. <property name="font">
  633. <font>
  634. <family>Monospace</family>
  635. </font>
  636. </property>
  637. <property name="text">
  638. <string>Monospace</string>
  639. </property>
  640. <property name="alignment">
  641. <set>WordBreak|AlignCenter</set>
  642. </property>
  643. </widget>
  644. </hbox>
  645. </widget>
  646. <widget class="QLayoutWidget">
  647. <property name="name">
  648. <cstring>layout37</cstring>
  649. </property>
  650. <hbox>
  651. <property name="name">
  652. <cstring>unnamed</cstring>
  653. </property>
  654. <widget class="KPushButton">
  655. <property name="name">
  656. <cstring>editorFontChange</cstring>
  657. </property>
  658. <property name="text">
  659. <string>Cha&amp;nge...</string>
  660. </property>
  661. <property name="accel">
  662. <string>Alt+N</string>
  663. </property>
  664. </widget>
  665. <spacer>
  666. <property name="name">
  667. <cstring>spacer58</cstring>
  668. </property>
  669. <property name="orientation">
  670. <enum>Horizontal</enum>
  671. </property>
  672. <property name="sizeType">
  673. <enum>Expanding</enum>
  674. </property>
  675. <property name="sizeHint">
  676. <size>
  677. <width>401</width>
  678. <height>20</height>
  679. </size>
  680. </property>
  681. </spacer>
  682. </hbox>
  683. </widget>
  684. <widget class="QCheckBox">
  685. <property name="name">
  686. <cstring>useCalcCharset</cstring>
  687. </property>
  688. <property name="text">
  689. <string>&amp;Load/save files using calculator character set</string>
  690. </property>
  691. <property name="accel">
  692. <string>Alt+L</string>
  693. </property>
  694. </widget>
  695. <widget class="QCheckBox">
  696. <property name="name">
  697. <cstring>lazyLoading</cstring>
  698. </property>
  699. <property name="text">
  700. <string>Load &amp;files lazily (not at project load time)</string>
  701. </property>
  702. <property name="accel">
  703. <string>Alt+F</string>
  704. </property>
  705. </widget>
  706. <widget class="QCheckBox">
  707. <property name="name">
  708. <cstring>autoBlocks</cstring>
  709. </property>
  710. <property name="text">
  711. <string>A&amp;utomatic '{...}' blocks in C</string>
  712. </property>
  713. <property name="accel">
  714. <string>Alt+U</string>
  715. </property>
  716. </widget>
  717. <widget class="QCheckBox">
  718. <property name="name">
  719. <cstring>removeTrailingSpaces</cstring>
  720. </property>
  721. <property name="text">
  722. <string>&amp;Remove trailing spaces from lines</string>
  723. </property>
  724. <property name="accel">
  725. <string>Alt+R</string>
  726. </property>
  727. </widget>
  728. </vbox>
  729. </widget>
  730. </widget>
  731. <widget class="QLayoutWidget">
  732. <property name="name">
  733. <cstring>layout18</cstring>
  734. </property>
  735. <hbox>
  736. <property name="name">
  737. <cstring>unnamed</cstring>
  738. </property>
  739. <spacer>
  740. <property name="name">
  741. <cstring>spacer28</cstring>
  742. </property>
  743. <property name="orientation">
  744. <enum>Horizontal</enum>
  745. </property>
  746. <property name="sizeType">
  747. <enum>Expanding</enum>
  748. </property>
  749. <property name="sizeHint">
  750. <size>
  751. <width>291</width>
  752. <height>20</height>
  753. </size>
  754. </property>
  755. </spacer>
  756. <widget class="KPushButton">
  757. <property name="name">
  758. <cstring>okButton</cstring>
  759. </property>
  760. <property name="text">
  761. <string>&amp;OK</string>
  762. </property>
  763. <property name="accel">
  764. <string>Alt+O</string>
  765. </property>
  766. </widget>
  767. <widget class="KPushButton">
  768. <property name="name">
  769. <cstring>cancelButton</cstring>
  770. </property>
  771. <property name="text">
  772. <string>&amp;Cancel</string>
  773. </property>
  774. <property name="accel">
  775. <string>Alt+C</string>
  776. </property>
  777. </widget>
  778. </hbox>
  779. </widget>
  780. </vbox>
  781. </widget>
  782. <connections>
  783. <connection>
  784. <sender>cancelButton</sender>
  785. <signal>pressed()</signal>
  786. <receiver>Preferences</receiver>
  787. <slot>reject()</slot>
  788. </connection>
  789. <connection>
  790. <sender>okButton</sender>
  791. <signal>pressed()</signal>
  792. <receiver>Preferences</receiver>
  793. <slot>accept()</slot>
  794. </connection>
  795. <connection>
  796. <sender>targetNone</sender>
  797. <signal>toggled(bool)</signal>
  798. <receiver>Preferences</receiver>
  799. <slot>linkTarget_toggled(bool)</slot>
  800. </connection>
  801. <connection>
  802. <sender>targetTiEmu</sender>
  803. <signal>toggled(bool)</signal>
  804. <receiver>Preferences</receiver>
  805. <slot>linkTarget_toggled(bool)</slot>
  806. </connection>
  807. <connection>
  808. <sender>targetRealCalc</sender>
  809. <signal>toggled(bool)</signal>
  810. <receiver>Preferences</receiver>
  811. <slot>linkTarget_toggled(bool)</slot>
  812. </connection>
  813. <connection>
  814. <sender>bgColorChange</sender>
  815. <signal>pressed()</signal>
  816. <receiver>Preferences</receiver>
  817. <slot>bgColorChange_pressed()</slot>
  818. </connection>
  819. <connection>
  820. <sender>editorFontChange</sender>
  821. <signal>pressed()</signal>
  822. <receiver>Preferences</receiver>
  823. <slot>editorFontChange_pressed()</slot>
  824. </connection>
  825. </connections>
  826. <includes>
  827. <include location="local" impldecl="in implementation">preferencesdlg.ui.h</include>
  828. </includes>
  829. <slots>
  830. <slot>init()</slot>
  831. <slot>destroy()</slot>
  832. <slot>linkTarget_toggled( bool unused_on )</slot>
  833. <slot>bgColorChange_pressed()</slot>
  834. <slot>editorFontChange_pressed()</slot>
  835. </slots>
  836. <pixmapinproject/>
  837. <layoutdefaults spacing="6" margin="11"/>
  838. <includehints>
  839. <includehint>knuminput.h</includehint>
  840. <includehint>knuminput.h</includehint>
  841. <includehint>knuminput.h</includehint>
  842. <includehint>knuminput.h</includehint>
  843. <includehint>kpushbutton.h</includehint>
  844. <includehint>kpushbutton.h</includehint>
  845. <includehint>kpushbutton.h</includehint>
  846. <includehint>kpushbutton.h</includehint>
  847. </includehints>
  848. </UI>