programoptions.ui 51 KB

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