programoptions.ui 78 KB

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