programoptions.ui 87 KB

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