projectoptions.ui 89 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639
  1. <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
  2. <class>ProjectOptions</class>
  3. <widget class="QDialog">
  4. <property name="name">
  5. <cstring>ProjectOptions</cstring>
  6. </property>
  7. <property name="geometry">
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>451</width>
  12. <height>457</height>
  13. </rect>
  14. </property>
  15. <property name="sizePolicy">
  16. <sizepolicy>
  17. <hsizetype>7</hsizetype>
  18. <vsizetype>7</vsizetype>
  19. <horstretch>0</horstretch>
  20. <verstretch>0</verstretch>
  21. </sizepolicy>
  22. </property>
  23. <property name="caption">
  24. <string>Project Options</string>
  25. </property>
  26. <property name="sizeGripEnabled">
  27. <bool>true</bool>
  28. </property>
  29. <property name="modal">
  30. <bool>false</bool>
  31. </property>
  32. <vbox>
  33. <property name="name">
  34. <cstring>unnamed</cstring>
  35. </property>
  36. <widget class="QTabWidget">
  37. <property name="name">
  38. <cstring>PO_TabWidget</cstring>
  39. </property>
  40. <property name="tabShape">
  41. <enum>Rounded</enum>
  42. </property>
  43. <widget class="QWidget">
  44. <property name="name">
  45. <cstring>Widget8</cstring>
  46. </property>
  47. <attribute name="title">
  48. <string>Ge&amp;neral</string>
  49. </attribute>
  50. <hbox>
  51. <property name="name">
  52. <cstring>unnamed</cstring>
  53. </property>
  54. <widget class="QButtonGroup">
  55. <property name="name">
  56. <cstring>buttonGroup1</cstring>
  57. </property>
  58. <property name="sizePolicy">
  59. <sizepolicy>
  60. <hsizetype>7</hsizetype>
  61. <vsizetype>7</vsizetype>
  62. <horstretch>0</horstretch>
  63. <verstretch>0</verstretch>
  64. </sizepolicy>
  65. </property>
  66. <property name="title">
  67. <string>&amp;Target</string>
  68. </property>
  69. <vbox>
  70. <property name="name">
  71. <cstring>unnamed</cstring>
  72. </property>
  73. <widget class="QRadioButton">
  74. <property name="name">
  75. <cstring>RegularProgram</cstring>
  76. </property>
  77. <property name="sizePolicy">
  78. <sizepolicy>
  79. <hsizetype>5</hsizetype>
  80. <vsizetype>1</vsizetype>
  81. <horstretch>0</horstretch>
  82. <verstretch>0</verstretch>
  83. </sizepolicy>
  84. </property>
  85. <property name="minimumSize">
  86. <size>
  87. <width>0</width>
  88. <height>0</height>
  89. </size>
  90. </property>
  91. <property name="maximumSize">
  92. <size>
  93. <width>32767</width>
  94. <height>32767</height>
  95. </size>
  96. </property>
  97. <property name="text">
  98. <string>&amp;Regular Program (*.??z)</string>
  99. </property>
  100. <property name="accel">
  101. <string>Alt+R</string>
  102. </property>
  103. <property name="checked">
  104. <bool>true</bool>
  105. </property>
  106. </widget>
  107. <widget class="QLayoutWidget">
  108. <property name="name">
  109. <cstring>layout12</cstring>
  110. </property>
  111. <hbox>
  112. <property name="name">
  113. <cstring>unnamed</cstring>
  114. </property>
  115. <spacer>
  116. <property name="name">
  117. <cstring>spacer10</cstring>
  118. </property>
  119. <property name="orientation">
  120. <enum>Horizontal</enum>
  121. </property>
  122. <property name="sizeType">
  123. <enum>Fixed</enum>
  124. </property>
  125. <property name="sizeHint">
  126. <size>
  127. <width>20</width>
  128. <height>15</height>
  129. </size>
  130. </property>
  131. </spacer>
  132. <widget class="QCheckBox">
  133. <property name="name">
  134. <cstring>ExternalDataVariable</cstring>
  135. </property>
  136. <property name="sizePolicy">
  137. <sizepolicy>
  138. <hsizetype>5</hsizetype>
  139. <vsizetype>1</vsizetype>
  140. <horstretch>0</horstretch>
  141. <verstretch>0</verstretch>
  142. </sizepolicy>
  143. </property>
  144. <property name="minimumSize">
  145. <size>
  146. <width>0</width>
  147. <height>0</height>
  148. </size>
  149. </property>
  150. <property name="maximumSize">
  151. <size>
  152. <width>32767</width>
  153. <height>32767</height>
  154. </size>
  155. </property>
  156. <property name="text">
  157. <string>External &amp;data variable (*-data.??y)</string>
  158. </property>
  159. <property name="accel">
  160. <string>Alt+D</string>
  161. </property>
  162. </widget>
  163. </hbox>
  164. </widget>
  165. <widget class="QLayoutWidget">
  166. <property name="name">
  167. <cstring>layout13</cstring>
  168. </property>
  169. <hbox>
  170. <property name="name">
  171. <cstring>unnamed</cstring>
  172. </property>
  173. <spacer>
  174. <property name="name">
  175. <cstring>spacer9</cstring>
  176. </property>
  177. <property name="orientation">
  178. <enum>Horizontal</enum>
  179. </property>
  180. <property name="sizeType">
  181. <enum>Fixed</enum>
  182. </property>
  183. <property name="sizeHint">
  184. <size>
  185. <width>40</width>
  186. <height>15</height>
  187. </size>
  188. </property>
  189. </spacer>
  190. <widget class="QLabel">
  191. <property name="name">
  192. <cstring>LOncalcVariableName_1</cstring>
  193. </property>
  194. <property name="enabled">
  195. <bool>false</bool>
  196. </property>
  197. <property name="sizePolicy">
  198. <sizepolicy>
  199. <hsizetype>5</hsizetype>
  200. <vsizetype>1</vsizetype>
  201. <horstretch>0</horstretch>
  202. <verstretch>0</verstretch>
  203. </sizepolicy>
  204. </property>
  205. <property name="minimumSize">
  206. <size>
  207. <width>0</width>
  208. <height>0</height>
  209. </size>
  210. </property>
  211. <property name="maximumSize">
  212. <size>
  213. <width>32767</width>
  214. <height>32767</height>
  215. </size>
  216. </property>
  217. <property name="text">
  218. <string>On-calc &lt;u&gt;v&lt;/u&gt;ariable name:</string>
  219. </property>
  220. <property name="textFormat">
  221. <enum>RichText</enum>
  222. </property>
  223. <property name="alignment">
  224. <set>AlignVCenter</set>
  225. </property>
  226. </widget>
  227. <widget class="QLineEdit">
  228. <property name="name">
  229. <cstring>OncalcVariableName_1</cstring>
  230. </property>
  231. <property name="enabled">
  232. <bool>false</bool>
  233. </property>
  234. <property name="sizePolicy">
  235. <sizepolicy>
  236. <hsizetype>7</hsizetype>
  237. <vsizetype>1</vsizetype>
  238. <horstretch>0</horstretch>
  239. <verstretch>0</verstretch>
  240. </sizepolicy>
  241. </property>
  242. <property name="minimumSize">
  243. <size>
  244. <width>0</width>
  245. <height>0</height>
  246. </size>
  247. </property>
  248. <property name="maximumSize">
  249. <size>
  250. <width>32767</width>
  251. <height>32767</height>
  252. </size>
  253. </property>
  254. </widget>
  255. </hbox>
  256. </widget>
  257. <widget class="QLayoutWidget">
  258. <property name="name">
  259. <cstring>layout11</cstring>
  260. </property>
  261. <hbox>
  262. <property name="name">
  263. <cstring>unnamed</cstring>
  264. </property>
  265. <spacer>
  266. <property name="name">
  267. <cstring>spacer8</cstring>
  268. </property>
  269. <property name="orientation">
  270. <enum>Horizontal</enum>
  271. </property>
  272. <property name="sizeType">
  273. <enum>Fixed</enum>
  274. </property>
  275. <property name="sizeHint">
  276. <size>
  277. <width>40</width>
  278. <height>16</height>
  279. </size>
  280. </property>
  281. </spacer>
  282. <widget class="QLabel">
  283. <property name="name">
  284. <cstring>LCreateCopyNever</cstring>
  285. </property>
  286. <property name="enabled">
  287. <bool>false</bool>
  288. </property>
  289. <property name="sizePolicy">
  290. <sizepolicy>
  291. <hsizetype>0</hsizetype>
  292. <vsizetype>1</vsizetype>
  293. <horstretch>0</horstretch>
  294. <verstretch>0</verstretch>
  295. </sizepolicy>
  296. </property>
  297. <property name="minimumSize">
  298. <size>
  299. <width>0</width>
  300. <height>0</height>
  301. </size>
  302. </property>
  303. <property name="maximumSize">
  304. <size>
  305. <width>32767</width>
  306. <height>32767</height>
  307. </size>
  308. </property>
  309. <property name="text">
  310. <string>Create copy:</string>
  311. </property>
  312. </widget>
  313. <widget class="QButtonGroup">
  314. <property name="name">
  315. <cstring>buttonGroup7</cstring>
  316. </property>
  317. <property name="frameShape">
  318. <enum>NoFrame</enum>
  319. </property>
  320. <property name="frameShadow">
  321. <enum>Plain</enum>
  322. </property>
  323. <property name="title">
  324. <string></string>
  325. </property>
  326. <hbox>
  327. <property name="name">
  328. <cstring>unnamed</cstring>
  329. </property>
  330. <widget class="QRadioButton">
  331. <property name="name">
  332. <cstring>CreateCopyNever</cstring>
  333. </property>
  334. <property name="enabled">
  335. <bool>false</bool>
  336. </property>
  337. <property name="sizePolicy">
  338. <sizepolicy>
  339. <hsizetype>1</hsizetype>
  340. <vsizetype>1</vsizetype>
  341. <horstretch>0</horstretch>
  342. <verstretch>0</verstretch>
  343. </sizepolicy>
  344. </property>
  345. <property name="minimumSize">
  346. <size>
  347. <width>0</width>
  348. <height>0</height>
  349. </size>
  350. </property>
  351. <property name="maximumSize">
  352. <size>
  353. <width>32767</width>
  354. <height>32767</height>
  355. </size>
  356. </property>
  357. <property name="text">
  358. <string>n&amp;ever</string>
  359. </property>
  360. <property name="accel">
  361. <string>Alt+E</string>
  362. </property>
  363. <property name="checked">
  364. <bool>true</bool>
  365. </property>
  366. </widget>
  367. <widget class="QRadioButton">
  368. <property name="name">
  369. <cstring>CreateCopyIfArchived</cstring>
  370. </property>
  371. <property name="enabled">
  372. <bool>false</bool>
  373. </property>
  374. <property name="sizePolicy">
  375. <sizepolicy>
  376. <hsizetype>1</hsizetype>
  377. <vsizetype>1</vsizetype>
  378. <horstretch>0</horstretch>
  379. <verstretch>0</verstretch>
  380. </sizepolicy>
  381. </property>
  382. <property name="minimumSize">
  383. <size>
  384. <width>0</width>
  385. <height>0</height>
  386. </size>
  387. </property>
  388. <property name="maximumSize">
  389. <size>
  390. <width>32767</width>
  391. <height>32767</height>
  392. </size>
  393. </property>
  394. <property name="text">
  395. <string>if arc&amp;hived</string>
  396. </property>
  397. <property name="accel">
  398. <string>Alt+H</string>
  399. </property>
  400. <property name="buttonGroupId">
  401. <number>1</number>
  402. </property>
  403. </widget>
  404. <widget class="QRadioButton">
  405. <property name="name">
  406. <cstring>CreateCopyAlways</cstring>
  407. </property>
  408. <property name="enabled">
  409. <bool>false</bool>
  410. </property>
  411. <property name="sizePolicy">
  412. <sizepolicy>
  413. <hsizetype>1</hsizetype>
  414. <vsizetype>1</vsizetype>
  415. <horstretch>0</horstretch>
  416. <verstretch>0</verstretch>
  417. </sizepolicy>
  418. </property>
  419. <property name="minimumSize">
  420. <size>
  421. <width>0</width>
  422. <height>0</height>
  423. </size>
  424. </property>
  425. <property name="maximumSize">
  426. <size>
  427. <width>32767</width>
  428. <height>32767</height>
  429. </size>
  430. </property>
  431. <property name="text">
  432. <string>&amp;always</string>
  433. </property>
  434. <property name="accel">
  435. <string>Alt+A</string>
  436. </property>
  437. <property name="buttonGroupId">
  438. <number>2</number>
  439. </property>
  440. </widget>
  441. </hbox>
  442. </widget>
  443. <spacer>
  444. <property name="name">
  445. <cstring>spacer8_2</cstring>
  446. </property>
  447. <property name="orientation">
  448. <enum>Horizontal</enum>
  449. </property>
  450. <property name="sizeType">
  451. <enum>Expanding</enum>
  452. </property>
  453. <property name="sizeHint">
  454. <size>
  455. <width>16</width>
  456. <height>41</height>
  457. </size>
  458. </property>
  459. </spacer>
  460. </hbox>
  461. </widget>
  462. <widget class="QLayoutWidget">
  463. <property name="name">
  464. <cstring>layout18</cstring>
  465. </property>
  466. <hbox>
  467. <property name="name">
  468. <cstring>unnamed</cstring>
  469. </property>
  470. <spacer>
  471. <property name="name">
  472. <cstring>spacer11</cstring>
  473. </property>
  474. <property name="orientation">
  475. <enum>Horizontal</enum>
  476. </property>
  477. <property name="sizeType">
  478. <enum>Fixed</enum>
  479. </property>
  480. <property name="sizeHint">
  481. <size>
  482. <width>20</width>
  483. <height>15</height>
  484. </size>
  485. </property>
  486. </spacer>
  487. <widget class="QCheckBox">
  488. <property name="name">
  489. <cstring>CompressProgram</cstring>
  490. </property>
  491. <property name="sizePolicy">
  492. <sizepolicy>
  493. <hsizetype>5</hsizetype>
  494. <vsizetype>1</vsizetype>
  495. <horstretch>0</horstretch>
  496. <verstretch>0</verstretch>
  497. </sizepolicy>
  498. </property>
  499. <property name="minimumSize">
  500. <size>
  501. <width>0</width>
  502. <height>0</height>
  503. </size>
  504. </property>
  505. <property name="maximumSize">
  506. <size>
  507. <width>32767</width>
  508. <height>32767</height>
  509. </size>
  510. </property>
  511. <property name="text">
  512. <string>Compre&amp;ss program (*.??y)</string>
  513. </property>
  514. <property name="accel">
  515. <string>Alt+S</string>
  516. </property>
  517. </widget>
  518. </hbox>
  519. </widget>
  520. <widget class="QLayoutWidget">
  521. <property name="name">
  522. <cstring>layout19</cstring>
  523. </property>
  524. <hbox>
  525. <property name="name">
  526. <cstring>unnamed</cstring>
  527. </property>
  528. <spacer>
  529. <property name="name">
  530. <cstring>spacer12</cstring>
  531. </property>
  532. <property name="orientation">
  533. <enum>Horizontal</enum>
  534. </property>
  535. <property name="sizeType">
  536. <enum>Fixed</enum>
  537. </property>
  538. <property name="sizeHint">
  539. <size>
  540. <width>40</width>
  541. <height>15</height>
  542. </size>
  543. </property>
  544. </spacer>
  545. <widget class="QLabel">
  546. <property name="name">
  547. <cstring>LOncalcVariableName_2</cstring>
  548. </property>
  549. <property name="enabled">
  550. <bool>false</bool>
  551. </property>
  552. <property name="sizePolicy">
  553. <sizepolicy>
  554. <hsizetype>5</hsizetype>
  555. <vsizetype>1</vsizetype>
  556. <horstretch>0</horstretch>
  557. <verstretch>0</verstretch>
  558. </sizepolicy>
  559. </property>
  560. <property name="minimumSize">
  561. <size>
  562. <width>0</width>
  563. <height>0</height>
  564. </size>
  565. </property>
  566. <property name="maximumSize">
  567. <size>
  568. <width>32767</width>
  569. <height>32767</height>
  570. </size>
  571. </property>
  572. <property name="text">
  573. <string>On-calc var&lt;u&gt;i&lt;/u&gt;able name:</string>
  574. </property>
  575. <property name="textFormat">
  576. <enum>RichText</enum>
  577. </property>
  578. <property name="alignment">
  579. <set>AlignVCenter</set>
  580. </property>
  581. </widget>
  582. <widget class="QLineEdit">
  583. <property name="name">
  584. <cstring>OncalcVariableName_2</cstring>
  585. </property>
  586. <property name="enabled">
  587. <bool>false</bool>
  588. </property>
  589. <property name="sizePolicy">
  590. <sizepolicy>
  591. <hsizetype>7</hsizetype>
  592. <vsizetype>5</vsizetype>
  593. <horstretch>0</horstretch>
  594. <verstretch>0</verstretch>
  595. </sizepolicy>
  596. </property>
  597. <property name="minimumSize">
  598. <size>
  599. <width>0</width>
  600. <height>0</height>
  601. </size>
  602. </property>
  603. <property name="maximumSize">
  604. <size>
  605. <width>32767</width>
  606. <height>32767</height>
  607. </size>
  608. </property>
  609. </widget>
  610. </hbox>
  611. </widget>
  612. <widget class="QRadioButton">
  613. <property name="name">
  614. <cstring>FlashOperatingSystem</cstring>
  615. </property>
  616. <property name="sizePolicy">
  617. <sizepolicy>
  618. <hsizetype>5</hsizetype>
  619. <vsizetype>1</vsizetype>
  620. <horstretch>0</horstretch>
  621. <verstretch>0</verstretch>
  622. </sizepolicy>
  623. </property>
  624. <property name="minimumSize">
  625. <size>
  626. <width>0</width>
  627. <height>0</height>
  628. </size>
  629. </property>
  630. <property name="maximumSize">
  631. <size>
  632. <width>32767</width>
  633. <height>32767</height>
  634. </size>
  635. </property>
  636. <property name="text">
  637. <string>Flash Operating S&amp;ystem (experimental)</string>
  638. </property>
  639. <property name="accel">
  640. <string>Alt+Y</string>
  641. </property>
  642. </widget>
  643. <widget class="QRadioButton">
  644. <property name="name">
  645. <cstring>FargoProgram</cstring>
  646. </property>
  647. <property name="sizePolicy">
  648. <sizepolicy>
  649. <hsizetype>5</hsizetype>
  650. <vsizetype>1</vsizetype>
  651. <horstretch>0</horstretch>
  652. <verstretch>0</verstretch>
  653. </sizepolicy>
  654. </property>
  655. <property name="minimumSize">
  656. <size>
  657. <width>0</width>
  658. <height>0</height>
  659. </size>
  660. </property>
  661. <property name="maximumSize">
  662. <size>
  663. <width>32767</width>
  664. <height>32767</height>
  665. </size>
  666. </property>
  667. <property name="text">
  668. <string>Far&amp;go Program (*.92p) (experimental)</string>
  669. </property>
  670. <property name="accel">
  671. <string>Alt+G</string>
  672. </property>
  673. <property name="checked">
  674. <bool>false</bool>
  675. </property>
  676. </widget>
  677. <widget class="QRadioButton">
  678. <property name="name">
  679. <cstring>FunctionArchive</cstring>
  680. </property>
  681. <property name="sizePolicy">
  682. <sizepolicy>
  683. <hsizetype>5</hsizetype>
  684. <vsizetype>1</vsizetype>
  685. <horstretch>0</horstretch>
  686. <verstretch>0</verstretch>
  687. </sizepolicy>
  688. </property>
  689. <property name="minimumSize">
  690. <size>
  691. <width>0</width>
  692. <height>0</height>
  693. </size>
  694. </property>
  695. <property name="maximumSize">
  696. <size>
  697. <width>32767</width>
  698. <height>32767</height>
  699. </size>
  700. </property>
  701. <property name="text">
  702. <string>&amp;Function Archive (*.a)</string>
  703. </property>
  704. <property name="accel">
  705. <string>Alt+F</string>
  706. </property>
  707. <property name="buttonGroupId">
  708. <number>1</number>
  709. </property>
  710. </widget>
  711. </vbox>
  712. </widget>
  713. </hbox>
  714. </widget>
  715. <widget class="QWidget">
  716. <property name="name">
  717. <cstring>Widget9</cstring>
  718. </property>
  719. <attribute name="title">
  720. <string>Co&amp;mpilation</string>
  721. </attribute>
  722. <vbox>
  723. <property name="name">
  724. <cstring>unnamed</cstring>
  725. </property>
  726. <widget class="QButtonGroup">
  727. <property name="name">
  728. <cstring>buttonGroup2</cstring>
  729. </property>
  730. <property name="title">
  731. <string>S&amp;witches</string>
  732. </property>
  733. <vbox>
  734. <property name="name">
  735. <cstring>unnamed</cstring>
  736. </property>
  737. <widget class="QLayoutWidget">
  738. <property name="name">
  739. <cstring>layout10</cstring>
  740. </property>
  741. <hbox>
  742. <property name="name">
  743. <cstring>unnamed</cstring>
  744. </property>
  745. <widget class="QLabel">
  746. <property name="name">
  747. <cstring>LGCCSwitches</cstring>
  748. </property>
  749. <property name="sizePolicy">
  750. <sizepolicy>
  751. <hsizetype>5</hsizetype>
  752. <vsizetype>1</vsizetype>
  753. <horstretch>0</horstretch>
  754. <verstretch>0</verstretch>
  755. </sizepolicy>
  756. </property>
  757. <property name="text">
  758. <string>&lt;u&gt;G&lt;/u&gt;CC Switches:</string>
  759. </property>
  760. <property name="alignment">
  761. <set>AlignVCenter</set>
  762. </property>
  763. </widget>
  764. <widget class="QLineEdit">
  765. <property name="name">
  766. <cstring>GCCSwitches</cstring>
  767. </property>
  768. <property name="sizePolicy">
  769. <sizepolicy>
  770. <hsizetype>7</hsizetype>
  771. <vsizetype>1</vsizetype>
  772. <horstretch>0</horstretch>
  773. <verstretch>0</verstretch>
  774. </sizepolicy>
  775. </property>
  776. </widget>
  777. </hbox>
  778. </widget>
  779. <widget class="QLayoutWidget">
  780. <property name="name">
  781. <cstring>layout11</cstring>
  782. </property>
  783. <hbox>
  784. <property name="name">
  785. <cstring>unnamed</cstring>
  786. </property>
  787. <widget class="QLabel">
  788. <property name="name">
  789. <cstring>LAsSwitches</cstring>
  790. </property>
  791. <property name="text">
  792. <string>A&lt;u&gt;s&lt;/u&gt; Switches:</string>
  793. </property>
  794. <property name="alignment">
  795. <set>AlignVCenter</set>
  796. </property>
  797. </widget>
  798. <widget class="QLineEdit">
  799. <property name="name">
  800. <cstring>AsSwitches</cstring>
  801. </property>
  802. <property name="sizePolicy">
  803. <sizepolicy>
  804. <hsizetype>7</hsizetype>
  805. <vsizetype>1</vsizetype>
  806. <horstretch>0</horstretch>
  807. <verstretch>0</verstretch>
  808. </sizepolicy>
  809. </property>
  810. </widget>
  811. </hbox>
  812. </widget>
  813. <widget class="QLayoutWidget">
  814. <property name="name">
  815. <cstring>layout12</cstring>
  816. </property>
  817. <hbox>
  818. <property name="name">
  819. <cstring>unnamed</cstring>
  820. </property>
  821. <widget class="QLabel">
  822. <property name="name">
  823. <cstring>LA68kSwitches</cstring>
  824. </property>
  825. <property name="text">
  826. <string>&lt;u&gt;A&lt;/u&gt;68k Switches:</string>
  827. </property>
  828. <property name="alignment">
  829. <set>AlignVCenter</set>
  830. </property>
  831. </widget>
  832. <widget class="QLineEdit">
  833. <property name="name">
  834. <cstring>A68kSwitches</cstring>
  835. </property>
  836. <property name="sizePolicy">
  837. <sizepolicy>
  838. <hsizetype>7</hsizetype>
  839. <vsizetype>1</vsizetype>
  840. <horstretch>0</horstretch>
  841. <verstretch>0</verstretch>
  842. </sizepolicy>
  843. </property>
  844. </widget>
  845. </hbox>
  846. </widget>
  847. </vbox>
  848. </widget>
  849. <spacer>
  850. <property name="name">
  851. <cstring>spacer10_2</cstring>
  852. </property>
  853. <property name="orientation">
  854. <enum>Vertical</enum>
  855. </property>
  856. <property name="sizeType">
  857. <enum>Expanding</enum>
  858. </property>
  859. <property name="sizeHint">
  860. <size>
  861. <width>51</width>
  862. <height>121</height>
  863. </size>
  864. </property>
  865. </spacer>
  866. <widget class="QCheckBox">
  867. <property name="name">
  868. <cstring>GenerateDebugInformation</cstring>
  869. </property>
  870. <property name="text">
  871. <string>Generate &amp;debug information</string>
  872. </property>
  873. <property name="accel">
  874. <string>Alt+D</string>
  875. </property>
  876. </widget>
  877. <widget class="QLayoutWidget">
  878. <property name="name">
  879. <cstring>layout13</cstring>
  880. </property>
  881. <hbox>
  882. <property name="name">
  883. <cstring>unnamed</cstring>
  884. </property>
  885. <spacer>
  886. <property name="name">
  887. <cstring>spacer8_3</cstring>
  888. </property>
  889. <property name="orientation">
  890. <enum>Horizontal</enum>
  891. </property>
  892. <property name="sizeType">
  893. <enum>Expanding</enum>
  894. </property>
  895. <property name="sizeHint">
  896. <size>
  897. <width>291</width>
  898. <height>30</height>
  899. </size>
  900. </property>
  901. </spacer>
  902. <widget class="QPushButton">
  903. <property name="name">
  904. <cstring>ProgramOptionsButton</cstring>
  905. </property>
  906. <property name="minimumSize">
  907. <size>
  908. <width>150</width>
  909. <height>0</height>
  910. </size>
  911. </property>
  912. <property name="text">
  913. <string>P&amp;rogram Options...</string>
  914. </property>
  915. <property name="accel">
  916. <string>Alt+R</string>
  917. </property>
  918. </widget>
  919. </hbox>
  920. </widget>
  921. </vbox>
  922. </widget>
  923. <widget class="QWidget">
  924. <property name="name">
  925. <cstring>TabPage</cstring>
  926. </property>
  927. <attribute name="title">
  928. <string>&amp;Linking</string>
  929. </attribute>
  930. <vbox>
  931. <property name="name">
  932. <cstring>unnamed</cstring>
  933. </property>
  934. <widget class="QButtonGroup">
  935. <property name="name">
  936. <cstring>buttonGroup3</cstring>
  937. </property>
  938. <property name="title">
  939. <string>Optimi&amp;zation</string>
  940. </property>
  941. <vbox>
  942. <property name="name">
  943. <cstring>unnamed</cstring>
  944. </property>
  945. <widget class="QLayoutWidget">
  946. <property name="name">
  947. <cstring>layout14</cstring>
  948. </property>
  949. <hbox>
  950. <property name="name">
  951. <cstring>unnamed</cstring>
  952. </property>
  953. <widget class="QLayoutWidget">
  954. <property name="name">
  955. <cstring>layout12</cstring>
  956. </property>
  957. <vbox>
  958. <property name="name">
  959. <cstring>unnamed</cstring>
  960. </property>
  961. <widget class="QCheckBox">
  962. <property name="name">
  963. <cstring>NOPs</cstring>
  964. </property>
  965. <property name="sizePolicy">
  966. <sizepolicy>
  967. <hsizetype>1</hsizetype>
  968. <vsizetype>1</vsizetype>
  969. <horstretch>0</horstretch>
  970. <verstretch>0</verstretch>
  971. </sizepolicy>
  972. </property>
  973. <property name="text">
  974. <string>NOP&amp;s</string>
  975. </property>
  976. <property name="accel">
  977. <string>Alt+S</string>
  978. </property>
  979. </widget>
  980. <widget class="QCheckBox">
  981. <property name="name">
  982. <cstring>ReturnSequences</cstring>
  983. </property>
  984. <property name="sizePolicy">
  985. <sizepolicy>
  986. <hsizetype>1</hsizetype>
  987. <vsizetype>1</vsizetype>
  988. <horstretch>0</horstretch>
  989. <verstretch>0</verstretch>
  990. </sizepolicy>
  991. </property>
  992. <property name="text">
  993. <string>&amp;Return Sequences</string>
  994. </property>
  995. <property name="accel">
  996. <string>Alt+R</string>
  997. </property>
  998. </widget>
  999. <widget class="QCheckBox">
  1000. <property name="name">
  1001. <cstring>Branches</cstring>
  1002. </property>
  1003. <property name="sizePolicy">
  1004. <sizepolicy>
  1005. <hsizetype>1</hsizetype>
  1006. <vsizetype>1</vsizetype>
  1007. <horstretch>0</horstretch>
  1008. <verstretch>0</verstretch>
  1009. </sizepolicy>
  1010. </property>
  1011. <property name="text">
  1012. <string>&amp;Branches</string>
  1013. </property>
  1014. <property name="accel">
  1015. <string>Alt+B</string>
  1016. </property>
  1017. </widget>
  1018. </vbox>
  1019. </widget>
  1020. <widget class="QLayoutWidget">
  1021. <property name="name">
  1022. <cstring>layout13</cstring>
  1023. </property>
  1024. <vbox>
  1025. <property name="name">
  1026. <cstring>unnamed</cstring>
  1027. </property>
  1028. <widget class="QCheckBox">
  1029. <property name="name">
  1030. <cstring>MoveLoadPushInstructions</cstring>
  1031. </property>
  1032. <property name="sizePolicy">
  1033. <sizepolicy>
  1034. <hsizetype>1</hsizetype>
  1035. <vsizetype>1</vsizetype>
  1036. <horstretch>0</horstretch>
  1037. <verstretch>0</verstretch>
  1038. </sizepolicy>
  1039. </property>
  1040. <property name="text">
  1041. <string>Move/Load/Pus&amp;h Instructions</string>
  1042. </property>
  1043. <property name="accel">
  1044. <string>Alt+H</string>
  1045. </property>
  1046. </widget>
  1047. <widget class="QCheckBox">
  1048. <property name="name">
  1049. <cstring>TestCompareInstructions</cstring>
  1050. </property>
  1051. <property name="sizePolicy">
  1052. <sizepolicy>
  1053. <hsizetype>1</hsizetype>
  1054. <vsizetype>1</vsizetype>
  1055. <horstretch>0</horstretch>
  1056. <verstretch>0</verstretch>
  1057. </sizepolicy>
  1058. </property>
  1059. <property name="text">
  1060. <string>&amp;Test/Compare Instructions</string>
  1061. </property>
  1062. <property name="accel">
  1063. <string>Alt+T</string>
  1064. </property>
  1065. </widget>
  1066. <widget class="QCheckBox">
  1067. <property name="name">
  1068. <cstring>CalculationInstructions</cstring>
  1069. </property>
  1070. <property name="sizePolicy">
  1071. <sizepolicy>
  1072. <hsizetype>1</hsizetype>
  1073. <vsizetype>1</vsizetype>
  1074. <horstretch>0</horstretch>
  1075. <verstretch>0</verstretch>
  1076. </sizepolicy>
  1077. </property>
  1078. <property name="text">
  1079. <string>C&amp;alculation Instructions</string>
  1080. </property>
  1081. <property name="accel">
  1082. <string>Alt+A</string>
  1083. </property>
  1084. </widget>
  1085. </vbox>
  1086. </widget>
  1087. </hbox>
  1088. </widget>
  1089. <widget class="QLayoutWidget">
  1090. <property name="name">
  1091. <cstring>layout18</cstring>
  1092. </property>
  1093. <hbox>
  1094. <property name="name">
  1095. <cstring>unnamed</cstring>
  1096. </property>
  1097. <spacer>
  1098. <property name="name">
  1099. <cstring>spacer10_3</cstring>
  1100. </property>
  1101. <property name="orientation">
  1102. <enum>Horizontal</enum>
  1103. </property>
  1104. <property name="sizeType">
  1105. <enum>Preferred</enum>
  1106. </property>
  1107. <property name="sizeHint">
  1108. <size>
  1109. <width>10</width>
  1110. <height>20</height>
  1111. </size>
  1112. </property>
  1113. </spacer>
  1114. <widget class="QLayoutWidget">
  1115. <property name="name">
  1116. <cstring>layout16</cstring>
  1117. </property>
  1118. <vbox>
  1119. <property name="name">
  1120. <cstring>unnamed</cstring>
  1121. </property>
  1122. <widget class="QCheckBox">
  1123. <property name="name">
  1124. <cstring>RemoveUnusedSections</cstring>
  1125. </property>
  1126. <property name="enabled">
  1127. <bool>true</bool>
  1128. </property>
  1129. <property name="sizePolicy">
  1130. <sizepolicy>
  1131. <hsizetype>1</hsizetype>
  1132. <vsizetype>1</vsizetype>
  1133. <horstretch>0</horstretch>
  1134. <verstretch>0</verstretch>
  1135. </sizepolicy>
  1136. </property>
  1137. <property name="text">
  1138. <string>Remove &amp;unused sections</string>
  1139. </property>
  1140. <property name="accel">
  1141. <string>Alt+U</string>
  1142. </property>
  1143. </widget>
  1144. <widget class="QCheckBox">
  1145. <property name="name">
  1146. <cstring>ReorderSections</cstring>
  1147. </property>
  1148. <property name="sizePolicy">
  1149. <sizepolicy>
  1150. <hsizetype>1</hsizetype>
  1151. <vsizetype>1</vsizetype>
  1152. <horstretch>0</horstretch>
  1153. <verstretch>0</verstretch>
  1154. </sizepolicy>
  1155. </property>
  1156. <property name="text">
  1157. <string>R&amp;eorder sections</string>
  1158. </property>
  1159. <property name="accel">
  1160. <string>Alt+E</string>
  1161. </property>
  1162. </widget>
  1163. </vbox>
  1164. </widget>
  1165. <spacer>
  1166. <property name="name">
  1167. <cstring>spacer15_2</cstring>
  1168. </property>
  1169. <property name="orientation">
  1170. <enum>Horizontal</enum>
  1171. </property>
  1172. <property name="sizeType">
  1173. <enum>Preferred</enum>
  1174. </property>
  1175. <property name="sizeHint">
  1176. <size>
  1177. <width>10</width>
  1178. <height>20</height>
  1179. </size>
  1180. </property>
  1181. </spacer>
  1182. <widget class="QLayoutWidget">
  1183. <property name="name">
  1184. <cstring>layout17</cstring>
  1185. </property>
  1186. <vbox>
  1187. <property name="name">
  1188. <cstring>unnamed</cstring>
  1189. </property>
  1190. <widget class="QCheckBox">
  1191. <property name="name">
  1192. <cstring>CutUnusedRanges</cstring>
  1193. </property>
  1194. <property name="sizePolicy">
  1195. <sizepolicy>
  1196. <hsizetype>1</hsizetype>
  1197. <vsizetype>1</vsizetype>
  1198. <horstretch>0</horstretch>
  1199. <verstretch>0</verstretch>
  1200. </sizepolicy>
  1201. </property>
  1202. <property name="text">
  1203. <string>Cut unuse&amp;d ranges</string>
  1204. </property>
  1205. <property name="accel">
  1206. <string>Alt+D</string>
  1207. </property>
  1208. </widget>
  1209. <widget class="QCheckBox">
  1210. <property name="name">
  1211. <cstring>MergeConstants</cstring>
  1212. </property>
  1213. <property name="sizePolicy">
  1214. <sizepolicy>
  1215. <hsizetype>1</hsizetype>
  1216. <vsizetype>1</vsizetype>
  1217. <horstretch>0</horstretch>
  1218. <verstretch>0</verstretch>
  1219. </sizepolicy>
  1220. </property>
  1221. <property name="text">
  1222. <string>Mer&amp;ge Constants</string>
  1223. </property>
  1224. <property name="accel">
  1225. <string>Alt+G</string>
  1226. </property>
  1227. </widget>
  1228. </vbox>
  1229. </widget>
  1230. <spacer>
  1231. <property name="name">
  1232. <cstring>spacer11_2</cstring>
  1233. </property>
  1234. <property name="orientation">
  1235. <enum>Horizontal</enum>
  1236. </property>
  1237. <property name="sizeType">
  1238. <enum>Preferred</enum>
  1239. </property>
  1240. <property name="sizeHint">
  1241. <size>
  1242. <width>10</width>
  1243. <height>20</height>
  1244. </size>
  1245. </property>
  1246. </spacer>
  1247. </hbox>
  1248. </widget>
  1249. </vbox>
  1250. </widget>
  1251. <widget class="QCheckBox">
  1252. <property name="name">
  1253. <cstring>LinkAgainstStandardLibrary</cstring>
  1254. </property>
  1255. <property name="sizePolicy">
  1256. <sizepolicy>
  1257. <hsizetype>5</hsizetype>
  1258. <vsizetype>1</vsizetype>
  1259. <horstretch>0</horstretch>
  1260. <verstretch>0</verstretch>
  1261. </sizepolicy>
  1262. </property>
  1263. <property name="text">
  1264. <string>Lin&amp;k against standard library (tigcc.a)</string>
  1265. </property>
  1266. <property name="accel">
  1267. <string>Alt+K</string>
  1268. </property>
  1269. </widget>
  1270. <widget class="QCheckBox">
  1271. <property name="name">
  1272. <cstring>InitializeBSSSection</cstring>
  1273. </property>
  1274. <property name="sizePolicy">
  1275. <sizepolicy>
  1276. <hsizetype>5</hsizetype>
  1277. <vsizetype>1</vsizetype>
  1278. <horstretch>0</horstretch>
  1279. <verstretch>0</verstretch>
  1280. </sizepolicy>
  1281. </property>
  1282. <property name="text">
  1283. <string>&amp;Initialize BSS section</string>
  1284. </property>
  1285. <property name="accel">
  1286. <string>Alt+I</string>
  1287. </property>
  1288. </widget>
  1289. <widget class="QCheckBox">
  1290. <property name="name">
  1291. <cstring>OutputVariableImageWithoutWrapper</cstring>
  1292. </property>
  1293. <property name="sizePolicy">
  1294. <sizepolicy>
  1295. <hsizetype>5</hsizetype>
  1296. <vsizetype>1</vsizetype>
  1297. <horstretch>0</horstretch>
  1298. <verstretch>0</verstretch>
  1299. </sizepolicy>
  1300. </property>
  1301. <property name="text">
  1302. <string>Output &amp;variable image without wrapper (binary mode)</string>
  1303. </property>
  1304. <property name="accel">
  1305. <string>Alt+V</string>
  1306. </property>
  1307. </widget>
  1308. <spacer>
  1309. <property name="name">
  1310. <cstring>spacer15</cstring>
  1311. </property>
  1312. <property name="orientation">
  1313. <enum>Vertical</enum>
  1314. </property>
  1315. <property name="sizeType">
  1316. <enum>Expanding</enum>
  1317. </property>
  1318. <property name="sizeHint">
  1319. <size>
  1320. <width>20</width>
  1321. <height>30</height>
  1322. </size>
  1323. </property>
  1324. </spacer>
  1325. </vbox>
  1326. </widget>
  1327. <widget class="QWidget">
  1328. <property name="name">
  1329. <cstring>TabPage</cstring>
  1330. </property>
  1331. <attribute name="title">
  1332. <string>&amp;Post-Build</string>
  1333. </attribute>
  1334. <vbox>
  1335. <property name="name">
  1336. <cstring>unnamed</cstring>
  1337. </property>
  1338. <widget class="QButtonGroup">
  1339. <property name="name">
  1340. <cstring>buttonGroup4</cstring>
  1341. </property>
  1342. <property name="title">
  1343. <string>Po&amp;st-Build Processing</string>
  1344. </property>
  1345. <vbox>
  1346. <property name="name">
  1347. <cstring>unnamed</cstring>
  1348. </property>
  1349. <widget class="QLayoutWidget">
  1350. <property name="name">
  1351. <cstring>layout24</cstring>
  1352. </property>
  1353. <hbox>
  1354. <property name="name">
  1355. <cstring>unnamed</cstring>
  1356. </property>
  1357. <widget class="QLabel">
  1358. <property name="name">
  1359. <cstring>LCallAfterBuilding</cstring>
  1360. </property>
  1361. <property name="sizePolicy">
  1362. <sizepolicy>
  1363. <hsizetype>1</hsizetype>
  1364. <vsizetype>1</vsizetype>
  1365. <horstretch>0</horstretch>
  1366. <verstretch>0</verstretch>
  1367. </sizepolicy>
  1368. </property>
  1369. <property name="text">
  1370. <string>Call &lt;u&gt;a&lt;/u&gt;fter building:</string>
  1371. </property>
  1372. <property name="alignment">
  1373. <set>AlignVCenter</set>
  1374. </property>
  1375. </widget>
  1376. <spacer>
  1377. <property name="name">
  1378. <cstring>spacer16</cstring>
  1379. </property>
  1380. <property name="orientation">
  1381. <enum>Horizontal</enum>
  1382. </property>
  1383. <property name="sizeType">
  1384. <enum>Expanding</enum>
  1385. </property>
  1386. <property name="sizeHint">
  1387. <size>
  1388. <width>121</width>
  1389. <height>20</height>
  1390. </size>
  1391. </property>
  1392. </spacer>
  1393. <widget class="QPushButton">
  1394. <property name="name">
  1395. <cstring>Browse</cstring>
  1396. </property>
  1397. <property name="text">
  1398. <string>&amp;Browse...</string>
  1399. </property>
  1400. <property name="accel">
  1401. <string>Alt+B</string>
  1402. </property>
  1403. </widget>
  1404. </hbox>
  1405. </widget>
  1406. <widget class="QLineEdit">
  1407. <property name="name">
  1408. <cstring>CallAfterBuilding</cstring>
  1409. </property>
  1410. </widget>
  1411. </vbox>
  1412. </widget>
  1413. <widget class="QButtonGroup">
  1414. <property name="name">
  1415. <cstring>buttonGroup5</cstring>
  1416. </property>
  1417. <property name="title">
  1418. <string>&amp;Execution</string>
  1419. </property>
  1420. <hbox>
  1421. <property name="name">
  1422. <cstring>unnamed</cstring>
  1423. </property>
  1424. <widget class="QLabel">
  1425. <property name="name">
  1426. <cstring>LParameters</cstring>
  1427. </property>
  1428. <property name="sizePolicy">
  1429. <sizepolicy>
  1430. <hsizetype>1</hsizetype>
  1431. <vsizetype>1</vsizetype>
  1432. <horstretch>0</horstretch>
  1433. <verstretch>0</verstretch>
  1434. </sizepolicy>
  1435. </property>
  1436. <property name="text">
  1437. <string>Pa&lt;u&gt;r&lt;/u&gt;ameters:</string>
  1438. </property>
  1439. </widget>
  1440. <widget class="QLineEdit">
  1441. <property name="name">
  1442. <cstring>Parameters</cstring>
  1443. </property>
  1444. </widget>
  1445. </hbox>
  1446. </widget>
  1447. <spacer>
  1448. <property name="name">
  1449. <cstring>spacer17</cstring>
  1450. </property>
  1451. <property name="orientation">
  1452. <enum>Vertical</enum>
  1453. </property>
  1454. <property name="sizeType">
  1455. <enum>Expanding</enum>
  1456. </property>
  1457. <property name="sizeHint">
  1458. <size>
  1459. <width>41</width>
  1460. <height>40</height>
  1461. </size>
  1462. </property>
  1463. </spacer>
  1464. </vbox>
  1465. </widget>
  1466. </widget>
  1467. <widget class="QLayoutWidget">
  1468. <property name="name">
  1469. <cstring>layout11</cstring>
  1470. </property>
  1471. <hbox>
  1472. <property name="name">
  1473. <cstring>unnamed</cstring>
  1474. </property>
  1475. <spacer>
  1476. <property name="name">
  1477. <cstring>spacer7</cstring>
  1478. </property>
  1479. <property name="orientation">
  1480. <enum>Horizontal</enum>
  1481. </property>
  1482. <property name="sizeType">
  1483. <enum>Expanding</enum>
  1484. </property>
  1485. <property name="sizeHint">
  1486. <size>
  1487. <width>240</width>
  1488. <height>30</height>
  1489. </size>
  1490. </property>
  1491. </spacer>
  1492. <widget class="QPushButton">
  1493. <property name="name">
  1494. <cstring>buttonOk</cstring>
  1495. </property>
  1496. <property name="sizePolicy">
  1497. <sizepolicy>
  1498. <hsizetype>5</hsizetype>
  1499. <vsizetype>4</vsizetype>
  1500. <horstretch>0</horstretch>
  1501. <verstretch>0</verstretch>
  1502. </sizepolicy>
  1503. </property>
  1504. <property name="minimumSize">
  1505. <size>
  1506. <width>100</width>
  1507. <height>0</height>
  1508. </size>
  1509. </property>
  1510. <property name="text">
  1511. <string>&amp;OK</string>
  1512. </property>
  1513. <property name="accel">
  1514. <string>Alt+O</string>
  1515. </property>
  1516. <property name="autoRepeat">
  1517. <bool>false</bool>
  1518. </property>
  1519. <property name="autoDefault">
  1520. <bool>true</bool>
  1521. </property>
  1522. <property name="default">
  1523. <bool>true</bool>
  1524. </property>
  1525. </widget>
  1526. <widget class="QPushButton">
  1527. <property name="name">
  1528. <cstring>buttonCancel</cstring>
  1529. </property>
  1530. <property name="sizePolicy">
  1531. <sizepolicy>
  1532. <hsizetype>5</hsizetype>
  1533. <vsizetype>5</vsizetype>
  1534. <horstretch>0</horstretch>
  1535. <verstretch>0</verstretch>
  1536. </sizepolicy>
  1537. </property>
  1538. <property name="minimumSize">
  1539. <size>
  1540. <width>100</width>
  1541. <height>0</height>
  1542. </size>
  1543. </property>
  1544. <property name="text">
  1545. <string>&amp;Cancel</string>
  1546. </property>
  1547. <property name="accel">
  1548. <string>Alt+C</string>
  1549. </property>
  1550. <property name="autoDefault">
  1551. <bool>true</bool>
  1552. </property>
  1553. </widget>
  1554. </hbox>
  1555. </widget>
  1556. </vbox>
  1557. </widget>
  1558. <connections>
  1559. <connection>
  1560. <sender>buttonCancel</sender>
  1561. <signal>clicked()</signal>
  1562. <receiver>ProjectOptions</receiver>
  1563. <slot>reject()</slot>
  1564. </connection>
  1565. <connection>
  1566. <sender>buttonOk</sender>
  1567. <signal>clicked()</signal>
  1568. <receiver>ProjectOptions</receiver>
  1569. <slot>accept()</slot>
  1570. </connection>
  1571. <connection>
  1572. <sender>RegularProgram</sender>
  1573. <signal>toggled(bool)</signal>
  1574. <receiver>ProjectOptions</receiver>
  1575. <slot>RegularProgramToggle()</slot>
  1576. </connection>
  1577. <connection>
  1578. <sender>ExternalDataVariable</sender>
  1579. <signal>toggled(bool)</signal>
  1580. <receiver>ProjectOptions</receiver>
  1581. <slot>ExternalDataVariableToggle()</slot>
  1582. </connection>
  1583. <connection>
  1584. <sender>CompressProgram</sender>
  1585. <signal>toggled(bool)</signal>
  1586. <receiver>ProjectOptions</receiver>
  1587. <slot>CompressProgramToggle()</slot>
  1588. </connection>
  1589. <connection>
  1590. <sender>OncalcVariableName_1</sender>
  1591. <signal>textChanged(const QString&amp;)</signal>
  1592. <receiver>ProjectOptions</receiver>
  1593. <slot>CheckOncalcNames()</slot>
  1594. </connection>
  1595. <connection>
  1596. <sender>OncalcVariableName_2</sender>
  1597. <signal>textChanged(const QString&amp;)</signal>
  1598. <receiver>ProjectOptions</receiver>
  1599. <slot>CheckOncalcNames()</slot>
  1600. </connection>
  1601. <connection>
  1602. <sender>FunctionArchive</sender>
  1603. <signal>toggled(bool)</signal>
  1604. <receiver>ProjectOptions</receiver>
  1605. <slot>UpdateVisibilities()</slot>
  1606. </connection>
  1607. <connection>
  1608. <sender>PO_TabWidget</sender>
  1609. <signal>currentChanged(QWidget*)</signal>
  1610. <receiver>ProjectOptions</receiver>
  1611. <slot>UpdateVisibilities()</slot>
  1612. </connection>
  1613. <connection>
  1614. <sender>ProgramOptionsButton</sender>
  1615. <signal>clicked()</signal>
  1616. <receiver>ProjectOptions</receiver>
  1617. <slot>ProgramOptionsFunc()</slot>
  1618. </connection>
  1619. </connections>
  1620. <includes>
  1621. <include location="local" impldecl="in implementation">projectoptions.ui.h</include>
  1622. </includes>
  1623. <slots>
  1624. <slot>RegularProgramToggle()</slot>
  1625. <slot>ExternalDataVariableToggle()</slot>
  1626. <slot>CompressProgramToggle()</slot>
  1627. <slot>CheckOncalcNames()</slot>
  1628. <slot>UpdateVisibilities()</slot>
  1629. <slot>ProgramOptionsFunc()</slot>
  1630. </slots>
  1631. <functions>
  1632. <function access="private" specifier="non virtual">init()</function>
  1633. <function access="private" specifier="non virtual">destroy()</function>
  1634. <function access="private" specifier="non virtual">ImportSettings( void )</function>
  1635. <function access="private" specifier="non virtual">ExportSettings( void )</function>
  1636. </functions>
  1637. <pixmapinproject/>
  1638. <layoutdefaults spacing="6" margin="11"/>
  1639. </UI>