preferencesdlg.ui 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438
  1. <ui version="4.0" stdsetdef="1" >
  2. <author></author>
  3. <comment></comment>
  4. <exportmacro></exportmacro>
  5. <class>Preferences</class>
  6. <widget class="QDialog" name="Preferences" >
  7. <property name="geometry" >
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>458</width>
  12. <height>419</height>
  13. </rect>
  14. </property>
  15. <property name="windowTitle" >
  16. <string>Preferences</string>
  17. </property>
  18. <property name="sizeGripEnabled" >
  19. <bool>true</bool>
  20. </property>
  21. <layout class="QVBoxLayout" >
  22. <property name="margin" >
  23. <number>11</number>
  24. </property>
  25. <property name="spacing" >
  26. <number>6</number>
  27. </property>
  28. <item>
  29. <widget class="QTabWidget" name="tabWidget" >
  30. <widget class="QWidget" name="Widget8" >
  31. <attribute name="title" >
  32. <string>&amp;General</string>
  33. </attribute>
  34. <layout class="QVBoxLayout" >
  35. <property name="margin" >
  36. <number>0</number>
  37. </property>
  38. <item>
  39. <widget class="QCheckBox" name="stopAtFirstError" >
  40. <property name="text" >
  41. <string>&amp;Stop compilation at first file with errors</string>
  42. </property>
  43. <property name="shortcut" >
  44. <string>Alt+S</string>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <widget class="QCheckBox" name="jumpToError" >
  50. <property name="text" >
  51. <string>Automatically &amp;jump to first error</string>
  52. </property>
  53. <property name="shortcut" >
  54. <string>Alt+J</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QCheckBox" name="successMessage" >
  60. <property name="text" >
  61. <string>Display &amp;message after successful compilation</string>
  62. </property>
  63. <property name="shortcut" >
  64. <string>Alt+M</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="QCheckBox" name="deleteAsmFiles" >
  70. <property name="text" >
  71. <string>Delete assembly files after successful &amp;linking</string>
  72. </property>
  73. <property name="shortcut" >
  74. <string>Alt+L</string>
  75. </property>
  76. </widget>
  77. </item>
  78. <item>
  79. <widget class="QCheckBox" name="deleteObjFiles" >
  80. <property name="text" >
  81. <string>Delete o&amp;bject files after successful linking</string>
  82. </property>
  83. <property name="shortcut" >
  84. <string>Alt+B</string>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <widget class="QCheckBox" name="splitSourceFiles" >
  90. <property name="text" >
  91. <string>S&amp;plit C source files for error position extraction</string>
  92. </property>
  93. <property name="shortcut" >
  94. <string>Alt+P</string>
  95. </property>
  96. </widget>
  97. </item>
  98. <item>
  99. <widget class="QCheckBox" name="allowImplicitDeclaration" >
  100. <property name="text" >
  101. <string>Allow &amp;implicit declaration of functions</string>
  102. </property>
  103. <property name="shortcut" >
  104. <string>Alt+I</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item>
  109. <widget class="QCheckBox" name="autoSave" >
  110. <property name="text" >
  111. <string>&amp;Auto-save project before compiling</string>
  112. </property>
  113. <property name="shortcut" >
  114. <string>Alt+A</string>
  115. </property>
  116. </widget>
  117. </item>
  118. <item>
  119. <widget class="QCheckBox" name="downloadHeadlines" >
  120. <property name="text" >
  121. <string>Download &amp;headlines on startup</string>
  122. </property>
  123. <property name="shortcut" >
  124. <string>Alt+H</string>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <widget class="QCheckBox" name="deleteOverwrittenErrors" >
  130. <property name="text" >
  131. <string>Delete o&amp;verwritten errors</string>
  132. </property>
  133. <property name="shortcut" >
  134. <string>Alt+V</string>
  135. </property>
  136. </widget>
  137. </item>
  138. <item>
  139. <widget class="QCheckBox" name="useSystemIcons" >
  140. <property name="text" >
  141. <string>&amp;Use system icons</string>
  142. </property>
  143. <property name="shortcut" >
  144. <string>Alt+U</string>
  145. </property>
  146. </widget>
  147. </item>
  148. <item>
  149. <spacer name="spacer10" >
  150. <property name="sizeHint" >
  151. <size>
  152. <width>20</width>
  153. <height>31</height>
  154. </size>
  155. </property>
  156. <property name="sizeType" >
  157. <enum>Expanding</enum>
  158. </property>
  159. <property name="orientation" >
  160. <enum>Vertical</enum>
  161. </property>
  162. </spacer>
  163. </item>
  164. </layout>
  165. </widget>
  166. <widget class="QWidget" name="Widget9" >
  167. <attribute name="title" >
  168. <string>&amp;Transfer</string>
  169. </attribute>
  170. <layout class="QVBoxLayout" >
  171. <property name="margin" >
  172. <number>0</number>
  173. </property>
  174. <item>
  175. <widget class="Q3ButtonGroup" name="linkTarget" >
  176. <property name="title" >
  177. <string>Target</string>
  178. </property>
  179. <layout class="QVBoxLayout" >
  180. <property name="margin" >
  181. <number>0</number>
  182. </property>
  183. <item>
  184. <widget class="QRadioButton" name="targetNone" >
  185. <property name="text" >
  186. <string>&amp;None</string>
  187. </property>
  188. <property name="shortcut" >
  189. <string>Alt+N</string>
  190. </property>
  191. <property name="checked" >
  192. <bool>true</bool>
  193. </property>
  194. </widget>
  195. </item>
  196. <item>
  197. <widget class="QRadioButton" name="targetTiEmu" >
  198. <property name="text" >
  199. <string>TiE&amp;mu</string>
  200. </property>
  201. <property name="shortcut" >
  202. <string>Alt+M</string>
  203. </property>
  204. </widget>
  205. </item>
  206. <item>
  207. <widget class="QRadioButton" name="targetRealCalc" >
  208. <property name="text" >
  209. <string>R&amp;eal Calculator</string>
  210. </property>
  211. <property name="shortcut" >
  212. <string>Alt+E</string>
  213. </property>
  214. </widget>
  215. </item>
  216. <item>
  217. <layout class="QHBoxLayout" >
  218. <property name="margin" >
  219. <number>0</number>
  220. </property>
  221. <item>
  222. <spacer name="spacer59" >
  223. <property name="sizeHint" >
  224. <size>
  225. <width>16</width>
  226. <height>20</height>
  227. </size>
  228. </property>
  229. <property name="sizeType" >
  230. <enum>Fixed</enum>
  231. </property>
  232. <property name="orientation" >
  233. <enum>Horizontal</enum>
  234. </property>
  235. </spacer>
  236. </item>
  237. <item>
  238. <widget class="Q3ButtonGroup" name="linkPort" >
  239. <property name="enabled" >
  240. <bool>false</bool>
  241. </property>
  242. <property name="title" >
  243. <string>Link Port</string>
  244. </property>
  245. <layout class="QVBoxLayout" >
  246. <property name="margin" >
  247. <number>0</number>
  248. </property>
  249. <item>
  250. <widget class="QRadioButton" name="port1" >
  251. <property name="text" >
  252. <string>#&amp;1</string>
  253. </property>
  254. <property name="shortcut" >
  255. <string>Alt+1</string>
  256. </property>
  257. <property name="checked" >
  258. <bool>true</bool>
  259. </property>
  260. </widget>
  261. </item>
  262. <item>
  263. <widget class="QRadioButton" name="port2" >
  264. <property name="text" >
  265. <string>#&amp;2</string>
  266. </property>
  267. <property name="shortcut" >
  268. <string>Alt+2</string>
  269. </property>
  270. </widget>
  271. </item>
  272. <item>
  273. <widget class="QRadioButton" name="port3" >
  274. <property name="text" >
  275. <string>#&amp;3</string>
  276. </property>
  277. <property name="shortcut" >
  278. <string>Alt+3</string>
  279. </property>
  280. </widget>
  281. </item>
  282. <item>
  283. <widget class="QRadioButton" name="port4" >
  284. <property name="text" >
  285. <string>#&amp;4</string>
  286. </property>
  287. <property name="shortcut" >
  288. <string>Alt+4</string>
  289. </property>
  290. </widget>
  291. </item>
  292. </layout>
  293. </widget>
  294. </item>
  295. <item>
  296. <widget class="Q3ButtonGroup" name="linkCable" >
  297. <property name="enabled" >
  298. <bool>false</bool>
  299. </property>
  300. <property name="title" >
  301. <string>Cable Type</string>
  302. </property>
  303. <layout class="QVBoxLayout" >
  304. <property name="margin" >
  305. <number>0</number>
  306. </property>
  307. <item>
  308. <widget class="QRadioButton" name="grayLink" >
  309. <property name="text" >
  310. <string>Gray &amp;Link Cable</string>
  311. </property>
  312. <property name="shortcut" >
  313. <string>Alt+L</string>
  314. </property>
  315. <property name="checked" >
  316. <bool>true</bool>
  317. </property>
  318. <property name="toolTip" stdset="0" >
  319. <string>The original serial TI-GraphLink cable</string>
  320. </property>
  321. </widget>
  322. </item>
  323. <item>
  324. <widget class="QRadioButton" name="blackLink" >
  325. <property name="text" >
  326. <string>Blac&amp;k Link Cable</string>
  327. </property>
  328. <property name="shortcut" >
  329. <string>Alt+K</string>
  330. </property>
  331. <property name="toolTip" stdset="0" >
  332. <string>The newer serial TI-GraphLink or a home-made serial cable</string>
  333. </property>
  334. </widget>
  335. </item>
  336. <item>
  337. <widget class="QRadioButton" name="parallelLink" >
  338. <property name="text" >
  339. <string>&amp;Parallel Link Cable</string>
  340. </property>
  341. <property name="shortcut" >
  342. <string>Alt+P</string>
  343. </property>
  344. <property name="toolTip" stdset="0" >
  345. <string>A home-made parallel link cable</string>
  346. </property>
  347. </widget>
  348. </item>
  349. <item>
  350. <widget class="QRadioButton" name="silverLink" >
  351. <property name="text" >
  352. <string>&amp;Silver Link Cable</string>
  353. </property>
  354. <property name="shortcut" >
  355. <string>Alt+S</string>
  356. </property>
  357. <property name="toolTip" stdset="0" >
  358. <string>The SilverLink (TI-GraphLink USB) cable</string>
  359. </property>
  360. </widget>
  361. </item>
  362. <item>
  363. <widget class="QRadioButton" name="directLink" >
  364. <property name="text" >
  365. <string>Direct &amp;USB Cable</string>
  366. </property>
  367. <property name="shortcut" >
  368. <string>Alt+U</string>
  369. </property>
  370. <property name="toolTip" stdset="0" >
  371. <string>A direct USB-to-USB connection to a USB calculator (TI-89 Titanium)</string>
  372. </property>
  373. </widget>
  374. </item>
  375. </layout>
  376. </widget>
  377. </item>
  378. </layout>
  379. </item>
  380. <item>
  381. <spacer name="spacer12" >
  382. <property name="sizeHint" >
  383. <size>
  384. <width>20</width>
  385. <height>31</height>
  386. </size>
  387. </property>
  388. <property name="sizeType" >
  389. <enum>Expanding</enum>
  390. </property>
  391. <property name="orientation" >
  392. <enum>Vertical</enum>
  393. </property>
  394. </spacer>
  395. </item>
  396. </layout>
  397. </widget>
  398. </item>
  399. </layout>
  400. </widget>
  401. <widget class="QWidget" name="TabPage" >
  402. <attribute name="title" >
  403. <string>Edito&amp;r</string>
  404. </attribute>
  405. <layout class="QVBoxLayout" >
  406. <property name="margin" >
  407. <number>0</number>
  408. </property>
  409. <item>
  410. <layout class="QHBoxLayout" >
  411. <property name="margin" >
  412. <number>0</number>
  413. </property>
  414. <item>
  415. <widget class="QLabel" name="tabWidthCLabel" >
  416. <property name="text" >
  417. <string>C Tab &amp;Size:</string>
  418. </property>
  419. <property name="buddy" stdset="0" >
  420. <cstring>tabWidthC</cstring>
  421. </property>
  422. <property name="wordWrap" >
  423. <bool>false</bool>
  424. </property>
  425. </widget>
  426. </item>
  427. <item>
  428. <widget class="KIntNumInput" name="tabWidthC" >
  429. <property name="value" >
  430. <number>2</number>
  431. </property>
  432. <property name="minimum" >
  433. <number>1</number>
  434. </property>
  435. <property name="maximum" >
  436. <number>80</number>
  437. </property>
  438. </widget>
  439. </item>
  440. <item>
  441. <spacer name="spacer55" >
  442. <property name="sizeHint" >
  443. <size>
  444. <width>71</width>
  445. <height>20</height>
  446. </size>
  447. </property>
  448. <property name="sizeType" >
  449. <enum>Expanding</enum>
  450. </property>
  451. <property name="orientation" >
  452. <enum>Horizontal</enum>
  453. </property>
  454. </spacer>
  455. </item>
  456. <item>
  457. <widget class="QLabel" name="tabWidthAsmLabel" >
  458. <property name="text" >
  459. <string>&amp;ASM Tab Size:</string>
  460. </property>
  461. <property name="buddy" stdset="0" >
  462. <cstring>tabWidthAsm</cstring>
  463. </property>
  464. <property name="wordWrap" >
  465. <bool>false</bool>
  466. </property>
  467. </widget>
  468. </item>
  469. <item>
  470. <widget class="KIntNumInput" name="tabWidthAsm" >
  471. <property name="value" >
  472. <number>8</number>
  473. </property>
  474. <property name="minimum" >
  475. <number>1</number>
  476. </property>
  477. <property name="maximum" >
  478. <number>80</number>
  479. </property>
  480. </widget>
  481. </item>
  482. <item>
  483. <spacer name="spacer56" >
  484. <property name="sizeHint" >
  485. <size>
  486. <width>71</width>
  487. <height>20</height>
  488. </size>
  489. </property>
  490. <property name="sizeType" >
  491. <enum>Expanding</enum>
  492. </property>
  493. <property name="orientation" >
  494. <enum>Horizontal</enum>
  495. </property>
  496. </spacer>
  497. </item>
  498. </layout>
  499. </item>
  500. <item>
  501. <layout class="QHBoxLayout" >
  502. <property name="margin" >
  503. <number>0</number>
  504. </property>
  505. <item>
  506. <widget class="QCheckBox" name="useBgColor" >
  507. <property name="text" >
  508. <string>Specify &amp;background color</string>
  509. </property>
  510. <property name="shortcut" >
  511. <string>Alt+B</string>
  512. </property>
  513. </widget>
  514. </item>
  515. <item>
  516. <widget class="QLabel" name="bgColor" >
  517. <property name="sizePolicy" >
  518. <sizepolicy>
  519. <hsizetype>7</hsizetype>
  520. <vsizetype>5</vsizetype>
  521. <horstretch>0</horstretch>
  522. <verstretch>0</verstretch>
  523. </sizepolicy>
  524. </property>
  525. <property name="text" >
  526. <string/>
  527. </property>
  528. <property name="wordWrap" >
  529. <bool>false</bool>
  530. </property>
  531. </widget>
  532. </item>
  533. </layout>
  534. </item>
  535. <item>
  536. <layout class="QHBoxLayout" >
  537. <property name="margin" >
  538. <number>0</number>
  539. </property>
  540. <item>
  541. <widget class="KPushButton" name="bgColorChange" >
  542. <property name="text" >
  543. <string>C&amp;hange...</string>
  544. </property>
  545. <property name="shortcut" >
  546. <string>Alt+H</string>
  547. </property>
  548. </widget>
  549. </item>
  550. <item>
  551. <spacer name="spacer57" >
  552. <property name="sizeHint" >
  553. <size>
  554. <width>401</width>
  555. <height>20</height>
  556. </size>
  557. </property>
  558. <property name="sizeType" >
  559. <enum>Expanding</enum>
  560. </property>
  561. <property name="orientation" >
  562. <enum>Horizontal</enum>
  563. </property>
  564. </spacer>
  565. </item>
  566. </layout>
  567. </item>
  568. <item>
  569. <layout class="QHBoxLayout" >
  570. <property name="margin" >
  571. <number>0</number>
  572. </property>
  573. <item>
  574. <widget class="QLabel" name="editorFontLabel" >
  575. <property name="text" >
  576. <string>Editor font:</string>
  577. </property>
  578. <property name="wordWrap" >
  579. <bool>false</bool>
  580. </property>
  581. </widget>
  582. </item>
  583. <item>
  584. <widget class="QLabel" name="editorFont" >
  585. <property name="sizePolicy" >
  586. <sizepolicy>
  587. <hsizetype>7</hsizetype>
  588. <vsizetype>5</vsizetype>
  589. <horstretch>0</horstretch>
  590. <verstretch>0</verstretch>
  591. </sizepolicy>
  592. </property>
  593. <property name="font" >
  594. <font>
  595. <family>Monospace</family>
  596. </font>
  597. </property>
  598. <property name="text" >
  599. <string>Monospace</string>
  600. </property>
  601. <property name="alignment" >
  602. <set>Qt::AlignCenter</set>
  603. </property>
  604. <property name="wordWrap" >
  605. <bool>true</bool>
  606. </property>
  607. </widget>
  608. </item>
  609. </layout>
  610. </item>
  611. <item>
  612. <layout class="QHBoxLayout" >
  613. <property name="margin" >
  614. <number>0</number>
  615. </property>
  616. <item>
  617. <widget class="KPushButton" name="editorFontChange" >
  618. <property name="text" >
  619. <string>Cha&amp;nge...</string>
  620. </property>
  621. <property name="shortcut" >
  622. <string>Alt+N</string>
  623. </property>
  624. </widget>
  625. </item>
  626. <item>
  627. <spacer name="spacer58" >
  628. <property name="sizeHint" >
  629. <size>
  630. <width>401</width>
  631. <height>20</height>
  632. </size>
  633. </property>
  634. <property name="sizeType" >
  635. <enum>Expanding</enum>
  636. </property>
  637. <property name="orientation" >
  638. <enum>Horizontal</enum>
  639. </property>
  640. </spacer>
  641. </item>
  642. </layout>
  643. </item>
  644. <item>
  645. <widget class="QCheckBox" name="useCalcCharset" >
  646. <property name="text" >
  647. <string>&amp;Load/save files using calculator character set</string>
  648. </property>
  649. <property name="shortcut" >
  650. <string>Alt+L</string>
  651. </property>
  652. </widget>
  653. </item>
  654. <item>
  655. <widget class="QCheckBox" name="lazyLoading" >
  656. <property name="text" >
  657. <string>Load &amp;files lazily (not at project load time)</string>
  658. </property>
  659. <property name="shortcut" >
  660. <string>Alt+F</string>
  661. </property>
  662. </widget>
  663. </item>
  664. <item>
  665. <widget class="QCheckBox" name="autoBlocks" >
  666. <property name="text" >
  667. <string>A&amp;utomatic '{...}' blocks in C</string>
  668. </property>
  669. <property name="shortcut" >
  670. <string>Alt+U</string>
  671. </property>
  672. </widget>
  673. </item>
  674. <item>
  675. <widget class="QCheckBox" name="removeTrailingSpaces" >
  676. <property name="text" >
  677. <string>R&amp;emove trailing spaces from lines</string>
  678. </property>
  679. <property name="shortcut" >
  680. <string>Alt+E</string>
  681. </property>
  682. </widget>
  683. </item>
  684. <item>
  685. <spacer name="spacer14" >
  686. <property name="sizeHint" >
  687. <size>
  688. <width>20</width>
  689. <height>20</height>
  690. </size>
  691. </property>
  692. <property name="sizeType" >
  693. <enum>Expanding</enum>
  694. </property>
  695. <property name="orientation" >
  696. <enum>Vertical</enum>
  697. </property>
  698. </spacer>
  699. </item>
  700. </layout>
  701. </widget>
  702. <widget class="QWidget" name="TabPage" >
  703. <attribute name="title" >
  704. <string>S&amp;yntax Highlighting</string>
  705. </attribute>
  706. <layout class="QVBoxLayout" >
  707. <property name="margin" >
  708. <number>0</number>
  709. </property>
  710. <item>
  711. <widget class="QLabel" name="settingsForLabel" >
  712. <property name="text" >
  713. <string>Settings &amp;for:</string>
  714. </property>
  715. <property name="buddy" stdset="0" >
  716. <cstring>syntaxLanguage</cstring>
  717. </property>
  718. <property name="wordWrap" >
  719. <bool>false</bool>
  720. </property>
  721. </widget>
  722. </item>
  723. <item>
  724. <layout class="QHBoxLayout" >
  725. <property name="margin" >
  726. <number>0</number>
  727. </property>
  728. <item>
  729. <widget class="KComboBox" name="syntaxLanguage" >
  730. <item>
  731. <property name="text" >
  732. <string>C Files</string>
  733. </property>
  734. </item>
  735. <item>
  736. <property name="text" >
  737. <string>GNU Assembly Files</string>
  738. </property>
  739. </item>
  740. </widget>
  741. </item>
  742. <item>
  743. <widget class="QCheckBox" name="syntaxEnabled" >
  744. <property name="text" >
  745. <string>Ena&amp;bled</string>
  746. </property>
  747. <property name="shortcut" >
  748. <string>Alt+B</string>
  749. </property>
  750. <property name="checked" >
  751. <bool>true</bool>
  752. </property>
  753. </widget>
  754. </item>
  755. <item>
  756. <widget class="KPushButton" name="resetButton" >
  757. <property name="text" >
  758. <string>R&amp;eset</string>
  759. </property>
  760. <property name="shortcut" >
  761. <string>Alt+E</string>
  762. </property>
  763. </widget>
  764. </item>
  765. </layout>
  766. </item>
  767. <item>
  768. <layout class="QGridLayout" >
  769. <property name="margin" >
  770. <number>0</number>
  771. </property>
  772. <item row="2" column="1" >
  773. <widget class="KPushButton" name="parenthesisStyleButton" >
  774. <property name="text" >
  775. <string>P&amp;arenthesis Style...</string>
  776. </property>
  777. <property name="shortcut" >
  778. <string>Alt+A</string>
  779. </property>
  780. </widget>
  781. </item>
  782. <item row="2" column="0" >
  783. <widget class="KPushButton" name="parenthesisColorsButton" >
  784. <property name="text" >
  785. <string>&amp;Parenthesis Colors...</string>
  786. </property>
  787. <property name="shortcut" >
  788. <string>Alt+P</string>
  789. </property>
  790. </widget>
  791. </item>
  792. <item row="1" column="1" >
  793. <widget class="KPushButton" name="symbolStyleButton" >
  794. <property name="text" >
  795. <string>Sy&amp;mbol Style...</string>
  796. </property>
  797. <property name="shortcut" >
  798. <string>Alt+M</string>
  799. </property>
  800. </widget>
  801. </item>
  802. <item row="0" column="1" >
  803. <widget class="KPushButton" name="numberStyleButton" >
  804. <property name="text" >
  805. <string>N&amp;umber Style...</string>
  806. </property>
  807. <property name="shortcut" >
  808. <string>Alt+U</string>
  809. </property>
  810. </widget>
  811. </item>
  812. <item row="1" column="0" >
  813. <widget class="KPushButton" name="symbolColorButton" >
  814. <property name="text" >
  815. <string>&amp;Symbol Color...</string>
  816. </property>
  817. <property name="shortcut" >
  818. <string>Alt+S</string>
  819. </property>
  820. </widget>
  821. </item>
  822. <item row="0" column="0" >
  823. <widget class="KPushButton" name="numberColorButton" >
  824. <property name="text" >
  825. <string>&amp;Number Color...</string>
  826. </property>
  827. <property name="shortcut" >
  828. <string>Alt+N</string>
  829. </property>
  830. </widget>
  831. </item>
  832. </layout>
  833. </item>
  834. <item>
  835. <layout class="QHBoxLayout" >
  836. <property name="margin" >
  837. <number>0</number>
  838. </property>
  839. <item>
  840. <widget class="K3ListView" name="syntaxListView" >
  841. <property name="allColumnsShowFocus" >
  842. <bool>true</bool>
  843. </property>
  844. <property name="itemsMovable" >
  845. <bool>false</bool>
  846. </property>
  847. <column>
  848. <property name="text" >
  849. <string>Name</string>
  850. </property>
  851. <property name="clickable" >
  852. <bool>false</bool>
  853. </property>
  854. <property name="resizable" >
  855. <bool>false</bool>
  856. </property>
  857. </column>
  858. <item>
  859. <property name="text" >
  860. <string>Highlighting</string>
  861. </property>
  862. <property name="pixmap" >
  863. <pixmap/>
  864. </property>
  865. <item>
  866. <property name="text" >
  867. <string>Custom Styles</string>
  868. </property>
  869. <property name="pixmap" >
  870. <pixmap/>
  871. </property>
  872. </item>
  873. <item>
  874. <property name="text" >
  875. <string>Word Lists</string>
  876. </property>
  877. <property name="pixmap" >
  878. <pixmap/>
  879. </property>
  880. </item>
  881. </item>
  882. </widget>
  883. </item>
  884. <item>
  885. <layout class="QVBoxLayout" >
  886. <property name="margin" >
  887. <number>0</number>
  888. </property>
  889. <item>
  890. <widget class="KPushButton" name="newStyleButton" >
  891. <property name="text" >
  892. <string>Ne&amp;w Style</string>
  893. </property>
  894. <property name="shortcut" >
  895. <string>Alt+W</string>
  896. </property>
  897. </widget>
  898. </item>
  899. <item>
  900. <widget class="KPushButton" name="newListButton" >
  901. <property name="text" >
  902. <string>New &amp;List</string>
  903. </property>
  904. <property name="shortcut" >
  905. <string>Alt+L</string>
  906. </property>
  907. </widget>
  908. </item>
  909. <item>
  910. <widget class="KPushButton" name="editButton" >
  911. <property name="enabled" >
  912. <bool>false</bool>
  913. </property>
  914. <property name="text" >
  915. <string>Ed&amp;it...</string>
  916. </property>
  917. <property name="shortcut" >
  918. <string>Alt+I</string>
  919. </property>
  920. </widget>
  921. </item>
  922. <item>
  923. <spacer name="spacer15" >
  924. <property name="sizeHint" >
  925. <size>
  926. <width>20</width>
  927. <height>21</height>
  928. </size>
  929. </property>
  930. <property name="sizeType" >
  931. <enum>Expanding</enum>
  932. </property>
  933. <property name="orientation" >
  934. <enum>Vertical</enum>
  935. </property>
  936. </spacer>
  937. </item>
  938. </layout>
  939. </item>
  940. </layout>
  941. </item>
  942. </layout>
  943. </widget>
  944. <widget class="QWidget" name="TabPage" >
  945. <attribute name="title" >
  946. <string>Co&amp;ding</string>
  947. </attribute>
  948. <layout class="QVBoxLayout" >
  949. <property name="margin" >
  950. <number>0</number>
  951. </property>
  952. <item>
  953. <widget class="Q3GroupBox" name="templateGroupBox" >
  954. <property name="title" >
  955. <string>Code te&amp;mplates</string>
  956. </property>
  957. <layout class="QVBoxLayout" >
  958. <property name="margin" >
  959. <number>0</number>
  960. </property>
  961. <item>
  962. <widget class="K3ListBox" name="templateListBox" >
  963. <property name="sizePolicy" >
  964. <sizepolicy>
  965. <hsizetype>7</hsizetype>
  966. <vsizetype>7</vsizetype>
  967. <horstretch>0</horstretch>
  968. <verstretch>1</verstretch>
  969. </sizepolicy>
  970. </property>
  971. <property name="selectionMode" >
  972. <enum>Extended</enum>
  973. </property>
  974. </widget>
  975. </item>
  976. <item>
  977. <layout class="QGridLayout" >
  978. <property name="margin" >
  979. <number>0</number>
  980. </property>
  981. <item row="1" column="1" >
  982. <widget class="K3TextEdit" name="templateCode" >
  983. <property name="sizePolicy" >
  984. <sizepolicy>
  985. <hsizetype>7</hsizetype>
  986. <vsizetype>7</vsizetype>
  987. <horstretch>0</horstretch>
  988. <verstretch>1</verstretch>
  989. </sizepolicy>
  990. </property>
  991. <property name="textFormat" >
  992. <enum>Qt::PlainText</enum>
  993. </property>
  994. <property name="linkUnderline" >
  995. <bool>false</bool>
  996. </property>
  997. <property name="wordWrap" >
  998. <enum>NoWrap</enum>
  999. </property>
  1000. <property name="autoFormatting" >
  1001. <set>K3TextEdit::AutoNone</set>
  1002. </property>
  1003. </widget>
  1004. </item>
  1005. <item row="0" column="1" >
  1006. <widget class="KLineEdit" name="templateIdentifier" />
  1007. </item>
  1008. <item row="1" column="0" >
  1009. <widget class="QLabel" name="codeLabel" >
  1010. <property name="text" >
  1011. <string>Cod&amp;e</string>
  1012. </property>
  1013. <property name="alignment" >
  1014. <set>Qt::AlignTop</set>
  1015. </property>
  1016. <property name="buddy" stdset="0" >
  1017. <cstring>templateCode</cstring>
  1018. </property>
  1019. <property name="wordWrap" >
  1020. <bool>false</bool>
  1021. </property>
  1022. </widget>
  1023. </item>
  1024. <item row="0" column="0" >
  1025. <widget class="QLabel" name="identifierLabel" >
  1026. <property name="text" >
  1027. <string>&amp;Identifier</string>
  1028. </property>
  1029. <property name="alignment" >
  1030. <set>Qt::AlignTop</set>
  1031. </property>
  1032. <property name="buddy" stdset="0" >
  1033. <cstring>templateIdentifier</cstring>
  1034. </property>
  1035. <property name="wordWrap" >
  1036. <bool>false</bool>
  1037. </property>
  1038. </widget>
  1039. </item>
  1040. </layout>
  1041. </item>
  1042. <item>
  1043. <layout class="QHBoxLayout" >
  1044. <property name="margin" >
  1045. <number>0</number>
  1046. </property>
  1047. <item>
  1048. <spacer name="spacer8" >
  1049. <property name="sizeHint" >
  1050. <size>
  1051. <width>151</width>
  1052. <height>20</height>
  1053. </size>
  1054. </property>
  1055. <property name="sizeType" >
  1056. <enum>Expanding</enum>
  1057. </property>
  1058. <property name="orientation" >
  1059. <enum>Horizontal</enum>
  1060. </property>
  1061. </spacer>
  1062. </item>
  1063. <item>
  1064. <widget class="KPushButton" name="clearSelectionButton" >
  1065. <property name="enabled" >
  1066. <bool>false</bool>
  1067. </property>
  1068. <property name="text" >
  1069. <string>C&amp;lear selection</string>
  1070. </property>
  1071. <property name="shortcut" >
  1072. <string>Alt+L</string>
  1073. </property>
  1074. </widget>
  1075. </item>
  1076. <item>
  1077. <widget class="KPushButton" name="applyButton" >
  1078. <property name="enabled" >
  1079. <bool>false</bool>
  1080. </property>
  1081. <property name="text" >
  1082. <string>&amp;Apply</string>
  1083. </property>
  1084. <property name="shortcut" >
  1085. <string>Alt+A</string>
  1086. </property>
  1087. </widget>
  1088. </item>
  1089. </layout>
  1090. </item>
  1091. </layout>
  1092. </widget>
  1093. </item>
  1094. <item>
  1095. <widget class="Q3GroupBox" name="completionGroupBox" >
  1096. <property name="title" >
  1097. <string>Code completion</string>
  1098. </property>
  1099. <layout class="QVBoxLayout" >
  1100. <property name="margin" >
  1101. <number>0</number>
  1102. </property>
  1103. <item>
  1104. <widget class="KPushButton" name="regenCompletionInfoButton" >
  1105. <property name="text" >
  1106. <string>Generate system &amp;header completion info from help sources...</string>
  1107. </property>
  1108. <property name="shortcut" >
  1109. <string>Alt+H</string>
  1110. </property>
  1111. </widget>
  1112. </item>
  1113. </layout>
  1114. </widget>
  1115. </item>
  1116. </layout>
  1117. </widget>
  1118. </widget>
  1119. </item>
  1120. <item>
  1121. <layout class="QHBoxLayout" >
  1122. <property name="margin" >
  1123. <number>0</number>
  1124. </property>
  1125. <item>
  1126. <spacer name="spacer28" >
  1127. <property name="sizeHint" >
  1128. <size>
  1129. <width>291</width>
  1130. <height>20</height>
  1131. </size>
  1132. </property>
  1133. <property name="sizeType" >
  1134. <enum>Expanding</enum>
  1135. </property>
  1136. <property name="orientation" >
  1137. <enum>Horizontal</enum>
  1138. </property>
  1139. </spacer>
  1140. </item>
  1141. <item>
  1142. <widget class="KPushButton" name="okButton" >
  1143. <property name="text" >
  1144. <string>&amp;OK</string>
  1145. </property>
  1146. <property name="shortcut" >
  1147. <string>Alt+O</string>
  1148. </property>
  1149. <property name="stdItem" stdset="0" >
  1150. <number>1</number>
  1151. </property>
  1152. </widget>
  1153. </item>
  1154. <item>
  1155. <widget class="KPushButton" name="cancelButton" >
  1156. <property name="text" >
  1157. <string>&amp;Cancel</string>
  1158. </property>
  1159. <property name="shortcut" >
  1160. <string>Alt+C</string>
  1161. </property>
  1162. <property name="stdItem" stdset="0" >
  1163. <number>2</number>
  1164. </property>
  1165. </widget>
  1166. </item>
  1167. </layout>
  1168. </item>
  1169. </layout>
  1170. </widget>
  1171. <layoutdefault spacing="6" margin="11" />
  1172. <customwidgets>
  1173. <customwidget>
  1174. <class>K3ListBox</class>
  1175. <extends>Q3ListBox</extends>
  1176. <header>k3listbox.h</header>
  1177. </customwidget>
  1178. <customwidget>
  1179. <class>K3ListView</class>
  1180. <extends>Q3ListView</extends>
  1181. <header>k3listview.h</header>
  1182. </customwidget>
  1183. <customwidget>
  1184. <class>KComboBox</class>
  1185. <extends>QComboBox</extends>
  1186. <header>kcombobox.h</header>
  1187. </customwidget>
  1188. <customwidget>
  1189. <class>KIntNumInput</class>
  1190. <extends>QWidget</extends>
  1191. <header>knuminput.h</header>
  1192. </customwidget>
  1193. <customwidget>
  1194. <class>K3TextEdit</class>
  1195. <extends>Q3TextEdit</extends>
  1196. <header>k3textedit.h</header>
  1197. </customwidget>
  1198. </customwidgets>
  1199. <tabstops>
  1200. <tabstop>tabWidget</tabstop>
  1201. <tabstop>stopAtFirstError</tabstop>
  1202. <tabstop>jumpToError</tabstop>
  1203. <tabstop>successMessage</tabstop>
  1204. <tabstop>deleteAsmFiles</tabstop>
  1205. <tabstop>deleteObjFiles</tabstop>
  1206. <tabstop>splitSourceFiles</tabstop>
  1207. <tabstop>allowImplicitDeclaration</tabstop>
  1208. <tabstop>autoSave</tabstop>
  1209. <tabstop>downloadHeadlines</tabstop>
  1210. <tabstop>deleteOverwrittenErrors</tabstop>
  1211. <tabstop>useSystemIcons</tabstop>
  1212. <tabstop>targetNone</tabstop>
  1213. <tabstop>port1</tabstop>
  1214. <tabstop>grayLink</tabstop>
  1215. <tabstop>tabWidthC</tabstop>
  1216. <tabstop>tabWidthAsm</tabstop>
  1217. <tabstop>useBgColor</tabstop>
  1218. <tabstop>bgColorChange</tabstop>
  1219. <tabstop>editorFontChange</tabstop>
  1220. <tabstop>useCalcCharset</tabstop>
  1221. <tabstop>lazyLoading</tabstop>
  1222. <tabstop>autoBlocks</tabstop>
  1223. <tabstop>removeTrailingSpaces</tabstop>
  1224. <tabstop>syntaxLanguage</tabstop>
  1225. <tabstop>syntaxEnabled</tabstop>
  1226. <tabstop>resetButton</tabstop>
  1227. <tabstop>numberColorButton</tabstop>
  1228. <tabstop>numberStyleButton</tabstop>
  1229. <tabstop>symbolColorButton</tabstop>
  1230. <tabstop>symbolStyleButton</tabstop>
  1231. <tabstop>parenthesisColorsButton</tabstop>
  1232. <tabstop>parenthesisStyleButton</tabstop>
  1233. <tabstop>syntaxListView</tabstop>
  1234. <tabstop>newStyleButton</tabstop>
  1235. <tabstop>newListButton</tabstop>
  1236. <tabstop>editButton</tabstop>
  1237. <tabstop>templateListBox</tabstop>
  1238. <tabstop>templateIdentifier</tabstop>
  1239. <tabstop>templateCode</tabstop>
  1240. <tabstop>clearSelectionButton</tabstop>
  1241. <tabstop>applyButton</tabstop>
  1242. <tabstop>regenCompletionInfoButton</tabstop>
  1243. <tabstop>okButton</tabstop>
  1244. <tabstop>cancelButton</tabstop>
  1245. </tabstops>
  1246. <includes>
  1247. <include location="local" >knuminput.h</include>
  1248. <include location="local" >knuminput.h</include>
  1249. <include location="local" >knuminput.h</include>
  1250. <include location="local" >knuminput.h</include>
  1251. <include location="local" >kpushbutton.h</include>
  1252. <include location="local" >kpushbutton.h</include>
  1253. <include location="local" >kcombobox.h</include>
  1254. <include location="local" >kpushbutton.h</include>
  1255. <include location="local" >kpushbutton.h</include>
  1256. <include location="local" >kpushbutton.h</include>
  1257. <include location="local" >kpushbutton.h</include>
  1258. <include location="local" >kpushbutton.h</include>
  1259. <include location="local" >kpushbutton.h</include>
  1260. <include location="local" >kpushbutton.h</include>
  1261. <include location="local" >k3listview.h</include>
  1262. <include location="local" >kpushbutton.h</include>
  1263. <include location="local" >kpushbutton.h</include>
  1264. <include location="local" >kpushbutton.h</include>
  1265. <include location="local" >k3listbox.h</include>
  1266. <include location="local" >k3textedit.h</include>
  1267. <include location="local" >klineedit.h</include>
  1268. <include location="local" >kpushbutton.h</include>
  1269. <include location="local" >kpushbutton.h</include>
  1270. <include location="local" >kpushbutton.h</include>
  1271. <include location="local" >kpushbutton.h</include>
  1272. <include location="local" >kpushbutton.h</include>
  1273. </includes>
  1274. <connections>
  1275. <connection>
  1276. <sender>cancelButton</sender>
  1277. <signal>clicked()</signal>
  1278. <receiver>Preferences</receiver>
  1279. <slot>reject()</slot>
  1280. </connection>
  1281. <connection>
  1282. <sender>okButton</sender>
  1283. <signal>clicked()</signal>
  1284. <receiver>Preferences</receiver>
  1285. <slot>accept()</slot>
  1286. </connection>
  1287. <connection>
  1288. <sender>targetNone</sender>
  1289. <signal>toggled(bool)</signal>
  1290. <receiver>Preferences</receiver>
  1291. <slot>linkTarget_toggled(bool)</slot>
  1292. </connection>
  1293. <connection>
  1294. <sender>targetTiEmu</sender>
  1295. <signal>toggled(bool)</signal>
  1296. <receiver>Preferences</receiver>
  1297. <slot>linkTarget_toggled(bool)</slot>
  1298. </connection>
  1299. <connection>
  1300. <sender>targetRealCalc</sender>
  1301. <signal>toggled(bool)</signal>
  1302. <receiver>Preferences</receiver>
  1303. <slot>linkTarget_toggled(bool)</slot>
  1304. </connection>
  1305. <connection>
  1306. <sender>bgColorChange</sender>
  1307. <signal>clicked()</signal>
  1308. <receiver>Preferences</receiver>
  1309. <slot>bgColorChange_clicked()</slot>
  1310. </connection>
  1311. <connection>
  1312. <sender>editorFontChange</sender>
  1313. <signal>clicked()</signal>
  1314. <receiver>Preferences</receiver>
  1315. <slot>editorFontChange_clicked()</slot>
  1316. </connection>
  1317. <connection>
  1318. <sender>syntaxLanguage</sender>
  1319. <signal>activated(int)</signal>
  1320. <receiver>Preferences</receiver>
  1321. <slot>syntaxLanguage_activated(int)</slot>
  1322. </connection>
  1323. <connection>
  1324. <sender>resetButton</sender>
  1325. <signal>clicked()</signal>
  1326. <receiver>Preferences</receiver>
  1327. <slot>resetButton_clicked()</slot>
  1328. </connection>
  1329. <connection>
  1330. <sender>numberColorButton</sender>
  1331. <signal>clicked()</signal>
  1332. <receiver>Preferences</receiver>
  1333. <slot>numberColorButton_clicked()</slot>
  1334. </connection>
  1335. <connection>
  1336. <sender>numberStyleButton</sender>
  1337. <signal>clicked()</signal>
  1338. <receiver>Preferences</receiver>
  1339. <slot>numberStyleButton_clicked()</slot>
  1340. </connection>
  1341. <connection>
  1342. <sender>symbolColorButton</sender>
  1343. <signal>clicked()</signal>
  1344. <receiver>Preferences</receiver>
  1345. <slot>symbolColorButton_clicked()</slot>
  1346. </connection>
  1347. <connection>
  1348. <sender>symbolStyleButton</sender>
  1349. <signal>clicked()</signal>
  1350. <receiver>Preferences</receiver>
  1351. <slot>symbolStyleButton_clicked()</slot>
  1352. </connection>
  1353. <connection>
  1354. <sender>parenthesisColorsButton</sender>
  1355. <signal>clicked()</signal>
  1356. <receiver>Preferences</receiver>
  1357. <slot>parenthesisColorsButton_clicked()</slot>
  1358. </connection>
  1359. <connection>
  1360. <sender>parenthesisStyleButton</sender>
  1361. <signal>clicked()</signal>
  1362. <receiver>Preferences</receiver>
  1363. <slot>parenthesisStyleButton_clicked()</slot>
  1364. </connection>
  1365. <connection>
  1366. <sender>syntaxListView</sender>
  1367. <signal>selectionChanged()</signal>
  1368. <receiver>Preferences</receiver>
  1369. <slot>syntaxListView_selectionChanged()</slot>
  1370. </connection>
  1371. <connection>
  1372. <sender>newStyleButton</sender>
  1373. <signal>clicked()</signal>
  1374. <receiver>Preferences</receiver>
  1375. <slot>newStyleButton_clicked()</slot>
  1376. </connection>
  1377. <connection>
  1378. <sender>newListButton</sender>
  1379. <signal>clicked()</signal>
  1380. <receiver>Preferences</receiver>
  1381. <slot>newListButton_clicked()</slot>
  1382. </connection>
  1383. <connection>
  1384. <sender>editButton</sender>
  1385. <signal>clicked()</signal>
  1386. <receiver>Preferences</receiver>
  1387. <slot>editButton_clicked()</slot>
  1388. </connection>
  1389. <connection>
  1390. <sender>syntaxListView</sender>
  1391. <signal>itemRenamed(Q3ListViewItem*,QString,int)</signal>
  1392. <receiver>Preferences</receiver>
  1393. <slot>syntaxListView_itemRenamed(Q3ListViewItem*,QString,int)</slot>
  1394. </connection>
  1395. <connection>
  1396. <sender>syntaxEnabled</sender>
  1397. <signal>toggled(bool)</signal>
  1398. <receiver>Preferences</receiver>
  1399. <slot>syntaxEnabled_toggled(bool)</slot>
  1400. </connection>
  1401. <connection>
  1402. <sender>templateListBox</sender>
  1403. <signal>selectionChanged()</signal>
  1404. <receiver>Preferences</receiver>
  1405. <slot>templateListBox_selectionChanged()</slot>
  1406. </connection>
  1407. <connection>
  1408. <sender>templateListBox</sender>
  1409. <signal>currentChanged(Q3ListBoxItem*)</signal>
  1410. <receiver>Preferences</receiver>
  1411. <slot>templateListBox_currentChanged(Q3ListBoxItem*)</slot>
  1412. </connection>
  1413. <connection>
  1414. <sender>templateIdentifier</sender>
  1415. <signal>textChanged(QString)</signal>
  1416. <receiver>Preferences</receiver>
  1417. <slot>templateIdentifier_textChanged(QString)</slot>
  1418. </connection>
  1419. <connection>
  1420. <sender>clearSelectionButton</sender>
  1421. <signal>clicked()</signal>
  1422. <receiver>Preferences</receiver>
  1423. <slot>clearSelectionButton_clicked()</slot>
  1424. </connection>
  1425. <connection>
  1426. <sender>applyButton</sender>
  1427. <signal>clicked()</signal>
  1428. <receiver>Preferences</receiver>
  1429. <slot>applyButton_clicked()</slot>
  1430. </connection>
  1431. <connection>
  1432. <sender>regenCompletionInfoButton</sender>
  1433. <signal>clicked()</signal>
  1434. <receiver>Preferences</receiver>
  1435. <slot>regenCompletionInfoButton_clicked()</slot>
  1436. </connection>
  1437. </connections>
  1438. </ui>