programoptions.ui 63 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514
  1. <ui version="4.0" stdsetdef="1" >
  2. <author></author>
  3. <comment></comment>
  4. <exportmacro></exportmacro>
  5. <class>ProgramOptions</class>
  6. <widget class="QDialog" name="ProgramOptions" >
  7. <property name="geometry" >
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>473</width>
  12. <height>547</height>
  13. </rect>
  14. </property>
  15. <property name="windowTitle" >
  16. <string>Program Options</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="PageWelcome" >
  31. <attribute name="title" >
  32. <string>&amp;Welcome</string>
  33. </attribute>
  34. <layout class="QGridLayout" >
  35. <property name="margin" >
  36. <number>0</number>
  37. </property>
  38. <item row="0" column="1" >
  39. <spacer name="spacer48" >
  40. <property name="sizeHint" >
  41. <size>
  42. <width>61</width>
  43. <height>22</height>
  44. </size>
  45. </property>
  46. <property name="sizeType" >
  47. <enum>Maximum</enum>
  48. </property>
  49. <property name="orientation" >
  50. <enum>Vertical</enum>
  51. </property>
  52. </spacer>
  53. </item>
  54. <item row="2" column="1" >
  55. <spacer name="spacer51" >
  56. <property name="sizeHint" >
  57. <size>
  58. <width>61</width>
  59. <height>22</height>
  60. </size>
  61. </property>
  62. <property name="sizeType" >
  63. <enum>Expanding</enum>
  64. </property>
  65. <property name="orientation" >
  66. <enum>Vertical</enum>
  67. </property>
  68. </spacer>
  69. </item>
  70. <item row="1" column="0" >
  71. <spacer name="spacer49" >
  72. <property name="sizeHint" >
  73. <size>
  74. <width>61</width>
  75. <height>22</height>
  76. </size>
  77. </property>
  78. <property name="sizeType" >
  79. <enum>Expanding</enum>
  80. </property>
  81. <property name="orientation" >
  82. <enum>Horizontal</enum>
  83. </property>
  84. </spacer>
  85. </item>
  86. <item row="1" column="2" >
  87. <spacer name="spacer52" >
  88. <property name="sizeHint" >
  89. <size>
  90. <width>61</width>
  91. <height>22</height>
  92. </size>
  93. </property>
  94. <property name="sizeType" >
  95. <enum>Expanding</enum>
  96. </property>
  97. <property name="orientation" >
  98. <enum>Horizontal</enum>
  99. </property>
  100. </spacer>
  101. </item>
  102. <item row="1" column="1" >
  103. <widget class="QLabel" name="textLabel1" >
  104. <property name="sizePolicy" >
  105. <sizepolicy>
  106. <hsizetype>0</hsizetype>
  107. <vsizetype>0</vsizetype>
  108. <horstretch>0</horstretch>
  109. <verstretch>0</verstretch>
  110. </sizepolicy>
  111. </property>
  112. <property name="text" >
  113. <string>&lt;p>Welcome to the Program Options dialog. All of the selections you make here are sent to TIGCC as preprocessor macros.&lt;/p>
  114. &lt;p>Moving the mouse over a specific option displays the macro name for that option. You can look up this macro in the documentation by right-clicking on the item. Always do this before using something with an exclamation mark.&lt;/p></string>
  115. </property>
  116. <property name="textFormat" >
  117. <enum>Qt::RichText</enum>
  118. </property>
  119. <property name="alignment" >
  120. <set>Qt::AlignTop|Qt::AlignLeft</set>
  121. </property>
  122. <property name="wordWrap" >
  123. <bool>true</bool>
  124. </property>
  125. </widget>
  126. </item>
  127. </layout>
  128. </widget>
  129. <widget class="QWidget" name="PageCalculator" >
  130. <attribute name="title" >
  131. <string>C&amp;alculator</string>
  132. </attribute>
  133. <layout class="QVBoxLayout" >
  134. <property name="margin" >
  135. <number>0</number>
  136. </property>
  137. <item>
  138. <widget class="QLabel" name="textLabel2" >
  139. <property name="sizePolicy" >
  140. <sizepolicy>
  141. <hsizetype>5</hsizetype>
  142. <vsizetype>0</vsizetype>
  143. <horstretch>0</horstretch>
  144. <verstretch>0</verstretch>
  145. </sizepolicy>
  146. </property>
  147. <property name="text" >
  148. <string>Please select which calculator(s) the program will support:</string>
  149. </property>
  150. <property name="textFormat" >
  151. <enum>Qt::PlainText</enum>
  152. </property>
  153. <property name="alignment" >
  154. <set>Qt::AlignVCenter</set>
  155. </property>
  156. <property name="wordWrap" >
  157. <bool>true</bool>
  158. </property>
  159. </widget>
  160. </item>
  161. <item>
  162. <layout class="QHBoxLayout" >
  163. <property name="margin" >
  164. <number>0</number>
  165. </property>
  166. <item>
  167. <spacer name="spacer54" >
  168. <property name="sizeHint" >
  169. <size>
  170. <width>20</width>
  171. <height>20</height>
  172. </size>
  173. </property>
  174. <property name="sizeType" >
  175. <enum>Fixed</enum>
  176. </property>
  177. <property name="orientation" >
  178. <enum>Horizontal</enum>
  179. </property>
  180. </spacer>
  181. </item>
  182. <item>
  183. <widget class="QCheckBox" name="TI89" >
  184. <property name="text" >
  185. <string>TI-&amp;89</string>
  186. </property>
  187. <property name="shortcut" >
  188. <string>Alt+8</string>
  189. </property>
  190. <property name="toolTip" stdset="0" >
  191. <string>USE_TI89</string>
  192. </property>
  193. </widget>
  194. </item>
  195. </layout>
  196. </item>
  197. <item>
  198. <layout class="QHBoxLayout" >
  199. <property name="margin" >
  200. <number>0</number>
  201. </property>
  202. <item>
  203. <spacer name="spacer54_2" >
  204. <property name="sizeHint" >
  205. <size>
  206. <width>20</width>
  207. <height>20</height>
  208. </size>
  209. </property>
  210. <property name="sizeType" >
  211. <enum>Fixed</enum>
  212. </property>
  213. <property name="orientation" >
  214. <enum>Horizontal</enum>
  215. </property>
  216. </spacer>
  217. </item>
  218. <item>
  219. <widget class="QCheckBox" name="TI92Plus" >
  220. <property name="text" >
  221. <string>TI-&amp;92 Plus</string>
  222. </property>
  223. <property name="shortcut" >
  224. <string>Alt+9</string>
  225. </property>
  226. <property name="toolTip" stdset="0" >
  227. <string>USE_TI92PLUS</string>
  228. </property>
  229. </widget>
  230. </item>
  231. </layout>
  232. </item>
  233. <item>
  234. <layout class="QHBoxLayout" >
  235. <property name="margin" >
  236. <number>0</number>
  237. </property>
  238. <item>
  239. <spacer name="spacer54_3" >
  240. <property name="sizeHint" >
  241. <size>
  242. <width>20</width>
  243. <height>20</height>
  244. </size>
  245. </property>
  246. <property name="sizeType" >
  247. <enum>Fixed</enum>
  248. </property>
  249. <property name="orientation" >
  250. <enum>Horizontal</enum>
  251. </property>
  252. </spacer>
  253. </item>
  254. <item>
  255. <widget class="QCheckBox" name="V200" >
  256. <property name="text" >
  257. <string>&amp;V200</string>
  258. </property>
  259. <property name="shortcut" >
  260. <string>Alt+V</string>
  261. </property>
  262. <property name="toolTip" stdset="0" >
  263. <string>USE_V200</string>
  264. </property>
  265. </widget>
  266. </item>
  267. </layout>
  268. </item>
  269. <item>
  270. <widget class="QLabel" name="textLabel3" >
  271. <property name="sizePolicy" >
  272. <sizepolicy>
  273. <hsizetype>1</hsizetype>
  274. <vsizetype>1</vsizetype>
  275. <horstretch>0</horstretch>
  276. <verstretch>0</verstretch>
  277. </sizepolicy>
  278. </property>
  279. <property name="text" >
  280. <string>&lt;p>If you write a program for more than one calculator, consider the differences in screen size.&lt;/p>
  281. &lt;p>Optimizing calculator pseudo-constants can decrease program size and increase performance, but it implies that programs cannot be transferred between calculators of different type.&lt;/p>&lt;/p></string>
  282. </property>
  283. <property name="textFormat" >
  284. <enum>Qt::RichText</enum>
  285. </property>
  286. <property name="wordWrap" >
  287. <bool>false</bool>
  288. </property>
  289. </widget>
  290. </item>
  291. <item>
  292. <layout class="QHBoxLayout" >
  293. <property name="margin" >
  294. <number>0</number>
  295. </property>
  296. <item>
  297. <spacer name="spacer54_4" >
  298. <property name="sizeHint" >
  299. <size>
  300. <width>20</width>
  301. <height>20</height>
  302. </size>
  303. </property>
  304. <property name="sizeType" >
  305. <enum>Fixed</enum>
  306. </property>
  307. <property name="orientation" >
  308. <enum>Horizontal</enum>
  309. </property>
  310. </spacer>
  311. </item>
  312. <item>
  313. <widget class="QCheckBox" name="OptimizeCalcConsts" >
  314. <property name="text" >
  315. <string>&amp;Optimize Calculator Constants</string>
  316. </property>
  317. <property name="shortcut" >
  318. <string>Alt+O</string>
  319. </property>
  320. <property name="toolTip" stdset="0" >
  321. <string>OPTIMIZE_CALC_CONSTS</string>
  322. </property>
  323. </widget>
  324. </item>
  325. </layout>
  326. </item>
  327. <item>
  328. <spacer name="spacer53" >
  329. <property name="sizeHint" >
  330. <size>
  331. <width>41</width>
  332. <height>22</height>
  333. </size>
  334. </property>
  335. <property name="sizeType" >
  336. <enum>Expanding</enum>
  337. </property>
  338. <property name="orientation" >
  339. <enum>Vertical</enum>
  340. </property>
  341. </spacer>
  342. </item>
  343. </layout>
  344. </widget>
  345. <widget class="QWidget" name="PageOperatingSystem" >
  346. <attribute name="title" >
  347. <string>Operating &amp;System</string>
  348. </attribute>
  349. <layout class="QVBoxLayout" >
  350. <property name="margin" >
  351. <number>0</number>
  352. </property>
  353. <item>
  354. <widget class="QLabel" name="textLabel4" >
  355. <property name="text" >
  356. <string>You also have to select the operating system it will run under.</string>
  357. </property>
  358. <property name="textFormat" >
  359. <enum>Qt::PlainText</enum>
  360. </property>
  361. <property name="alignment" >
  362. <set>Qt::AlignVCenter</set>
  363. </property>
  364. <property name="wordWrap" >
  365. <bool>true</bool>
  366. </property>
  367. </widget>
  368. </item>
  369. <item>
  370. <layout class="QHBoxLayout" >
  371. <property name="margin" >
  372. <number>0</number>
  373. </property>
  374. <item>
  375. <spacer name="spacer60" >
  376. <property name="sizeHint" >
  377. <size>
  378. <width>20</width>
  379. <height>20</height>
  380. </size>
  381. </property>
  382. <property name="sizeType" >
  383. <enum>Fixed</enum>
  384. </property>
  385. <property name="orientation" >
  386. <enum>Horizontal</enum>
  387. </property>
  388. </spacer>
  389. </item>
  390. <item>
  391. <widget class="Q3ButtonGroup" name="buttonGroup5" >
  392. <property name="title" >
  393. <string/>
  394. </property>
  395. <layout class="QVBoxLayout" >
  396. <property name="margin" >
  397. <number>0</number>
  398. </property>
  399. <item>
  400. <widget class="QRadioButton" name="Nostub" >
  401. <property name="text" >
  402. <string>Any/no &amp;kernel</string>
  403. </property>
  404. <property name="shortcut" >
  405. <string>Alt+K</string>
  406. </property>
  407. </widget>
  408. </item>
  409. <item>
  410. <widget class="QRadioButton" name="UseKernel" >
  411. <property name="text" >
  412. <string>Recent &amp;Doors-compatible kernels</string>
  413. </property>
  414. <property name="shortcut" >
  415. <string>Alt+D</string>
  416. </property>
  417. <property name="toolTip" stdset="0" >
  418. <string>USE_KERNEL</string>
  419. </property>
  420. </widget>
  421. </item>
  422. <item>
  423. <widget class="QRadioButton" name="PreOS" >
  424. <property name="text" >
  425. <string>&amp;PreOS with compressed reloc table support</string>
  426. </property>
  427. <property name="shortcut" >
  428. <string>Alt+P</string>
  429. </property>
  430. <property name="toolTip" stdset="0" >
  431. <string>USE_PREOS_COMPRESSED_TABLES</string>
  432. </property>
  433. </widget>
  434. </item>
  435. <item>
  436. <spacer name="spacer58" >
  437. <property name="sizeHint" >
  438. <size>
  439. <width>20</width>
  440. <height>20</height>
  441. </size>
  442. </property>
  443. <property name="sizeType" >
  444. <enum>Fixed</enum>
  445. </property>
  446. <property name="orientation" >
  447. <enum>Vertical</enum>
  448. </property>
  449. </spacer>
  450. </item>
  451. <item>
  452. <layout class="QHBoxLayout" >
  453. <property name="margin" >
  454. <number>0</number>
  455. </property>
  456. <item>
  457. <widget class="QCheckBox" name="CMinimumAMSVersion" >
  458. <property name="text" >
  459. <string>&amp;Minimum AMS version:</string>
  460. </property>
  461. <property name="shortcut" >
  462. <string>Alt+M</string>
  463. </property>
  464. <property name="toolTip" stdset="0" >
  465. <string>MIN_AMS</string>
  466. </property>
  467. </widget>
  468. </item>
  469. <item>
  470. <widget class="KLineEdit" name="MinimumAMSVersion" >
  471. <property name="text" >
  472. <string>.</string>
  473. </property>
  474. <property name="inputMask" >
  475. <string>9.99; </string>
  476. </property>
  477. <property name="toolTip" stdset="0" >
  478. <string>MIN_AMS</string>
  479. </property>
  480. </widget>
  481. </item>
  482. </layout>
  483. </item>
  484. <item>
  485. <spacer name="spacer59" >
  486. <property name="sizeHint" >
  487. <size>
  488. <width>20</width>
  489. <height>20</height>
  490. </size>
  491. </property>
  492. <property name="sizeType" >
  493. <enum>Fixed</enum>
  494. </property>
  495. <property name="orientation" >
  496. <enum>Vertical</enum>
  497. </property>
  498. </spacer>
  499. </item>
  500. <item>
  501. <widget class="QCheckBox" name="UnofficialOSSupport" >
  502. <property name="text" >
  503. <string>&amp;Force unofficial operating system support</string>
  504. </property>
  505. <property name="shortcut" >
  506. <string>Alt+F</string>
  507. </property>
  508. <property name="toolTip" stdset="0" >
  509. <string>UNOFFICIAL_OS_SUPPORT</string>
  510. </property>
  511. </widget>
  512. </item>
  513. </layout>
  514. </widget>
  515. </item>
  516. </layout>
  517. </item>
  518. <item>
  519. <spacer name="spacer61" >
  520. <property name="sizeHint" >
  521. <size>
  522. <width>20</width>
  523. <height>280</height>
  524. </size>
  525. </property>
  526. <property name="sizeType" >
  527. <enum>Expanding</enum>
  528. </property>
  529. <property name="orientation" >
  530. <enum>Vertical</enum>
  531. </property>
  532. </spacer>
  533. </item>
  534. </layout>
  535. </widget>
  536. <widget class="QWidget" name="PageRelocFormat" >
  537. <attribute name="title" >
  538. <string>&amp;Reloc Format</string>
  539. </attribute>
  540. <layout class="QVBoxLayout" >
  541. <property name="margin" >
  542. <number>0</number>
  543. </property>
  544. <item>
  545. <widget class="QLabel" name="textLabel1_2" >
  546. <property name="text" >
  547. <string>Choose the relocation format that suits your needs:</string>
  548. </property>
  549. <property name="wordWrap" >
  550. <bool>false</bool>
  551. </property>
  552. </widget>
  553. </item>
  554. <item>
  555. <layout class="QHBoxLayout" >
  556. <property name="margin" >
  557. <number>0</number>
  558. </property>
  559. <item>
  560. <spacer name="spacer16" >
  561. <property name="sizeHint" >
  562. <size>
  563. <width>20</width>
  564. <height>20</height>
  565. </size>
  566. </property>
  567. <property name="sizeType" >
  568. <enum>Fixed</enum>
  569. </property>
  570. <property name="orientation" >
  571. <enum>Horizontal</enum>
  572. </property>
  573. </spacer>
  574. </item>
  575. <item>
  576. <widget class="Q3ButtonGroup" name="buttonGroup1" >
  577. <property name="title" >
  578. <string/>
  579. </property>
  580. <property name="checkable" >
  581. <bool>false</bool>
  582. </property>
  583. <property name="checked" >
  584. <bool>false</bool>
  585. </property>
  586. <property name="exclusive" >
  587. <bool>false</bool>
  588. </property>
  589. <layout class="QVBoxLayout" >
  590. <property name="margin" >
  591. <number>0</number>
  592. </property>
  593. <item>
  594. <widget class="QRadioButton" name="RelocAMS" >
  595. <property name="sizePolicy" >
  596. <sizepolicy>
  597. <hsizetype>1</hsizetype>
  598. <vsizetype>1</vsizetype>
  599. <horstretch>0</horstretch>
  600. <verstretch>0</verstretch>
  601. </sizepolicy>
  602. </property>
  603. <property name="text" >
  604. <string>AMS (large calls, &amp;no stub)</string>
  605. </property>
  606. <property name="shortcut" >
  607. <string>Alt+N</string>
  608. </property>
  609. </widget>
  610. </item>
  611. <item>
  612. <widget class="QRadioButton" name="RelocKernel" >
  613. <property name="sizePolicy" >
  614. <sizepolicy>
  615. <hsizetype>1</hsizetype>
  616. <vsizetype>1</vsizetype>
  617. <horstretch>0</horstretch>
  618. <verstretch>0</verstretch>
  619. </sizepolicy>
  620. </property>
  621. <property name="text" >
  622. <string>&amp;Kernel (medium calls, medium stub)</string>
  623. </property>
  624. <property name="shortcut" >
  625. <string>Alt+K</string>
  626. </property>
  627. <property name="toolTip" stdset="0" >
  628. <string>KERNEL_FORMAT_RELOCS</string>
  629. </property>
  630. </widget>
  631. </item>
  632. <item>
  633. <widget class="QRadioButton" name="RelocCompressed" >
  634. <property name="sizePolicy" >
  635. <sizepolicy>
  636. <hsizetype>1</hsizetype>
  637. <vsizetype>1</vsizetype>
  638. <horstretch>0</horstretch>
  639. <verstretch>0</verstretch>
  640. </sizepolicy>
  641. </property>
  642. <property name="text" >
  643. <string>C&amp;ompressed (smallest calls, large stub)</string>
  644. </property>
  645. <property name="shortcut" >
  646. <string>Alt+O</string>
  647. </property>
  648. <property name="toolTip" stdset="0" >
  649. <string>COMPRESSED_FORMAT_RELOCS</string>
  650. </property>
  651. </widget>
  652. </item>
  653. <item>
  654. <widget class="QRadioButton" name="RelocMlink" >
  655. <property name="sizePolicy" >
  656. <sizepolicy>
  657. <hsizetype>1</hsizetype>
  658. <vsizetype>1</vsizetype>
  659. <horstretch>0</horstretch>
  660. <verstretch>0</verstretch>
  661. </sizepolicy>
  662. </property>
  663. <property name="text" >
  664. <string>&amp;Mlink (small calls, medium stub)</string>
  665. </property>
  666. <property name="shortcut" >
  667. <string>Alt+M</string>
  668. </property>
  669. <property name="toolTip" stdset="0" >
  670. <string>MLINK_FORMAT_RELOCS</string>
  671. </property>
  672. </widget>
  673. </item>
  674. <item>
  675. <widget class="QCheckBox" name="UseFLineJumps" >
  676. <property name="sizePolicy" >
  677. <sizepolicy>
  678. <hsizetype>1</hsizetype>
  679. <vsizetype>1</vsizetype>
  680. <horstretch>0</horstretch>
  681. <verstretch>0</verstretch>
  682. </sizepolicy>
  683. </property>
  684. <property name="text" >
  685. <string>&amp;F-Line (very small calls, no stub, but slow)</string>
  686. </property>
  687. <property name="shortcut" >
  688. <string>Alt+F</string>
  689. </property>
  690. <property name="toolTip" stdset="0" >
  691. <string>USE_FLINE_JUMPS</string>
  692. </property>
  693. </widget>
  694. </item>
  695. <item>
  696. <layout class="QHBoxLayout" >
  697. <property name="margin" >
  698. <number>0</number>
  699. </property>
  700. <item>
  701. <spacer name="spacer15" >
  702. <property name="sizeHint" >
  703. <size>
  704. <width>20</width>
  705. <height>20</height>
  706. </size>
  707. </property>
  708. <property name="sizeType" >
  709. <enum>Fixed</enum>
  710. </property>
  711. <property name="orientation" >
  712. <enum>Horizontal</enum>
  713. </property>
  714. </spacer>
  715. </item>
  716. <item>
  717. <widget class="QCheckBox" name="Use4ByteFLineJumps" >
  718. <property name="enabled" >
  719. <bool>false</bool>
  720. </property>
  721. <property name="sizePolicy" >
  722. <sizepolicy>
  723. <hsizetype>1</hsizetype>
  724. <vsizetype>1</vsizetype>
  725. <horstretch>0</horstretch>
  726. <verstretch>0</verstretch>
  727. </sizepolicy>
  728. </property>
  729. <property name="text" >
  730. <string>&amp;4-Byte F-Line (even smaller) (!)</string>
  731. </property>
  732. <property name="shortcut" >
  733. <string>Alt+4</string>
  734. </property>
  735. <property name="toolTip" stdset="0" >
  736. <string>USE_4_BYTE_FLINE_JUMPS</string>
  737. </property>
  738. </widget>
  739. </item>
  740. </layout>
  741. </item>
  742. </layout>
  743. </widget>
  744. </item>
  745. </layout>
  746. </item>
  747. <item>
  748. <widget class="QLabel" name="textLabel2_2" >
  749. <property name="text" >
  750. <string>Choose the ROM call format that suits your needs:</string>
  751. </property>
  752. <property name="wordWrap" >
  753. <bool>false</bool>
  754. </property>
  755. </widget>
  756. </item>
  757. <item>
  758. <layout class="QHBoxLayout" >
  759. <property name="margin" >
  760. <number>0</number>
  761. </property>
  762. <item>
  763. <spacer name="spacer16_2" >
  764. <property name="sizeHint" >
  765. <size>
  766. <width>20</width>
  767. <height>20</height>
  768. </size>
  769. </property>
  770. <property name="sizeType" >
  771. <enum>Fixed</enum>
  772. </property>
  773. <property name="orientation" >
  774. <enum>Horizontal</enum>
  775. </property>
  776. </spacer>
  777. </item>
  778. <item>
  779. <widget class="Q3ButtonGroup" name="buttonGroup2" >
  780. <property name="title" >
  781. <string/>
  782. </property>
  783. <layout class="QVBoxLayout" >
  784. <property name="margin" >
  785. <number>0</number>
  786. </property>
  787. <item>
  788. <widget class="QRadioButton" name="ROMCallDirect" >
  789. <property name="sizePolicy" >
  790. <sizepolicy>
  791. <hsizetype>1</hsizetype>
  792. <vsizetype>1</vsizetype>
  793. <horstretch>0</horstretch>
  794. <verstretch>0</verstretch>
  795. </sizepolicy>
  796. </property>
  797. <property name="text" >
  798. <string>&amp;Direct (large calls, no stub)</string>
  799. </property>
  800. <property name="shortcut" >
  801. <string>Alt+D</string>
  802. </property>
  803. </widget>
  804. </item>
  805. <item>
  806. <widget class="QRadioButton" name="ROMCallKernel" >
  807. <property name="sizePolicy" >
  808. <sizepolicy>
  809. <hsizetype>1</hsizetype>
  810. <vsizetype>1</vsizetype>
  811. <horstretch>0</horstretch>
  812. <verstretch>0</verstretch>
  813. </sizepolicy>
  814. </property>
  815. <property name="text" >
  816. <string>K&amp;ernel (medium calls, medium stub)</string>
  817. </property>
  818. <property name="shortcut" >
  819. <string>Alt+E</string>
  820. </property>
  821. <property name="toolTip" stdset="0" >
  822. <string>KERNEL_FORMAT_ROM_CALLS</string>
  823. </property>
  824. </widget>
  825. </item>
  826. <item>
  827. <widget class="QRadioButton" name="ROMCallCompressed" >
  828. <property name="sizePolicy" >
  829. <sizepolicy>
  830. <hsizetype>1</hsizetype>
  831. <vsizetype>1</vsizetype>
  832. <horstretch>0</horstretch>
  833. <verstretch>0</verstretch>
  834. </sizepolicy>
  835. </property>
  836. <property name="text" >
  837. <string>Com&amp;pressed (smallest calls, large stub)</string>
  838. </property>
  839. <property name="shortcut" >
  840. <string>Alt+P</string>
  841. </property>
  842. <property name="toolTip" stdset="0" >
  843. <string>COMPRESSED_FORMAT_ROM_CALLS</string>
  844. </property>
  845. </widget>
  846. </item>
  847. <item>
  848. <widget class="QRadioButton" name="ROMCallMlink" >
  849. <property name="sizePolicy" >
  850. <sizepolicy>
  851. <hsizetype>1</hsizetype>
  852. <vsizetype>1</vsizetype>
  853. <horstretch>0</horstretch>
  854. <verstretch>0</verstretch>
  855. </sizepolicy>
  856. </property>
  857. <property name="text" >
  858. <string>Ml&amp;ink (small calls, medium stub)</string>
  859. </property>
  860. <property name="shortcut" >
  861. <string>Alt+I</string>
  862. </property>
  863. <property name="toolTip" stdset="0" >
  864. <string>MLINK_FORMAT_ROM_CALLS</string>
  865. </property>
  866. </widget>
  867. </item>
  868. <item>
  869. <widget class="QRadioButton" name="ROMCallFLine" >
  870. <property name="sizePolicy" >
  871. <sizepolicy>
  872. <hsizetype>1</hsizetype>
  873. <vsizetype>1</vsizetype>
  874. <horstretch>0</horstretch>
  875. <verstretch>0</verstretch>
  876. </sizepolicy>
  877. </property>
  878. <property name="text" >
  879. <string>F-&amp;Line (very small calls, no stub, but slow)</string>
  880. </property>
  881. <property name="shortcut" >
  882. <string>Alt+L</string>
  883. </property>
  884. <property name="toolTip" stdset="0" >
  885. <string>USE_FLINE_ROM_CALLS</string>
  886. </property>
  887. </widget>
  888. </item>
  889. <item>
  890. <widget class="QCheckBox" name="OptimizeROMCalls" >
  891. <property name="sizePolicy" >
  892. <sizepolicy>
  893. <hsizetype>1</hsizetype>
  894. <vsizetype>1</vsizetype>
  895. <horstretch>0</horstretch>
  896. <verstretch>0</verstretch>
  897. </sizepolicy>
  898. </property>
  899. <property name="text" >
  900. <string>Op&amp;timized (medium calls, very small stub) (!)</string>
  901. </property>
  902. <property name="shortcut" >
  903. <string>Alt+T</string>
  904. </property>
  905. <property name="toolTip" stdset="0" >
  906. <string>OPTIMIZE_ROM_CALLS</string>
  907. </property>
  908. </widget>
  909. </item>
  910. </layout>
  911. </widget>
  912. </item>
  913. </layout>
  914. </item>
  915. <item>
  916. <widget class="QCheckBox" name="UseInternalFLineEmulator" >
  917. <property name="sizePolicy" >
  918. <sizepolicy>
  919. <hsizetype>1</hsizetype>
  920. <vsizetype>1</vsizetype>
  921. <horstretch>0</horstretch>
  922. <verstretch>0</verstretch>
  923. </sizepolicy>
  924. </property>
  925. <property name="text" >
  926. <string>&amp;Use internal F-Line emulator</string>
  927. </property>
  928. <property name="shortcut" >
  929. <string>Alt+U</string>
  930. </property>
  931. <property name="toolTip" stdset="0" >
  932. <string>USE_INTERNAL_FLINE_EMULATOR</string>
  933. </property>
  934. </widget>
  935. </item>
  936. <item>
  937. <spacer name="spacer18" >
  938. <property name="sizeHint" >
  939. <size>
  940. <width>20</width>
  941. <height>20</height>
  942. </size>
  943. </property>
  944. <property name="sizeType" >
  945. <enum>Expanding</enum>
  946. </property>
  947. <property name="orientation" >
  948. <enum>Vertical</enum>
  949. </property>
  950. </spacer>
  951. </item>
  952. </layout>
  953. </widget>
  954. <widget class="QWidget" name="PageBSSDataFormat" >
  955. <attribute name="title" >
  956. <string>&amp;BSS/Data Format</string>
  957. </attribute>
  958. <layout class="QVBoxLayout" >
  959. <property name="margin" >
  960. <number>0</number>
  961. </property>
  962. <item>
  963. <widget class="QLabel" name="textLabel3_2" >
  964. <property name="text" >
  965. <string>Choose the relocation format for BSS references (i.e. references to uninitialized global variables):</string>
  966. </property>
  967. <property name="alignment" >
  968. <set>Qt::AlignVCenter</set>
  969. </property>
  970. <property name="wordWrap" >
  971. <bool>true</bool>
  972. </property>
  973. </widget>
  974. </item>
  975. <item>
  976. <layout class="QHBoxLayout" >
  977. <property name="margin" >
  978. <number>0</number>
  979. </property>
  980. <item>
  981. <spacer name="spacer19" >
  982. <property name="sizeHint" >
  983. <size>
  984. <width>20</width>
  985. <height>20</height>
  986. </size>
  987. </property>
  988. <property name="sizeType" >
  989. <enum>Fixed</enum>
  990. </property>
  991. <property name="orientation" >
  992. <enum>Horizontal</enum>
  993. </property>
  994. </spacer>
  995. </item>
  996. <item>
  997. <widget class="Q3ButtonGroup" name="buttonGroup3" >
  998. <property name="title" >
  999. <string/>
  1000. </property>
  1001. <layout class="QVBoxLayout" >
  1002. <property name="margin" >
  1003. <number>0</number>
  1004. </property>
  1005. <item>
  1006. <widget class="QRadioButton" name="BSSMerge" >
  1007. <property name="text" >
  1008. <string>&amp;Merge BSS section with data section</string>
  1009. </property>
  1010. <property name="shortcut" >
  1011. <string>Alt+M</string>
  1012. </property>
  1013. <property name="toolTip" stdset="0" >
  1014. <string>MERGE_BSS</string>
  1015. </property>
  1016. </widget>
  1017. </item>
  1018. <item>
  1019. <widget class="QRadioButton" name="BSSKernel" >
  1020. <property name="text" >
  1021. <string>&amp;Kernel (medium calls, medium stub)</string>
  1022. </property>
  1023. <property name="shortcut" >
  1024. <string>Alt+K</string>
  1025. </property>
  1026. <property name="toolTip" stdset="0" >
  1027. <string>KERNEL_FORMAT_BSS</string>
  1028. </property>
  1029. </widget>
  1030. </item>
  1031. <item>
  1032. <widget class="QRadioButton" name="BSSCompressed" >
  1033. <property name="text" >
  1034. <string>C&amp;ompressed (smallest calls, large stub)</string>
  1035. </property>
  1036. <property name="shortcut" >
  1037. <string>Alt+O</string>
  1038. </property>
  1039. <property name="toolTip" stdset="0" >
  1040. <string>COMPRESSED_FORMAT_BSS</string>
  1041. </property>
  1042. </widget>
  1043. </item>
  1044. <item>
  1045. <widget class="QRadioButton" name="BSSMlink" >
  1046. <property name="text" >
  1047. <string>M&amp;link (small calls, medium stub)</string>
  1048. </property>
  1049. <property name="shortcut" >
  1050. <string>Alt+L</string>
  1051. </property>
  1052. <property name="toolTip" stdset="0" >
  1053. <string>MLINK_FORMAT_BSS</string>
  1054. </property>
  1055. </widget>
  1056. </item>
  1057. </layout>
  1058. </widget>
  1059. </item>
  1060. </layout>
  1061. </item>
  1062. <item>
  1063. <widget class="QLabel" name="textLabel4_2" >
  1064. <property name="text" >
  1065. <string>Choose the relocation format for references to a data variable, if it exists:</string>
  1066. </property>
  1067. <property name="wordWrap" >
  1068. <bool>false</bool>
  1069. </property>
  1070. </widget>
  1071. </item>
  1072. <item>
  1073. <layout class="QHBoxLayout" >
  1074. <property name="margin" >
  1075. <number>0</number>
  1076. </property>
  1077. <item>
  1078. <spacer name="spacer19_2" >
  1079. <property name="sizeHint" >
  1080. <size>
  1081. <width>20</width>
  1082. <height>20</height>
  1083. </size>
  1084. </property>
  1085. <property name="sizeType" >
  1086. <enum>Fixed</enum>
  1087. </property>
  1088. <property name="orientation" >
  1089. <enum>Horizontal</enum>
  1090. </property>
  1091. </spacer>
  1092. </item>
  1093. <item>
  1094. <widget class="Q3ButtonGroup" name="buttonGroup4" >
  1095. <property name="title" >
  1096. <string/>
  1097. </property>
  1098. <layout class="QVBoxLayout" >
  1099. <property name="margin" >
  1100. <number>0</number>
  1101. </property>
  1102. <item>
  1103. <widget class="QRadioButton" name="DataVarKernel" >
  1104. <property name="text" >
  1105. <string>K&amp;ernel (medium calls, medium stub)</string>
  1106. </property>
  1107. <property name="shortcut" >
  1108. <string>Alt+E</string>
  1109. </property>
  1110. <property name="toolTip" stdset="0" >
  1111. <string>KERNEL_FORMAT_DATA_VAR</string>
  1112. </property>
  1113. </widget>
  1114. </item>
  1115. <item>
  1116. <widget class="QRadioButton" name="DataVarCompressed" >
  1117. <property name="text" >
  1118. <string>Com&amp;pressed (smallest calls, large stub)</string>
  1119. </property>
  1120. <property name="shortcut" >
  1121. <string>Alt+P</string>
  1122. </property>
  1123. <property name="toolTip" stdset="0" >
  1124. <string>COMPRESSED_FORMAT_DATA_VAR</string>
  1125. </property>
  1126. </widget>
  1127. </item>
  1128. <item>
  1129. <widget class="QRadioButton" name="DataVarMlink" >
  1130. <property name="text" >
  1131. <string>Ml&amp;ink (small calls, medium stub)</string>
  1132. </property>
  1133. <property name="shortcut" >
  1134. <string>Alt+I</string>
  1135. </property>
  1136. <property name="toolTip" stdset="0" >
  1137. <string>MLINK_FORMAT_DATA_VAR</string>
  1138. </property>
  1139. </widget>
  1140. </item>
  1141. </layout>
  1142. </widget>
  1143. </item>
  1144. </layout>
  1145. </item>
  1146. <item>
  1147. <spacer name="spacer21" >
  1148. <property name="sizeHint" >
  1149. <size>
  1150. <width>20</width>
  1151. <height>20</height>
  1152. </size>
  1153. </property>
  1154. <property name="sizeType" >
  1155. <enum>Expanding</enum>
  1156. </property>
  1157. <property name="orientation" >
  1158. <enum>Vertical</enum>
  1159. </property>
  1160. </spacer>
  1161. </item>
  1162. </layout>
  1163. </widget>
  1164. <widget class="QWidget" name="PageHomeScreen" >
  1165. <attribute name="title" >
  1166. <string>&amp;Home Screen</string>
  1167. </attribute>
  1168. <layout class="QVBoxLayout" >
  1169. <property name="margin" >
  1170. <number>0</number>
  1171. </property>
  1172. <item>
  1173. <widget class="Q3ButtonGroup" name="buttonGroup6" >
  1174. <property name="title" >
  1175. <string/>
  1176. </property>
  1177. <layout class="QVBoxLayout" >
  1178. <property name="margin" >
  1179. <number>0</number>
  1180. </property>
  1181. <item>
  1182. <widget class="QLabel" name="textLabel5" >
  1183. <property name="text" >
  1184. <string>&lt;p>The following options affect the program when it is run from the Home Screen.&lt;/p>
  1185. &lt;p>Return Value:&lt;/p></string>
  1186. </property>
  1187. <property name="textFormat" >
  1188. <enum>Qt::RichText</enum>
  1189. </property>
  1190. <property name="wordWrap" >
  1191. <bool>false</bool>
  1192. </property>
  1193. </widget>
  1194. </item>
  1195. <item>
  1196. <layout class="QHBoxLayout" >
  1197. <property name="margin" >
  1198. <number>0</number>
  1199. </property>
  1200. <item>
  1201. <spacer name="spacer23" >
  1202. <property name="sizeHint" >
  1203. <size>
  1204. <width>20</width>
  1205. <height>20</height>
  1206. </size>
  1207. </property>
  1208. <property name="sizeType" >
  1209. <enum>Fixed</enum>
  1210. </property>
  1211. <property name="orientation" >
  1212. <enum>Horizontal</enum>
  1213. </property>
  1214. </spacer>
  1215. </item>
  1216. <item>
  1217. <widget class="QRadioButton" name="HomeDone" >
  1218. <property name="text" >
  1219. <string>"&amp;Done"</string>
  1220. </property>
  1221. <property name="shortcut" >
  1222. <string>Alt+D</string>
  1223. </property>
  1224. </widget>
  1225. </item>
  1226. </layout>
  1227. </item>
  1228. <item>
  1229. <layout class="QHBoxLayout" >
  1230. <property name="margin" >
  1231. <number>0</number>
  1232. </property>
  1233. <item>
  1234. <spacer name="spacer23_2" >
  1235. <property name="sizeHint" >
  1236. <size>
  1237. <width>20</width>
  1238. <height>20</height>
  1239. </size>
  1240. </property>
  1241. <property name="sizeType" >
  1242. <enum>Fixed</enum>
  1243. </property>
  1244. <property name="orientation" >
  1245. <enum>Horizontal</enum>
  1246. </property>
  1247. </spacer>
  1248. </item>
  1249. <item>
  1250. <widget class="QRadioButton" name="HomeCustomValue" >
  1251. <property name="text" >
  1252. <string>Custom &amp;value</string>
  1253. </property>
  1254. <property name="shortcut" >
  1255. <string>Alt+V</string>
  1256. </property>
  1257. <property name="toolTip" stdset="0" >
  1258. <string>RETURN_VALUE</string>
  1259. </property>
  1260. </widget>
  1261. </item>
  1262. </layout>
  1263. </item>
  1264. <item>
  1265. <widget class="QLabel" name="textLabel6" >
  1266. <property name="text" >
  1267. <string>Note that you have to push a value to the expression stack if you use a custom return value, unless you throw an error.</string>
  1268. </property>
  1269. <property name="textFormat" >
  1270. <enum>Qt::PlainText</enum>
  1271. </property>
  1272. <property name="alignment" >
  1273. <set>Qt::AlignVCenter</set>
  1274. </property>
  1275. <property name="wordWrap" >
  1276. <bool>true</bool>
  1277. </property>
  1278. </widget>
  1279. </item>
  1280. <item>
  1281. <layout class="QHBoxLayout" >
  1282. <property name="margin" >
  1283. <number>0</number>
  1284. </property>
  1285. <item>
  1286. <spacer name="spacer23_3" >
  1287. <property name="sizeHint" >
  1288. <size>
  1289. <width>20</width>
  1290. <height>20</height>
  1291. </size>
  1292. </property>
  1293. <property name="sizeType" >
  1294. <enum>Fixed</enum>
  1295. </property>
  1296. <property name="orientation" >
  1297. <enum>Horizontal</enum>
  1298. </property>
  1299. </spacer>
  1300. </item>
  1301. <item>
  1302. <widget class="QCheckBox" name="EnableReturningErrors" >
  1303. <property name="text" >
  1304. <string>Enable returning &amp;errors to AMS</string>
  1305. </property>
  1306. <property name="shortcut" >
  1307. <string>Alt+E</string>
  1308. </property>
  1309. <property name="toolTip" stdset="0" >
  1310. <string>ENABLE_ERROR_RETURN</string>
  1311. </property>
  1312. </widget>
  1313. </item>
  1314. </layout>
  1315. </item>
  1316. <item>
  1317. <layout class="QHBoxLayout" >
  1318. <property name="margin" >
  1319. <number>0</number>
  1320. </property>
  1321. <item>
  1322. <spacer name="spacer23_4" >
  1323. <property name="sizeHint" >
  1324. <size>
  1325. <width>20</width>
  1326. <height>20</height>
  1327. </size>
  1328. </property>
  1329. <property name="sizeType" >
  1330. <enum>Fixed</enum>
  1331. </property>
  1332. <property name="orientation" >
  1333. <enum>Horizontal</enum>
  1334. </property>
  1335. </spacer>
  1336. </item>
  1337. <item>
  1338. <widget class="QCheckBox" name="SaveScreen" >
  1339. <property name="text" >
  1340. <string>Save/restore &amp;LCD contents</string>
  1341. </property>
  1342. <property name="shortcut" >
  1343. <string>Alt+L</string>
  1344. </property>
  1345. <property name="toolTip" stdset="0" >
  1346. <string>SAVE_SCREEN</string>
  1347. </property>
  1348. </widget>
  1349. </item>
  1350. </layout>
  1351. </item>
  1352. </layout>
  1353. </widget>
  1354. </item>
  1355. <item>
  1356. <spacer name="spacer22" >
  1357. <property name="sizeHint" >
  1358. <size>
  1359. <width>20</width>
  1360. <height>51</height>
  1361. </size>
  1362. </property>
  1363. <property name="sizeType" >
  1364. <enum>Expanding</enum>
  1365. </property>
  1366. <property name="orientation" >
  1367. <enum>Vertical</enum>
  1368. </property>
  1369. </spacer>
  1370. </item>
  1371. </layout>
  1372. </widget>
  1373. </widget>
  1374. </item>
  1375. <item>
  1376. <layout class="QHBoxLayout" >
  1377. <property name="margin" >
  1378. <number>0</number>
  1379. </property>
  1380. <item>
  1381. <widget class="QLabel" name="textLabel1_3" >
  1382. <property name="font" >
  1383. <font>
  1384. <bold>true</bold>
  1385. </font>
  1386. </property>
  1387. <property name="text" >
  1388. <string>Right-clicking on an option opens its help</string>
  1389. </property>
  1390. <property name="textFormat" >
  1391. <enum>Qt::AutoText</enum>
  1392. </property>
  1393. <property name="wordWrap" >
  1394. <bool>false</bool>
  1395. </property>
  1396. </widget>
  1397. </item>
  1398. <item>
  1399. <spacer name="Horizontal Spacing2" >
  1400. <property name="sizeHint" >
  1401. <size>
  1402. <width>343</width>
  1403. <height>20</height>
  1404. </size>
  1405. </property>
  1406. <property name="sizeType" >
  1407. <enum>Expanding</enum>
  1408. </property>
  1409. <property name="orientation" >
  1410. <enum>Horizontal</enum>
  1411. </property>
  1412. </spacer>
  1413. </item>
  1414. <item>
  1415. <widget class="KPushButton" name="buttonClose" >
  1416. <property name="text" >
  1417. <string>&amp;Close</string>
  1418. </property>
  1419. <property name="shortcut" >
  1420. <string>Alt+C</string>
  1421. </property>
  1422. <property name="autoDefault" >
  1423. <bool>true</bool>
  1424. </property>
  1425. <property name="stdItem" stdset="0" >
  1426. <number>13</number>
  1427. </property>
  1428. </widget>
  1429. </item>
  1430. </layout>
  1431. </item>
  1432. </layout>
  1433. </widget>
  1434. <layoutdefault spacing="6" margin="11" />
  1435. <includes>
  1436. <include location="local" >klineedit.h</include>
  1437. <include location="local" >kpushbutton.h</include>
  1438. </includes>
  1439. <connections>
  1440. <connection>
  1441. <sender>buttonClose</sender>
  1442. <signal>clicked()</signal>
  1443. <receiver>ProgramOptions</receiver>
  1444. <slot>accept()</slot>
  1445. </connection>
  1446. <connection>
  1447. <sender>CMinimumAMSVersion</sender>
  1448. <signal>toggled(bool)</signal>
  1449. <receiver>ProgramOptions</receiver>
  1450. <slot>CMinimumAMSVersion_toggled(bool)</slot>
  1451. </connection>
  1452. <connection>
  1453. <sender>TI89</sender>
  1454. <signal>toggled(bool)</signal>
  1455. <receiver>ProgramOptions</receiver>
  1456. <slot>CalcCheckbox_toggled(bool)</slot>
  1457. </connection>
  1458. <connection>
  1459. <sender>TI92Plus</sender>
  1460. <signal>toggled(bool)</signal>
  1461. <receiver>ProgramOptions</receiver>
  1462. <slot>CalcCheckbox_toggled(bool)</slot>
  1463. </connection>
  1464. <connection>
  1465. <sender>V200</sender>
  1466. <signal>toggled(bool)</signal>
  1467. <receiver>ProgramOptions</receiver>
  1468. <slot>CalcCheckbox_toggled(bool)</slot>
  1469. </connection>
  1470. <connection>
  1471. <sender>Nostub</sender>
  1472. <signal>toggled(bool)</signal>
  1473. <receiver>ProgramOptions</receiver>
  1474. <slot>KernelRadiobutton_toggled(bool)</slot>
  1475. </connection>
  1476. <connection>
  1477. <sender>UseKernel</sender>
  1478. <signal>toggled(bool)</signal>
  1479. <receiver>ProgramOptions</receiver>
  1480. <slot>KernelRadiobutton_toggled(bool)</slot>
  1481. </connection>
  1482. <connection>
  1483. <sender>PreOS</sender>
  1484. <signal>toggled(bool)</signal>
  1485. <receiver>ProgramOptions</receiver>
  1486. <slot>KernelRadiobutton_toggled(bool)</slot>
  1487. </connection>
  1488. <connection>
  1489. <sender>UseFLineJumps</sender>
  1490. <signal>toggled(bool)</signal>
  1491. <receiver>ProgramOptions</receiver>
  1492. <slot>RelocSettings_toggled(bool)</slot>
  1493. </connection>
  1494. <connection>
  1495. <sender>ROMCallDirect</sender>
  1496. <signal>toggled(bool)</signal>
  1497. <receiver>ProgramOptions</receiver>
  1498. <slot>RelocSettings_toggled(bool)</slot>
  1499. </connection>
  1500. <connection>
  1501. <sender>ROMCallFLine</sender>
  1502. <signal>toggled(bool)</signal>
  1503. <receiver>ProgramOptions</receiver>
  1504. <slot>RelocSettings_toggled(bool)</slot>
  1505. </connection>
  1506. <connection>
  1507. <sender>Use4ByteFLineJumps</sender>
  1508. <signal>toggled(bool)</signal>
  1509. <receiver>ProgramOptions</receiver>
  1510. <slot>RelocSettings_toggled(bool)</slot>
  1511. </connection>
  1512. </connections>
  1513. </ui>