preferencesdlg.ui 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439
  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. <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
  1173. <customwidgets>
  1174. <customwidget>
  1175. <class>K3ListBox</class>
  1176. <extends>Q3ListBox</extends>
  1177. <header>k3listbox.h</header>
  1178. </customwidget>
  1179. <customwidget>
  1180. <class>K3ListView</class>
  1181. <extends>Q3ListView</extends>
  1182. <header>k3listview.h</header>
  1183. </customwidget>
  1184. <customwidget>
  1185. <class>KComboBox</class>
  1186. <extends>QComboBox</extends>
  1187. <header>kcombobox.h</header>
  1188. </customwidget>
  1189. <customwidget>
  1190. <class>KIntNumInput</class>
  1191. <extends>QWidget</extends>
  1192. <header>knuminput.h</header>
  1193. </customwidget>
  1194. <customwidget>
  1195. <class>K3TextEdit</class>
  1196. <extends>Q3TextEdit</extends>
  1197. <header>k3textedit.h</header>
  1198. </customwidget>
  1199. </customwidgets>
  1200. <tabstops>
  1201. <tabstop>tabWidget</tabstop>
  1202. <tabstop>stopAtFirstError</tabstop>
  1203. <tabstop>jumpToError</tabstop>
  1204. <tabstop>successMessage</tabstop>
  1205. <tabstop>deleteAsmFiles</tabstop>
  1206. <tabstop>deleteObjFiles</tabstop>
  1207. <tabstop>splitSourceFiles</tabstop>
  1208. <tabstop>allowImplicitDeclaration</tabstop>
  1209. <tabstop>autoSave</tabstop>
  1210. <tabstop>downloadHeadlines</tabstop>
  1211. <tabstop>deleteOverwrittenErrors</tabstop>
  1212. <tabstop>useSystemIcons</tabstop>
  1213. <tabstop>targetNone</tabstop>
  1214. <tabstop>port1</tabstop>
  1215. <tabstop>grayLink</tabstop>
  1216. <tabstop>tabWidthC</tabstop>
  1217. <tabstop>tabWidthAsm</tabstop>
  1218. <tabstop>useBgColor</tabstop>
  1219. <tabstop>bgColorChange</tabstop>
  1220. <tabstop>editorFontChange</tabstop>
  1221. <tabstop>useCalcCharset</tabstop>
  1222. <tabstop>lazyLoading</tabstop>
  1223. <tabstop>autoBlocks</tabstop>
  1224. <tabstop>removeTrailingSpaces</tabstop>
  1225. <tabstop>syntaxLanguage</tabstop>
  1226. <tabstop>syntaxEnabled</tabstop>
  1227. <tabstop>resetButton</tabstop>
  1228. <tabstop>numberColorButton</tabstop>
  1229. <tabstop>numberStyleButton</tabstop>
  1230. <tabstop>symbolColorButton</tabstop>
  1231. <tabstop>symbolStyleButton</tabstop>
  1232. <tabstop>parenthesisColorsButton</tabstop>
  1233. <tabstop>parenthesisStyleButton</tabstop>
  1234. <tabstop>syntaxListView</tabstop>
  1235. <tabstop>newStyleButton</tabstop>
  1236. <tabstop>newListButton</tabstop>
  1237. <tabstop>editButton</tabstop>
  1238. <tabstop>templateListBox</tabstop>
  1239. <tabstop>templateIdentifier</tabstop>
  1240. <tabstop>templateCode</tabstop>
  1241. <tabstop>clearSelectionButton</tabstop>
  1242. <tabstop>applyButton</tabstop>
  1243. <tabstop>regenCompletionInfoButton</tabstop>
  1244. <tabstop>okButton</tabstop>
  1245. <tabstop>cancelButton</tabstop>
  1246. </tabstops>
  1247. <includes>
  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" >knuminput.h</include>
  1252. <include location="local" >kpushbutton.h</include>
  1253. <include location="local" >kpushbutton.h</include>
  1254. <include location="local" >kcombobox.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" >kpushbutton.h</include>
  1262. <include location="local" >k3listview.h</include>
  1263. <include location="local" >kpushbutton.h</include>
  1264. <include location="local" >kpushbutton.h</include>
  1265. <include location="local" >kpushbutton.h</include>
  1266. <include location="local" >k3listbox.h</include>
  1267. <include location="local" >k3textedit.h</include>
  1268. <include location="local" >klineedit.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. <include location="local" >kpushbutton.h</include>
  1274. </includes>
  1275. <connections>
  1276. <connection>
  1277. <sender>cancelButton</sender>
  1278. <signal>clicked()</signal>
  1279. <receiver>Preferences</receiver>
  1280. <slot>reject()</slot>
  1281. </connection>
  1282. <connection>
  1283. <sender>okButton</sender>
  1284. <signal>clicked()</signal>
  1285. <receiver>Preferences</receiver>
  1286. <slot>accept()</slot>
  1287. </connection>
  1288. <connection>
  1289. <sender>targetNone</sender>
  1290. <signal>toggled(bool)</signal>
  1291. <receiver>Preferences</receiver>
  1292. <slot>linkTarget_toggled(bool)</slot>
  1293. </connection>
  1294. <connection>
  1295. <sender>targetTiEmu</sender>
  1296. <signal>toggled(bool)</signal>
  1297. <receiver>Preferences</receiver>
  1298. <slot>linkTarget_toggled(bool)</slot>
  1299. </connection>
  1300. <connection>
  1301. <sender>targetRealCalc</sender>
  1302. <signal>toggled(bool)</signal>
  1303. <receiver>Preferences</receiver>
  1304. <slot>linkTarget_toggled(bool)</slot>
  1305. </connection>
  1306. <connection>
  1307. <sender>bgColorChange</sender>
  1308. <signal>clicked()</signal>
  1309. <receiver>Preferences</receiver>
  1310. <slot>bgColorChange_clicked()</slot>
  1311. </connection>
  1312. <connection>
  1313. <sender>editorFontChange</sender>
  1314. <signal>clicked()</signal>
  1315. <receiver>Preferences</receiver>
  1316. <slot>editorFontChange_clicked()</slot>
  1317. </connection>
  1318. <connection>
  1319. <sender>syntaxLanguage</sender>
  1320. <signal>activated(int)</signal>
  1321. <receiver>Preferences</receiver>
  1322. <slot>syntaxLanguage_activated(int)</slot>
  1323. </connection>
  1324. <connection>
  1325. <sender>resetButton</sender>
  1326. <signal>clicked()</signal>
  1327. <receiver>Preferences</receiver>
  1328. <slot>resetButton_clicked()</slot>
  1329. </connection>
  1330. <connection>
  1331. <sender>numberColorButton</sender>
  1332. <signal>clicked()</signal>
  1333. <receiver>Preferences</receiver>
  1334. <slot>numberColorButton_clicked()</slot>
  1335. </connection>
  1336. <connection>
  1337. <sender>numberStyleButton</sender>
  1338. <signal>clicked()</signal>
  1339. <receiver>Preferences</receiver>
  1340. <slot>numberStyleButton_clicked()</slot>
  1341. </connection>
  1342. <connection>
  1343. <sender>symbolColorButton</sender>
  1344. <signal>clicked()</signal>
  1345. <receiver>Preferences</receiver>
  1346. <slot>symbolColorButton_clicked()</slot>
  1347. </connection>
  1348. <connection>
  1349. <sender>symbolStyleButton</sender>
  1350. <signal>clicked()</signal>
  1351. <receiver>Preferences</receiver>
  1352. <slot>symbolStyleButton_clicked()</slot>
  1353. </connection>
  1354. <connection>
  1355. <sender>parenthesisColorsButton</sender>
  1356. <signal>clicked()</signal>
  1357. <receiver>Preferences</receiver>
  1358. <slot>parenthesisColorsButton_clicked()</slot>
  1359. </connection>
  1360. <connection>
  1361. <sender>parenthesisStyleButton</sender>
  1362. <signal>clicked()</signal>
  1363. <receiver>Preferences</receiver>
  1364. <slot>parenthesisStyleButton_clicked()</slot>
  1365. </connection>
  1366. <connection>
  1367. <sender>syntaxListView</sender>
  1368. <signal>selectionChanged()</signal>
  1369. <receiver>Preferences</receiver>
  1370. <slot>syntaxListView_selectionChanged()</slot>
  1371. </connection>
  1372. <connection>
  1373. <sender>newStyleButton</sender>
  1374. <signal>clicked()</signal>
  1375. <receiver>Preferences</receiver>
  1376. <slot>newStyleButton_clicked()</slot>
  1377. </connection>
  1378. <connection>
  1379. <sender>newListButton</sender>
  1380. <signal>clicked()</signal>
  1381. <receiver>Preferences</receiver>
  1382. <slot>newListButton_clicked()</slot>
  1383. </connection>
  1384. <connection>
  1385. <sender>editButton</sender>
  1386. <signal>clicked()</signal>
  1387. <receiver>Preferences</receiver>
  1388. <slot>editButton_clicked()</slot>
  1389. </connection>
  1390. <connection>
  1391. <sender>syntaxListView</sender>
  1392. <signal>itemRenamed(Q3ListViewItem*,QString,int)</signal>
  1393. <receiver>Preferences</receiver>
  1394. <slot>syntaxListView_itemRenamed(Q3ListViewItem*,QString,int)</slot>
  1395. </connection>
  1396. <connection>
  1397. <sender>syntaxEnabled</sender>
  1398. <signal>toggled(bool)</signal>
  1399. <receiver>Preferences</receiver>
  1400. <slot>syntaxEnabled_toggled(bool)</slot>
  1401. </connection>
  1402. <connection>
  1403. <sender>templateListBox</sender>
  1404. <signal>selectionChanged()</signal>
  1405. <receiver>Preferences</receiver>
  1406. <slot>templateListBox_selectionChanged()</slot>
  1407. </connection>
  1408. <connection>
  1409. <sender>templateListBox</sender>
  1410. <signal>currentChanged(Q3ListBoxItem*)</signal>
  1411. <receiver>Preferences</receiver>
  1412. <slot>templateListBox_currentChanged(Q3ListBoxItem*)</slot>
  1413. </connection>
  1414. <connection>
  1415. <sender>templateIdentifier</sender>
  1416. <signal>textChanged(QString)</signal>
  1417. <receiver>Preferences</receiver>
  1418. <slot>templateIdentifier_textChanged(QString)</slot>
  1419. </connection>
  1420. <connection>
  1421. <sender>clearSelectionButton</sender>
  1422. <signal>clicked()</signal>
  1423. <receiver>Preferences</receiver>
  1424. <slot>clearSelectionButton_clicked()</slot>
  1425. </connection>
  1426. <connection>
  1427. <sender>applyButton</sender>
  1428. <signal>clicked()</signal>
  1429. <receiver>Preferences</receiver>
  1430. <slot>applyButton_clicked()</slot>
  1431. </connection>
  1432. <connection>
  1433. <sender>regenCompletionInfoButton</sender>
  1434. <signal>clicked()</signal>
  1435. <receiver>Preferences</receiver>
  1436. <slot>regenCompletionInfoButton_clicked()</slot>
  1437. </connection>
  1438. </connections>
  1439. </ui>