preferencesdlg.ui 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231
  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 class="QWidget">
  731. <property name="name">
  732. <cstring>TabPage</cstring>
  733. </property>
  734. <attribute name="title">
  735. <string>S&amp;yntax Highlighting</string>
  736. </attribute>
  737. <vbox>
  738. <property name="name">
  739. <cstring>unnamed</cstring>
  740. </property>
  741. <widget class="QLabel">
  742. <property name="name">
  743. <cstring>settingsForLabel</cstring>
  744. </property>
  745. <property name="text">
  746. <string>Settings &amp;for:</string>
  747. </property>
  748. <property name="buddy" stdset="0">
  749. <cstring>syntaxLanguage</cstring>
  750. </property>
  751. </widget>
  752. <widget class="QLayoutWidget">
  753. <property name="name">
  754. <cstring>layout8</cstring>
  755. </property>
  756. <hbox>
  757. <property name="name">
  758. <cstring>unnamed</cstring>
  759. </property>
  760. <widget class="KComboBox">
  761. <item>
  762. <property name="text">
  763. <string>C Files</string>
  764. </property>
  765. </item>
  766. <item>
  767. <property name="text">
  768. <string>GNU Assembly Files</string>
  769. </property>
  770. </item>
  771. <property name="name">
  772. <cstring>syntaxLanguage</cstring>
  773. </property>
  774. </widget>
  775. <widget class="QCheckBox">
  776. <property name="name">
  777. <cstring>syntaxEnabled</cstring>
  778. </property>
  779. <property name="text">
  780. <string>Ena&amp;bled</string>
  781. </property>
  782. <property name="accel">
  783. <string>Alt+B</string>
  784. </property>
  785. <property name="checked">
  786. <bool>true</bool>
  787. </property>
  788. </widget>
  789. <widget class="KPushButton">
  790. <property name="name">
  791. <cstring>resetButton</cstring>
  792. </property>
  793. <property name="text">
  794. <string>&amp;Reset</string>
  795. </property>
  796. <property name="accel">
  797. <string>Alt+R</string>
  798. </property>
  799. </widget>
  800. </hbox>
  801. </widget>
  802. <widget class="QLayoutWidget">
  803. <property name="name">
  804. <cstring>layout9</cstring>
  805. </property>
  806. <grid>
  807. <property name="name">
  808. <cstring>unnamed</cstring>
  809. </property>
  810. <widget class="KPushButton" row="2" column="1">
  811. <property name="name">
  812. <cstring>parenthesisStyleButton</cstring>
  813. </property>
  814. <property name="text">
  815. <string>P&amp;arenthesis Style...</string>
  816. </property>
  817. <property name="accel">
  818. <string>Alt+A</string>
  819. </property>
  820. </widget>
  821. <widget class="KPushButton" row="2" column="0">
  822. <property name="name">
  823. <cstring>parenthesisColorsButton</cstring>
  824. </property>
  825. <property name="text">
  826. <string>&amp;Parenthesis Colors...</string>
  827. </property>
  828. <property name="accel">
  829. <string>Alt+P</string>
  830. </property>
  831. </widget>
  832. <widget class="KPushButton" row="1" column="1">
  833. <property name="name">
  834. <cstring>symbolStyleButton</cstring>
  835. </property>
  836. <property name="text">
  837. <string>Sy&amp;mbol Style...</string>
  838. </property>
  839. <property name="accel">
  840. <string>Alt+M</string>
  841. </property>
  842. </widget>
  843. <widget class="KPushButton" row="0" column="1">
  844. <property name="name">
  845. <cstring>numberStyleButton</cstring>
  846. </property>
  847. <property name="text">
  848. <string>N&amp;umber Style...</string>
  849. </property>
  850. <property name="accel">
  851. <string>Alt+U</string>
  852. </property>
  853. </widget>
  854. <widget class="KPushButton" row="1" column="0">
  855. <property name="name">
  856. <cstring>symbolColorButton</cstring>
  857. </property>
  858. <property name="text">
  859. <string>&amp;Symbol Color...</string>
  860. </property>
  861. <property name="accel">
  862. <string>Alt+S</string>
  863. </property>
  864. </widget>
  865. <widget class="KPushButton" row="0" column="0">
  866. <property name="name">
  867. <cstring>numberColorButton</cstring>
  868. </property>
  869. <property name="text">
  870. <string>&amp;Number Color...</string>
  871. </property>
  872. <property name="accel">
  873. <string>Alt+N</string>
  874. </property>
  875. </widget>
  876. </grid>
  877. </widget>
  878. <widget class="QLayoutWidget">
  879. <property name="name">
  880. <cstring>layout11</cstring>
  881. </property>
  882. <hbox>
  883. <property name="name">
  884. <cstring>unnamed</cstring>
  885. </property>
  886. <widget class="KListView">
  887. <column>
  888. <property name="text">
  889. <string>Name</string>
  890. </property>
  891. <property name="clickable">
  892. <bool>false</bool>
  893. </property>
  894. <property name="resizable">
  895. <bool>false</bool>
  896. </property>
  897. </column>
  898. <item>
  899. <property name="text">
  900. <string>Highlighting</string>
  901. </property>
  902. <property name="pixmap">
  903. <pixmap></pixmap>
  904. </property>
  905. <item>
  906. <property name="text">
  907. <string>Custom Styles</string>
  908. </property>
  909. <property name="pixmap">
  910. <pixmap></pixmap>
  911. </property>
  912. </item>
  913. <item>
  914. <property name="text">
  915. <string>Word Lists</string>
  916. </property>
  917. <property name="pixmap">
  918. <pixmap></pixmap>
  919. </property>
  920. </item>
  921. </item>
  922. <property name="name">
  923. <cstring>syntaxListView</cstring>
  924. </property>
  925. <property name="paletteBackgroundColor">
  926. <color>
  927. <red>255</red>
  928. <green>255</green>
  929. <blue>255</blue>
  930. </color>
  931. </property>
  932. <property name="allColumnsShowFocus">
  933. <bool>true</bool>
  934. </property>
  935. <property name="itemsMovable">
  936. <bool>false</bool>
  937. </property>
  938. <property name="alternateBackground">
  939. <color>
  940. <red>255</red>
  941. <green>255</green>
  942. <blue>255</blue>
  943. </color>
  944. </property>
  945. </widget>
  946. <widget class="QLayoutWidget">
  947. <property name="name">
  948. <cstring>layout10</cstring>
  949. </property>
  950. <vbox>
  951. <property name="name">
  952. <cstring>unnamed</cstring>
  953. </property>
  954. <widget class="KPushButton">
  955. <property name="name">
  956. <cstring>newStyleButton</cstring>
  957. </property>
  958. <property name="text">
  959. <string>Ne&amp;w Style</string>
  960. </property>
  961. <property name="accel">
  962. <string>Alt+W</string>
  963. </property>
  964. </widget>
  965. <widget class="KPushButton">
  966. <property name="name">
  967. <cstring>newListButton</cstring>
  968. </property>
  969. <property name="text">
  970. <string>New &amp;List</string>
  971. </property>
  972. <property name="accel">
  973. <string>Alt+L</string>
  974. </property>
  975. </widget>
  976. <widget class="KPushButton">
  977. <property name="name">
  978. <cstring>editButton</cstring>
  979. </property>
  980. <property name="enabled">
  981. <bool>false</bool>
  982. </property>
  983. <property name="text">
  984. <string>Ed&amp;it...</string>
  985. </property>
  986. <property name="accel">
  987. <string>Alt+I</string>
  988. </property>
  989. </widget>
  990. </vbox>
  991. </widget>
  992. </hbox>
  993. </widget>
  994. </vbox>
  995. </widget>
  996. </widget>
  997. <widget class="QLayoutWidget">
  998. <property name="name">
  999. <cstring>layout18</cstring>
  1000. </property>
  1001. <hbox>
  1002. <property name="name">
  1003. <cstring>unnamed</cstring>
  1004. </property>
  1005. <spacer>
  1006. <property name="name">
  1007. <cstring>spacer28</cstring>
  1008. </property>
  1009. <property name="orientation">
  1010. <enum>Horizontal</enum>
  1011. </property>
  1012. <property name="sizeType">
  1013. <enum>Expanding</enum>
  1014. </property>
  1015. <property name="sizeHint">
  1016. <size>
  1017. <width>291</width>
  1018. <height>20</height>
  1019. </size>
  1020. </property>
  1021. </spacer>
  1022. <widget class="KPushButton">
  1023. <property name="name">
  1024. <cstring>okButton</cstring>
  1025. </property>
  1026. <property name="text">
  1027. <string>&amp;OK</string>
  1028. </property>
  1029. <property name="accel">
  1030. <string>Alt+O</string>
  1031. </property>
  1032. <property name="stdItem" stdset="0">
  1033. <number>1</number>
  1034. </property>
  1035. </widget>
  1036. <widget class="KPushButton">
  1037. <property name="name">
  1038. <cstring>cancelButton</cstring>
  1039. </property>
  1040. <property name="text">
  1041. <string>&amp;Cancel</string>
  1042. </property>
  1043. <property name="accel">
  1044. <string>Alt+C</string>
  1045. </property>
  1046. <property name="stdItem" stdset="0">
  1047. <number>2</number>
  1048. </property>
  1049. </widget>
  1050. </hbox>
  1051. </widget>
  1052. </vbox>
  1053. </widget>
  1054. <connections>
  1055. <connection>
  1056. <sender>cancelButton</sender>
  1057. <signal>clicked()</signal>
  1058. <receiver>Preferences</receiver>
  1059. <slot>reject()</slot>
  1060. </connection>
  1061. <connection>
  1062. <sender>okButton</sender>
  1063. <signal>clicked()</signal>
  1064. <receiver>Preferences</receiver>
  1065. <slot>accept()</slot>
  1066. </connection>
  1067. <connection>
  1068. <sender>targetNone</sender>
  1069. <signal>toggled(bool)</signal>
  1070. <receiver>Preferences</receiver>
  1071. <slot>linkTarget_toggled(bool)</slot>
  1072. </connection>
  1073. <connection>
  1074. <sender>targetTiEmu</sender>
  1075. <signal>toggled(bool)</signal>
  1076. <receiver>Preferences</receiver>
  1077. <slot>linkTarget_toggled(bool)</slot>
  1078. </connection>
  1079. <connection>
  1080. <sender>targetRealCalc</sender>
  1081. <signal>toggled(bool)</signal>
  1082. <receiver>Preferences</receiver>
  1083. <slot>linkTarget_toggled(bool)</slot>
  1084. </connection>
  1085. <connection>
  1086. <sender>bgColorChange</sender>
  1087. <signal>clicked()</signal>
  1088. <receiver>Preferences</receiver>
  1089. <slot>bgColorChange_clicked()</slot>
  1090. </connection>
  1091. <connection>
  1092. <sender>editorFontChange</sender>
  1093. <signal>clicked()</signal>
  1094. <receiver>Preferences</receiver>
  1095. <slot>editorFontChange_clicked()</slot>
  1096. </connection>
  1097. <connection>
  1098. <sender>syntaxLanguage</sender>
  1099. <signal>activated(int)</signal>
  1100. <receiver>Preferences</receiver>
  1101. <slot>syntaxLanguage_activated(int)</slot>
  1102. </connection>
  1103. <connection>
  1104. <sender>resetButton</sender>
  1105. <signal>clicked()</signal>
  1106. <receiver>Preferences</receiver>
  1107. <slot>resetButton_clicked()</slot>
  1108. </connection>
  1109. <connection>
  1110. <sender>numberColorButton</sender>
  1111. <signal>clicked()</signal>
  1112. <receiver>Preferences</receiver>
  1113. <slot>numberColorButton_clicked()</slot>
  1114. </connection>
  1115. <connection>
  1116. <sender>numberStyleButton</sender>
  1117. <signal>clicked()</signal>
  1118. <receiver>Preferences</receiver>
  1119. <slot>numberStyleButton_clicked()</slot>
  1120. </connection>
  1121. <connection>
  1122. <sender>symbolColorButton</sender>
  1123. <signal>clicked()</signal>
  1124. <receiver>Preferences</receiver>
  1125. <slot>symbolColorButton_clicked()</slot>
  1126. </connection>
  1127. <connection>
  1128. <sender>symbolStyleButton</sender>
  1129. <signal>clicked()</signal>
  1130. <receiver>Preferences</receiver>
  1131. <slot>symbolStyleButton_clicked()</slot>
  1132. </connection>
  1133. <connection>
  1134. <sender>parenthesisColorsButton</sender>
  1135. <signal>clicked()</signal>
  1136. <receiver>Preferences</receiver>
  1137. <slot>parenthesisColorsButton_clicked()</slot>
  1138. </connection>
  1139. <connection>
  1140. <sender>parenthesisStyleButton</sender>
  1141. <signal>clicked()</signal>
  1142. <receiver>Preferences</receiver>
  1143. <slot>parenthesisStyleButton_clicked()</slot>
  1144. </connection>
  1145. <connection>
  1146. <sender>syntaxListView</sender>
  1147. <signal>selectionChanged()</signal>
  1148. <receiver>Preferences</receiver>
  1149. <slot>syntaxListView_selectionChanged()</slot>
  1150. </connection>
  1151. <connection>
  1152. <sender>newStyleButton</sender>
  1153. <signal>clicked()</signal>
  1154. <receiver>Preferences</receiver>
  1155. <slot>newStyleButton_clicked()</slot>
  1156. </connection>
  1157. <connection>
  1158. <sender>newListButton</sender>
  1159. <signal>clicked()</signal>
  1160. <receiver>Preferences</receiver>
  1161. <slot>newListButton_clicked()</slot>
  1162. </connection>
  1163. <connection>
  1164. <sender>editButton</sender>
  1165. <signal>clicked()</signal>
  1166. <receiver>Preferences</receiver>
  1167. <slot>editButton_clicked()</slot>
  1168. </connection>
  1169. <connection>
  1170. <sender>syntaxListView</sender>
  1171. <signal>itemRenamed(QListViewItem*,const QString&amp;,int)</signal>
  1172. <receiver>Preferences</receiver>
  1173. <slot>syntaxListView_itemRenamed(QListViewItem*,const QString&amp;,int)</slot>
  1174. </connection>
  1175. <connection>
  1176. <sender>syntaxEnabled</sender>
  1177. <signal>toggled(bool)</signal>
  1178. <receiver>Preferences</receiver>
  1179. <slot>syntaxEnabled_toggled(bool)</slot>
  1180. </connection>
  1181. </connections>
  1182. <includes>
  1183. <include location="local" impldecl="in implementation">preferencesdlg.ui.h</include>
  1184. </includes>
  1185. <slots>
  1186. <slot>init()</slot>
  1187. <slot>destroy()</slot>
  1188. <slot>linkTarget_toggled( bool unused_on )</slot>
  1189. <slot>bgColorChange_clicked()</slot>
  1190. <slot>editorFontChange_clicked()</slot>
  1191. <slot>syntaxLanguage_activated( int index )</slot>
  1192. <slot>syntaxEnabled_toggled( bool on )</slot>
  1193. <slot>resetButton_clicked()</slot>
  1194. <slot>numberColorButton_clicked()</slot>
  1195. <slot>numberStyleButton_clicked()</slot>
  1196. <slot>symbolColorButton_clicked()</slot>
  1197. <slot>symbolStyleButton_clicked()</slot>
  1198. <slot>parenthesisColorsButton_clicked()</slot>
  1199. <slot>parenthesisStyleButton_clicked()</slot>
  1200. <slot>syntaxListView_selectionChanged()</slot>
  1201. <slot>syntaxListView_itemRenamed( QListViewItem * item, const QString &amp; str, int unused_col )</slot>
  1202. <slot>syntaxListViewAccel_activated( int id )</slot>
  1203. <slot>newStyleButton_clicked()</slot>
  1204. <slot>newListButton_clicked()</slot>
  1205. <slot>editButton_clicked()</slot>
  1206. </slots>
  1207. <pixmapinproject/>
  1208. <layoutdefaults spacing="6" margin="11"/>
  1209. <includehints>
  1210. <includehint>knuminput.h</includehint>
  1211. <includehint>knuminput.h</includehint>
  1212. <includehint>knuminput.h</includehint>
  1213. <includehint>knuminput.h</includehint>
  1214. <includehint>kpushbutton.h</includehint>
  1215. <includehint>kpushbutton.h</includehint>
  1216. <includehint>kcombobox.h</includehint>
  1217. <includehint>kpushbutton.h</includehint>
  1218. <includehint>kpushbutton.h</includehint>
  1219. <includehint>kpushbutton.h</includehint>
  1220. <includehint>kpushbutton.h</includehint>
  1221. <includehint>kpushbutton.h</includehint>
  1222. <includehint>kpushbutton.h</includehint>
  1223. <includehint>kpushbutton.h</includehint>
  1224. <includehint>klistview.h</includehint>
  1225. <includehint>kpushbutton.h</includehint>
  1226. <includehint>kpushbutton.h</includehint>
  1227. <includehint>kpushbutton.h</includehint>
  1228. <includehint>kpushbutton.h</includehint>
  1229. <includehint>kpushbutton.h</includehint>
  1230. </includehints>
  1231. </UI>