projectoptions.ui 91 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677
  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>465</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. <widget class="QWidget">
  41. <property name="name">
  42. <cstring>Widget8</cstring>
  43. </property>
  44. <attribute name="title">
  45. <string>Ge&amp;neral</string>
  46. </attribute>
  47. <hbox>
  48. <property name="name">
  49. <cstring>unnamed</cstring>
  50. </property>
  51. <widget class="QButtonGroup">
  52. <property name="name">
  53. <cstring>buttonGroup1</cstring>
  54. </property>
  55. <property name="sizePolicy">
  56. <sizepolicy>
  57. <hsizetype>7</hsizetype>
  58. <vsizetype>7</vsizetype>
  59. <horstretch>0</horstretch>
  60. <verstretch>0</verstretch>
  61. </sizepolicy>
  62. </property>
  63. <property name="title">
  64. <string>&amp;Target</string>
  65. </property>
  66. <vbox>
  67. <property name="name">
  68. <cstring>unnamed</cstring>
  69. </property>
  70. <widget class="QRadioButton">
  71. <property name="name">
  72. <cstring>RegularProgram</cstring>
  73. </property>
  74. <property name="sizePolicy">
  75. <sizepolicy>
  76. <hsizetype>5</hsizetype>
  77. <vsizetype>1</vsizetype>
  78. <horstretch>0</horstretch>
  79. <verstretch>0</verstretch>
  80. </sizepolicy>
  81. </property>
  82. <property name="minimumSize">
  83. <size>
  84. <width>0</width>
  85. <height>0</height>
  86. </size>
  87. </property>
  88. <property name="maximumSize">
  89. <size>
  90. <width>32767</width>
  91. <height>32767</height>
  92. </size>
  93. </property>
  94. <property name="text">
  95. <string>&amp;Regular Program (*.??z)</string>
  96. </property>
  97. <property name="accel">
  98. <string>Alt+R</string>
  99. </property>
  100. <property name="checked">
  101. <bool>true</bool>
  102. </property>
  103. </widget>
  104. <widget class="QLayoutWidget">
  105. <property name="name">
  106. <cstring>layout12</cstring>
  107. </property>
  108. <hbox>
  109. <property name="name">
  110. <cstring>unnamed</cstring>
  111. </property>
  112. <spacer>
  113. <property name="name">
  114. <cstring>spacer10</cstring>
  115. </property>
  116. <property name="orientation">
  117. <enum>Horizontal</enum>
  118. </property>
  119. <property name="sizeType">
  120. <enum>Fixed</enum>
  121. </property>
  122. <property name="sizeHint">
  123. <size>
  124. <width>20</width>
  125. <height>15</height>
  126. </size>
  127. </property>
  128. </spacer>
  129. <widget class="QCheckBox">
  130. <property name="name">
  131. <cstring>ExternalDataVariable</cstring>
  132. </property>
  133. <property name="sizePolicy">
  134. <sizepolicy>
  135. <hsizetype>5</hsizetype>
  136. <vsizetype>1</vsizetype>
  137. <horstretch>0</horstretch>
  138. <verstretch>0</verstretch>
  139. </sizepolicy>
  140. </property>
  141. <property name="minimumSize">
  142. <size>
  143. <width>0</width>
  144. <height>0</height>
  145. </size>
  146. </property>
  147. <property name="maximumSize">
  148. <size>
  149. <width>32767</width>
  150. <height>32767</height>
  151. </size>
  152. </property>
  153. <property name="text">
  154. <string>External &amp;data variable (*-data.??y)</string>
  155. </property>
  156. <property name="accel">
  157. <string>Alt+D</string>
  158. </property>
  159. </widget>
  160. </hbox>
  161. </widget>
  162. <widget class="QLayoutWidget">
  163. <property name="name">
  164. <cstring>layout13</cstring>
  165. </property>
  166. <hbox>
  167. <property name="name">
  168. <cstring>unnamed</cstring>
  169. </property>
  170. <spacer>
  171. <property name="name">
  172. <cstring>spacer9</cstring>
  173. </property>
  174. <property name="orientation">
  175. <enum>Horizontal</enum>
  176. </property>
  177. <property name="sizeType">
  178. <enum>Fixed</enum>
  179. </property>
  180. <property name="sizeHint">
  181. <size>
  182. <width>40</width>
  183. <height>15</height>
  184. </size>
  185. </property>
  186. </spacer>
  187. <widget class="QLabel">
  188. <property name="name">
  189. <cstring>LOncalcVariableName_1</cstring>
  190. </property>
  191. <property name="enabled">
  192. <bool>false</bool>
  193. </property>
  194. <property name="sizePolicy">
  195. <sizepolicy>
  196. <hsizetype>5</hsizetype>
  197. <vsizetype>1</vsizetype>
  198. <horstretch>0</horstretch>
  199. <verstretch>0</verstretch>
  200. </sizepolicy>
  201. </property>
  202. <property name="minimumSize">
  203. <size>
  204. <width>0</width>
  205. <height>0</height>
  206. </size>
  207. </property>
  208. <property name="maximumSize">
  209. <size>
  210. <width>32767</width>
  211. <height>32767</height>
  212. </size>
  213. </property>
  214. <property name="text">
  215. <string>On-calc &amp;variable name:</string>
  216. </property>
  217. <property name="alignment">
  218. <set>AlignVCenter</set>
  219. </property>
  220. <property name="buddy" stdset="0">
  221. <cstring>OncalcVariableName_1</cstring>
  222. </property>
  223. </widget>
  224. <widget class="KLineEdit">
  225. <property name="name">
  226. <cstring>OncalcVariableName_1</cstring>
  227. </property>
  228. <property name="enabled">
  229. <bool>false</bool>
  230. </property>
  231. <property name="sizePolicy">
  232. <sizepolicy>
  233. <hsizetype>7</hsizetype>
  234. <vsizetype>1</vsizetype>
  235. <horstretch>0</horstretch>
  236. <verstretch>0</verstretch>
  237. </sizepolicy>
  238. </property>
  239. <property name="minimumSize">
  240. <size>
  241. <width>0</width>
  242. <height>0</height>
  243. </size>
  244. </property>
  245. <property name="maximumSize">
  246. <size>
  247. <width>32767</width>
  248. <height>32767</height>
  249. </size>
  250. </property>
  251. <property name="maxLength">
  252. <number>8</number>
  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&amp;iable name:</string>
  574. </property>
  575. <property name="alignment">
  576. <set>AlignVCenter</set>
  577. </property>
  578. <property name="buddy" stdset="0">
  579. <cstring>OncalcVariableName_2</cstring>
  580. </property>
  581. </widget>
  582. <widget class="KLineEdit">
  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. <property name="maxLength">
  610. <number>8</number>
  611. </property>
  612. </widget>
  613. </hbox>
  614. </widget>
  615. <widget class="QRadioButton">
  616. <property name="name">
  617. <cstring>FlashOperatingSystem</cstring>
  618. </property>
  619. <property name="sizePolicy">
  620. <sizepolicy>
  621. <hsizetype>5</hsizetype>
  622. <vsizetype>1</vsizetype>
  623. <horstretch>0</horstretch>
  624. <verstretch>0</verstretch>
  625. </sizepolicy>
  626. </property>
  627. <property name="minimumSize">
  628. <size>
  629. <width>0</width>
  630. <height>0</height>
  631. </size>
  632. </property>
  633. <property name="maximumSize">
  634. <size>
  635. <width>32767</width>
  636. <height>32767</height>
  637. </size>
  638. </property>
  639. <property name="text">
  640. <string>Flash Operating S&amp;ystem (experimental)</string>
  641. </property>
  642. <property name="accel">
  643. <string>Alt+Y</string>
  644. </property>
  645. </widget>
  646. <widget class="QRadioButton">
  647. <property name="name">
  648. <cstring>FargoProgram</cstring>
  649. </property>
  650. <property name="sizePolicy">
  651. <sizepolicy>
  652. <hsizetype>5</hsizetype>
  653. <vsizetype>1</vsizetype>
  654. <horstretch>0</horstretch>
  655. <verstretch>0</verstretch>
  656. </sizepolicy>
  657. </property>
  658. <property name="minimumSize">
  659. <size>
  660. <width>0</width>
  661. <height>0</height>
  662. </size>
  663. </property>
  664. <property name="maximumSize">
  665. <size>
  666. <width>32767</width>
  667. <height>32767</height>
  668. </size>
  669. </property>
  670. <property name="text">
  671. <string>Far&amp;go Program (*.92p) (experimental)</string>
  672. </property>
  673. <property name="accel">
  674. <string>Alt+G</string>
  675. </property>
  676. <property name="checked">
  677. <bool>false</bool>
  678. </property>
  679. </widget>
  680. <widget class="QRadioButton">
  681. <property name="name">
  682. <cstring>FunctionArchive</cstring>
  683. </property>
  684. <property name="sizePolicy">
  685. <sizepolicy>
  686. <hsizetype>5</hsizetype>
  687. <vsizetype>1</vsizetype>
  688. <horstretch>0</horstretch>
  689. <verstretch>0</verstretch>
  690. </sizepolicy>
  691. </property>
  692. <property name="minimumSize">
  693. <size>
  694. <width>0</width>
  695. <height>0</height>
  696. </size>
  697. </property>
  698. <property name="maximumSize">
  699. <size>
  700. <width>32767</width>
  701. <height>32767</height>
  702. </size>
  703. </property>
  704. <property name="text">
  705. <string>&amp;Function Archive (*.a)</string>
  706. </property>
  707. <property name="accel">
  708. <string>Alt+F</string>
  709. </property>
  710. <property name="buttonGroupId">
  711. <number>1</number>
  712. </property>
  713. </widget>
  714. </vbox>
  715. </widget>
  716. </hbox>
  717. </widget>
  718. <widget class="QWidget">
  719. <property name="name">
  720. <cstring>Widget9</cstring>
  721. </property>
  722. <attribute name="title">
  723. <string>Co&amp;mpilation</string>
  724. </attribute>
  725. <vbox>
  726. <property name="name">
  727. <cstring>unnamed</cstring>
  728. </property>
  729. <widget class="QButtonGroup">
  730. <property name="name">
  731. <cstring>buttonGroup2</cstring>
  732. </property>
  733. <property name="title">
  734. <string>S&amp;witches</string>
  735. </property>
  736. <vbox>
  737. <property name="name">
  738. <cstring>unnamed</cstring>
  739. </property>
  740. <widget class="QLayoutWidget">
  741. <property name="name">
  742. <cstring>layout10</cstring>
  743. </property>
  744. <hbox>
  745. <property name="name">
  746. <cstring>unnamed</cstring>
  747. </property>
  748. <widget class="QLabel">
  749. <property name="name">
  750. <cstring>LGCCSwitches</cstring>
  751. </property>
  752. <property name="sizePolicy">
  753. <sizepolicy>
  754. <hsizetype>5</hsizetype>
  755. <vsizetype>1</vsizetype>
  756. <horstretch>0</horstretch>
  757. <verstretch>0</verstretch>
  758. </sizepolicy>
  759. </property>
  760. <property name="text">
  761. <string>&amp;GCC Switches:</string>
  762. </property>
  763. <property name="alignment">
  764. <set>AlignVCenter</set>
  765. </property>
  766. <property name="buddy" stdset="0">
  767. <cstring>GCCSwitches</cstring>
  768. </property>
  769. </widget>
  770. <widget class="KLineEdit">
  771. <property name="name">
  772. <cstring>GCCSwitches</cstring>
  773. </property>
  774. <property name="sizePolicy">
  775. <sizepolicy>
  776. <hsizetype>7</hsizetype>
  777. <vsizetype>1</vsizetype>
  778. <horstretch>0</horstretch>
  779. <verstretch>0</verstretch>
  780. </sizepolicy>
  781. </property>
  782. </widget>
  783. </hbox>
  784. </widget>
  785. <widget class="QLayoutWidget">
  786. <property name="name">
  787. <cstring>layout11</cstring>
  788. </property>
  789. <hbox>
  790. <property name="name">
  791. <cstring>unnamed</cstring>
  792. </property>
  793. <widget class="QLabel">
  794. <property name="name">
  795. <cstring>LAsSwitches</cstring>
  796. </property>
  797. <property name="text">
  798. <string>A&amp;s Switches:</string>
  799. </property>
  800. <property name="alignment">
  801. <set>AlignVCenter</set>
  802. </property>
  803. <property name="buddy" stdset="0">
  804. <cstring>AsSwitches</cstring>
  805. </property>
  806. </widget>
  807. <widget class="KLineEdit">
  808. <property name="name">
  809. <cstring>AsSwitches</cstring>
  810. </property>
  811. <property name="sizePolicy">
  812. <sizepolicy>
  813. <hsizetype>7</hsizetype>
  814. <vsizetype>1</vsizetype>
  815. <horstretch>0</horstretch>
  816. <verstretch>0</verstretch>
  817. </sizepolicy>
  818. </property>
  819. </widget>
  820. </hbox>
  821. </widget>
  822. <widget class="QLayoutWidget">
  823. <property name="name">
  824. <cstring>layout12</cstring>
  825. </property>
  826. <hbox>
  827. <property name="name">
  828. <cstring>unnamed</cstring>
  829. </property>
  830. <widget class="QLabel">
  831. <property name="name">
  832. <cstring>LA68kSwitches</cstring>
  833. </property>
  834. <property name="text">
  835. <string>&amp;A68k Switches:</string>
  836. </property>
  837. <property name="alignment">
  838. <set>AlignVCenter</set>
  839. </property>
  840. <property name="buddy" stdset="0">
  841. <cstring>A68kSwitches</cstring>
  842. </property>
  843. </widget>
  844. <widget class="KLineEdit">
  845. <property name="name">
  846. <cstring>A68kSwitches</cstring>
  847. </property>
  848. <property name="sizePolicy">
  849. <sizepolicy>
  850. <hsizetype>7</hsizetype>
  851. <vsizetype>1</vsizetype>
  852. <horstretch>0</horstretch>
  853. <verstretch>0</verstretch>
  854. </sizepolicy>
  855. </property>
  856. </widget>
  857. </hbox>
  858. </widget>
  859. </vbox>
  860. </widget>
  861. <spacer>
  862. <property name="name">
  863. <cstring>spacer10_2</cstring>
  864. </property>
  865. <property name="orientation">
  866. <enum>Vertical</enum>
  867. </property>
  868. <property name="sizeType">
  869. <enum>Expanding</enum>
  870. </property>
  871. <property name="sizeHint">
  872. <size>
  873. <width>51</width>
  874. <height>121</height>
  875. </size>
  876. </property>
  877. </spacer>
  878. <widget class="QCheckBox">
  879. <property name="name">
  880. <cstring>GenerateDebugInformation</cstring>
  881. </property>
  882. <property name="text">
  883. <string>Generate &amp;debug information</string>
  884. </property>
  885. <property name="accel">
  886. <string>Alt+D</string>
  887. </property>
  888. </widget>
  889. <widget class="QLayoutWidget">
  890. <property name="name">
  891. <cstring>layout13</cstring>
  892. </property>
  893. <hbox>
  894. <property name="name">
  895. <cstring>unnamed</cstring>
  896. </property>
  897. <spacer>
  898. <property name="name">
  899. <cstring>spacer8_3</cstring>
  900. </property>
  901. <property name="orientation">
  902. <enum>Horizontal</enum>
  903. </property>
  904. <property name="sizeType">
  905. <enum>Expanding</enum>
  906. </property>
  907. <property name="sizeHint">
  908. <size>
  909. <width>291</width>
  910. <height>30</height>
  911. </size>
  912. </property>
  913. </spacer>
  914. <widget class="KPushButton">
  915. <property name="name">
  916. <cstring>ProgramOptionsButton</cstring>
  917. </property>
  918. <property name="minimumSize">
  919. <size>
  920. <width>150</width>
  921. <height>0</height>
  922. </size>
  923. </property>
  924. <property name="text">
  925. <string>P&amp;rogram Options...</string>
  926. </property>
  927. <property name="accel">
  928. <string>Alt+R</string>
  929. </property>
  930. </widget>
  931. </hbox>
  932. </widget>
  933. </vbox>
  934. </widget>
  935. <widget class="QWidget">
  936. <property name="name">
  937. <cstring>TabPage</cstring>
  938. </property>
  939. <attribute name="title">
  940. <string>&amp;Linking</string>
  941. </attribute>
  942. <vbox>
  943. <property name="name">
  944. <cstring>unnamed</cstring>
  945. </property>
  946. <widget class="QButtonGroup">
  947. <property name="name">
  948. <cstring>buttonGroup3</cstring>
  949. </property>
  950. <property name="title">
  951. <string>Optimi&amp;zation</string>
  952. </property>
  953. <vbox>
  954. <property name="name">
  955. <cstring>unnamed</cstring>
  956. </property>
  957. <widget class="QLayoutWidget">
  958. <property name="name">
  959. <cstring>layout14</cstring>
  960. </property>
  961. <hbox>
  962. <property name="name">
  963. <cstring>unnamed</cstring>
  964. </property>
  965. <widget class="QLayoutWidget">
  966. <property name="name">
  967. <cstring>layout12</cstring>
  968. </property>
  969. <vbox>
  970. <property name="name">
  971. <cstring>unnamed</cstring>
  972. </property>
  973. <widget class="QCheckBox">
  974. <property name="name">
  975. <cstring>NOPs</cstring>
  976. </property>
  977. <property name="sizePolicy">
  978. <sizepolicy>
  979. <hsizetype>1</hsizetype>
  980. <vsizetype>1</vsizetype>
  981. <horstretch>0</horstretch>
  982. <verstretch>0</verstretch>
  983. </sizepolicy>
  984. </property>
  985. <property name="text">
  986. <string>NOP&amp;s</string>
  987. </property>
  988. <property name="accel">
  989. <string>Alt+S</string>
  990. </property>
  991. </widget>
  992. <widget class="QCheckBox">
  993. <property name="name">
  994. <cstring>ReturnSequences</cstring>
  995. </property>
  996. <property name="sizePolicy">
  997. <sizepolicy>
  998. <hsizetype>1</hsizetype>
  999. <vsizetype>1</vsizetype>
  1000. <horstretch>0</horstretch>
  1001. <verstretch>0</verstretch>
  1002. </sizepolicy>
  1003. </property>
  1004. <property name="text">
  1005. <string>&amp;Return Sequences</string>
  1006. </property>
  1007. <property name="accel">
  1008. <string>Alt+R</string>
  1009. </property>
  1010. </widget>
  1011. <widget class="QCheckBox">
  1012. <property name="name">
  1013. <cstring>Branches</cstring>
  1014. </property>
  1015. <property name="sizePolicy">
  1016. <sizepolicy>
  1017. <hsizetype>1</hsizetype>
  1018. <vsizetype>1</vsizetype>
  1019. <horstretch>0</horstretch>
  1020. <verstretch>0</verstretch>
  1021. </sizepolicy>
  1022. </property>
  1023. <property name="text">
  1024. <string>&amp;Branches</string>
  1025. </property>
  1026. <property name="accel">
  1027. <string>Alt+B</string>
  1028. </property>
  1029. </widget>
  1030. </vbox>
  1031. </widget>
  1032. <widget class="QLayoutWidget">
  1033. <property name="name">
  1034. <cstring>layout13</cstring>
  1035. </property>
  1036. <vbox>
  1037. <property name="name">
  1038. <cstring>unnamed</cstring>
  1039. </property>
  1040. <widget class="QCheckBox">
  1041. <property name="name">
  1042. <cstring>MoveLoadPushInstructions</cstring>
  1043. </property>
  1044. <property name="sizePolicy">
  1045. <sizepolicy>
  1046. <hsizetype>1</hsizetype>
  1047. <vsizetype>1</vsizetype>
  1048. <horstretch>0</horstretch>
  1049. <verstretch>0</verstretch>
  1050. </sizepolicy>
  1051. </property>
  1052. <property name="text">
  1053. <string>Move/Load/Pus&amp;h Instructions</string>
  1054. </property>
  1055. <property name="accel">
  1056. <string>Alt+H</string>
  1057. </property>
  1058. </widget>
  1059. <widget class="QCheckBox">
  1060. <property name="name">
  1061. <cstring>TestCompareInstructions</cstring>
  1062. </property>
  1063. <property name="sizePolicy">
  1064. <sizepolicy>
  1065. <hsizetype>1</hsizetype>
  1066. <vsizetype>1</vsizetype>
  1067. <horstretch>0</horstretch>
  1068. <verstretch>0</verstretch>
  1069. </sizepolicy>
  1070. </property>
  1071. <property name="text">
  1072. <string>&amp;Test/Compare Instructions</string>
  1073. </property>
  1074. <property name="accel">
  1075. <string>Alt+T</string>
  1076. </property>
  1077. </widget>
  1078. <widget class="QCheckBox">
  1079. <property name="name">
  1080. <cstring>CalculationInstructions</cstring>
  1081. </property>
  1082. <property name="sizePolicy">
  1083. <sizepolicy>
  1084. <hsizetype>1</hsizetype>
  1085. <vsizetype>1</vsizetype>
  1086. <horstretch>0</horstretch>
  1087. <verstretch>0</verstretch>
  1088. </sizepolicy>
  1089. </property>
  1090. <property name="text">
  1091. <string>C&amp;alculation Instructions</string>
  1092. </property>
  1093. <property name="accel">
  1094. <string>Alt+A</string>
  1095. </property>
  1096. </widget>
  1097. </vbox>
  1098. </widget>
  1099. </hbox>
  1100. </widget>
  1101. <widget class="QLayoutWidget">
  1102. <property name="name">
  1103. <cstring>layout18</cstring>
  1104. </property>
  1105. <hbox>
  1106. <property name="name">
  1107. <cstring>unnamed</cstring>
  1108. </property>
  1109. <spacer>
  1110. <property name="name">
  1111. <cstring>spacer10_3</cstring>
  1112. </property>
  1113. <property name="orientation">
  1114. <enum>Horizontal</enum>
  1115. </property>
  1116. <property name="sizeType">
  1117. <enum>Preferred</enum>
  1118. </property>
  1119. <property name="sizeHint">
  1120. <size>
  1121. <width>10</width>
  1122. <height>20</height>
  1123. </size>
  1124. </property>
  1125. </spacer>
  1126. <widget class="QLayoutWidget">
  1127. <property name="name">
  1128. <cstring>layout16</cstring>
  1129. </property>
  1130. <vbox>
  1131. <property name="name">
  1132. <cstring>unnamed</cstring>
  1133. </property>
  1134. <widget class="QCheckBox">
  1135. <property name="name">
  1136. <cstring>RemoveUnusedSections</cstring>
  1137. </property>
  1138. <property name="enabled">
  1139. <bool>true</bool>
  1140. </property>
  1141. <property name="sizePolicy">
  1142. <sizepolicy>
  1143. <hsizetype>1</hsizetype>
  1144. <vsizetype>1</vsizetype>
  1145. <horstretch>0</horstretch>
  1146. <verstretch>0</verstretch>
  1147. </sizepolicy>
  1148. </property>
  1149. <property name="text">
  1150. <string>Remove &amp;unused sections</string>
  1151. </property>
  1152. <property name="accel">
  1153. <string>Alt+U</string>
  1154. </property>
  1155. </widget>
  1156. <widget class="QCheckBox">
  1157. <property name="name">
  1158. <cstring>ReorderSections</cstring>
  1159. </property>
  1160. <property name="sizePolicy">
  1161. <sizepolicy>
  1162. <hsizetype>1</hsizetype>
  1163. <vsizetype>1</vsizetype>
  1164. <horstretch>0</horstretch>
  1165. <verstretch>0</verstretch>
  1166. </sizepolicy>
  1167. </property>
  1168. <property name="text">
  1169. <string>R&amp;eorder sections</string>
  1170. </property>
  1171. <property name="accel">
  1172. <string>Alt+E</string>
  1173. </property>
  1174. </widget>
  1175. </vbox>
  1176. </widget>
  1177. <spacer>
  1178. <property name="name">
  1179. <cstring>spacer15_2</cstring>
  1180. </property>
  1181. <property name="orientation">
  1182. <enum>Horizontal</enum>
  1183. </property>
  1184. <property name="sizeType">
  1185. <enum>Preferred</enum>
  1186. </property>
  1187. <property name="sizeHint">
  1188. <size>
  1189. <width>10</width>
  1190. <height>20</height>
  1191. </size>
  1192. </property>
  1193. </spacer>
  1194. <widget class="QLayoutWidget">
  1195. <property name="name">
  1196. <cstring>layout17</cstring>
  1197. </property>
  1198. <vbox>
  1199. <property name="name">
  1200. <cstring>unnamed</cstring>
  1201. </property>
  1202. <widget class="QCheckBox">
  1203. <property name="name">
  1204. <cstring>CutUnusedRanges</cstring>
  1205. </property>
  1206. <property name="sizePolicy">
  1207. <sizepolicy>
  1208. <hsizetype>1</hsizetype>
  1209. <vsizetype>1</vsizetype>
  1210. <horstretch>0</horstretch>
  1211. <verstretch>0</verstretch>
  1212. </sizepolicy>
  1213. </property>
  1214. <property name="text">
  1215. <string>Cut unuse&amp;d ranges</string>
  1216. </property>
  1217. <property name="accel">
  1218. <string>Alt+D</string>
  1219. </property>
  1220. </widget>
  1221. <widget class="QCheckBox">
  1222. <property name="name">
  1223. <cstring>MergeConstants</cstring>
  1224. </property>
  1225. <property name="sizePolicy">
  1226. <sizepolicy>
  1227. <hsizetype>1</hsizetype>
  1228. <vsizetype>1</vsizetype>
  1229. <horstretch>0</horstretch>
  1230. <verstretch>0</verstretch>
  1231. </sizepolicy>
  1232. </property>
  1233. <property name="text">
  1234. <string>Mer&amp;ge Constants</string>
  1235. </property>
  1236. <property name="accel">
  1237. <string>Alt+G</string>
  1238. </property>
  1239. </widget>
  1240. </vbox>
  1241. </widget>
  1242. <spacer>
  1243. <property name="name">
  1244. <cstring>spacer11_2</cstring>
  1245. </property>
  1246. <property name="orientation">
  1247. <enum>Horizontal</enum>
  1248. </property>
  1249. <property name="sizeType">
  1250. <enum>Preferred</enum>
  1251. </property>
  1252. <property name="sizeHint">
  1253. <size>
  1254. <width>10</width>
  1255. <height>20</height>
  1256. </size>
  1257. </property>
  1258. </spacer>
  1259. </hbox>
  1260. </widget>
  1261. </vbox>
  1262. </widget>
  1263. <widget class="QCheckBox">
  1264. <property name="name">
  1265. <cstring>LinkAgainstStandardLibrary</cstring>
  1266. </property>
  1267. <property name="sizePolicy">
  1268. <sizepolicy>
  1269. <hsizetype>5</hsizetype>
  1270. <vsizetype>1</vsizetype>
  1271. <horstretch>0</horstretch>
  1272. <verstretch>0</verstretch>
  1273. </sizepolicy>
  1274. </property>
  1275. <property name="text">
  1276. <string>Lin&amp;k against standard library (tigcc.a)</string>
  1277. </property>
  1278. <property name="accel">
  1279. <string>Alt+K</string>
  1280. </property>
  1281. </widget>
  1282. <widget class="QCheckBox">
  1283. <property name="name">
  1284. <cstring>InitializeBSSSection</cstring>
  1285. </property>
  1286. <property name="sizePolicy">
  1287. <sizepolicy>
  1288. <hsizetype>5</hsizetype>
  1289. <vsizetype>1</vsizetype>
  1290. <horstretch>0</horstretch>
  1291. <verstretch>0</verstretch>
  1292. </sizepolicy>
  1293. </property>
  1294. <property name="text">
  1295. <string>&amp;Initialize BSS section</string>
  1296. </property>
  1297. <property name="accel">
  1298. <string>Alt+I</string>
  1299. </property>
  1300. </widget>
  1301. <widget class="QCheckBox">
  1302. <property name="name">
  1303. <cstring>OutputVariableImageWithoutWrapper</cstring>
  1304. </property>
  1305. <property name="sizePolicy">
  1306. <sizepolicy>
  1307. <hsizetype>5</hsizetype>
  1308. <vsizetype>1</vsizetype>
  1309. <horstretch>0</horstretch>
  1310. <verstretch>0</verstretch>
  1311. </sizepolicy>
  1312. </property>
  1313. <property name="text">
  1314. <string>Output &amp;variable image without wrapper (binary mode)</string>
  1315. </property>
  1316. <property name="accel">
  1317. <string>Alt+V</string>
  1318. </property>
  1319. </widget>
  1320. <spacer>
  1321. <property name="name">
  1322. <cstring>spacer15</cstring>
  1323. </property>
  1324. <property name="orientation">
  1325. <enum>Vertical</enum>
  1326. </property>
  1327. <property name="sizeType">
  1328. <enum>Expanding</enum>
  1329. </property>
  1330. <property name="sizeHint">
  1331. <size>
  1332. <width>20</width>
  1333. <height>30</height>
  1334. </size>
  1335. </property>
  1336. </spacer>
  1337. </vbox>
  1338. </widget>
  1339. <widget class="QWidget">
  1340. <property name="name">
  1341. <cstring>TabPage</cstring>
  1342. </property>
  1343. <attribute name="title">
  1344. <string>&amp;Post-Build</string>
  1345. </attribute>
  1346. <vbox>
  1347. <property name="name">
  1348. <cstring>unnamed</cstring>
  1349. </property>
  1350. <widget class="QButtonGroup">
  1351. <property name="name">
  1352. <cstring>buttonGroup4</cstring>
  1353. </property>
  1354. <property name="title">
  1355. <string>Po&amp;st-Build Processing</string>
  1356. </property>
  1357. <vbox>
  1358. <property name="name">
  1359. <cstring>unnamed</cstring>
  1360. </property>
  1361. <widget class="QLayoutWidget">
  1362. <property name="name">
  1363. <cstring>layout24</cstring>
  1364. </property>
  1365. <hbox>
  1366. <property name="name">
  1367. <cstring>unnamed</cstring>
  1368. </property>
  1369. <widget class="QLabel">
  1370. <property name="name">
  1371. <cstring>LCallAfterBuilding</cstring>
  1372. </property>
  1373. <property name="sizePolicy">
  1374. <sizepolicy>
  1375. <hsizetype>1</hsizetype>
  1376. <vsizetype>1</vsizetype>
  1377. <horstretch>0</horstretch>
  1378. <verstretch>0</verstretch>
  1379. </sizepolicy>
  1380. </property>
  1381. <property name="text">
  1382. <string>Call &amp;after building:</string>
  1383. </property>
  1384. <property name="alignment">
  1385. <set>AlignVCenter</set>
  1386. </property>
  1387. <property name="buddy" stdset="0">
  1388. <cstring>CallAfterBuilding</cstring>
  1389. </property>
  1390. </widget>
  1391. <spacer>
  1392. <property name="name">
  1393. <cstring>spacer16</cstring>
  1394. </property>
  1395. <property name="orientation">
  1396. <enum>Horizontal</enum>
  1397. </property>
  1398. <property name="sizeType">
  1399. <enum>Expanding</enum>
  1400. </property>
  1401. <property name="sizeHint">
  1402. <size>
  1403. <width>121</width>
  1404. <height>20</height>
  1405. </size>
  1406. </property>
  1407. </spacer>
  1408. <widget class="KPushButton">
  1409. <property name="name">
  1410. <cstring>browseButton</cstring>
  1411. </property>
  1412. <property name="text">
  1413. <string>&amp;Browse...</string>
  1414. </property>
  1415. <property name="accel">
  1416. <string>Alt+B</string>
  1417. </property>
  1418. </widget>
  1419. </hbox>
  1420. </widget>
  1421. <widget class="KLineEdit">
  1422. <property name="name">
  1423. <cstring>CallAfterBuilding</cstring>
  1424. </property>
  1425. </widget>
  1426. </vbox>
  1427. </widget>
  1428. <widget class="QButtonGroup">
  1429. <property name="name">
  1430. <cstring>buttonGroup5</cstring>
  1431. </property>
  1432. <property name="title">
  1433. <string>&amp;Execution</string>
  1434. </property>
  1435. <hbox>
  1436. <property name="name">
  1437. <cstring>unnamed</cstring>
  1438. </property>
  1439. <widget class="QLabel">
  1440. <property name="name">
  1441. <cstring>LParameters</cstring>
  1442. </property>
  1443. <property name="sizePolicy">
  1444. <sizepolicy>
  1445. <hsizetype>1</hsizetype>
  1446. <vsizetype>1</vsizetype>
  1447. <horstretch>0</horstretch>
  1448. <verstretch>0</verstretch>
  1449. </sizepolicy>
  1450. </property>
  1451. <property name="text">
  1452. <string>Pa&amp;rameters:</string>
  1453. </property>
  1454. <property name="buddy" stdset="0">
  1455. <cstring>Parameters</cstring>
  1456. </property>
  1457. </widget>
  1458. <widget class="KLineEdit">
  1459. <property name="name">
  1460. <cstring>Parameters</cstring>
  1461. </property>
  1462. </widget>
  1463. </hbox>
  1464. </widget>
  1465. <spacer>
  1466. <property name="name">
  1467. <cstring>spacer17</cstring>
  1468. </property>
  1469. <property name="orientation">
  1470. <enum>Vertical</enum>
  1471. </property>
  1472. <property name="sizeType">
  1473. <enum>Expanding</enum>
  1474. </property>
  1475. <property name="sizeHint">
  1476. <size>
  1477. <width>41</width>
  1478. <height>40</height>
  1479. </size>
  1480. </property>
  1481. </spacer>
  1482. </vbox>
  1483. </widget>
  1484. </widget>
  1485. <widget class="QLayoutWidget">
  1486. <property name="name">
  1487. <cstring>layout11</cstring>
  1488. </property>
  1489. <hbox>
  1490. <property name="name">
  1491. <cstring>unnamed</cstring>
  1492. </property>
  1493. <spacer>
  1494. <property name="name">
  1495. <cstring>spacer7</cstring>
  1496. </property>
  1497. <property name="orientation">
  1498. <enum>Horizontal</enum>
  1499. </property>
  1500. <property name="sizeType">
  1501. <enum>Expanding</enum>
  1502. </property>
  1503. <property name="sizeHint">
  1504. <size>
  1505. <width>240</width>
  1506. <height>30</height>
  1507. </size>
  1508. </property>
  1509. </spacer>
  1510. <widget class="KPushButton">
  1511. <property name="name">
  1512. <cstring>buttonOk</cstring>
  1513. </property>
  1514. <property name="sizePolicy">
  1515. <sizepolicy>
  1516. <hsizetype>5</hsizetype>
  1517. <vsizetype>4</vsizetype>
  1518. <horstretch>0</horstretch>
  1519. <verstretch>0</verstretch>
  1520. </sizepolicy>
  1521. </property>
  1522. <property name="minimumSize">
  1523. <size>
  1524. <width>100</width>
  1525. <height>0</height>
  1526. </size>
  1527. </property>
  1528. <property name="text">
  1529. <string>&amp;OK</string>
  1530. </property>
  1531. <property name="accel">
  1532. <string>Alt+O</string>
  1533. </property>
  1534. <property name="autoRepeat">
  1535. <bool>false</bool>
  1536. </property>
  1537. <property name="autoDefault">
  1538. <bool>true</bool>
  1539. </property>
  1540. <property name="default">
  1541. <bool>true</bool>
  1542. </property>
  1543. </widget>
  1544. <widget class="KPushButton">
  1545. <property name="name">
  1546. <cstring>buttonCancel</cstring>
  1547. </property>
  1548. <property name="sizePolicy">
  1549. <sizepolicy>
  1550. <hsizetype>5</hsizetype>
  1551. <vsizetype>5</vsizetype>
  1552. <horstretch>0</horstretch>
  1553. <verstretch>0</verstretch>
  1554. </sizepolicy>
  1555. </property>
  1556. <property name="minimumSize">
  1557. <size>
  1558. <width>100</width>
  1559. <height>0</height>
  1560. </size>
  1561. </property>
  1562. <property name="text">
  1563. <string>&amp;Cancel</string>
  1564. </property>
  1565. <property name="accel">
  1566. <string>Alt+C</string>
  1567. </property>
  1568. <property name="autoDefault">
  1569. <bool>true</bool>
  1570. </property>
  1571. </widget>
  1572. </hbox>
  1573. </widget>
  1574. </vbox>
  1575. </widget>
  1576. <connections>
  1577. <connection>
  1578. <sender>buttonCancel</sender>
  1579. <signal>clicked()</signal>
  1580. <receiver>ProjectOptions</receiver>
  1581. <slot>reject()</slot>
  1582. </connection>
  1583. <connection>
  1584. <sender>buttonOk</sender>
  1585. <signal>clicked()</signal>
  1586. <receiver>ProjectOptions</receiver>
  1587. <slot>accept()</slot>
  1588. </connection>
  1589. <connection>
  1590. <sender>RegularProgram</sender>
  1591. <signal>toggled(bool)</signal>
  1592. <receiver>ProjectOptions</receiver>
  1593. <slot>CompressProgram_toggled(bool)</slot>
  1594. </connection>
  1595. <connection>
  1596. <sender>ExternalDataVariable</sender>
  1597. <signal>toggled(bool)</signal>
  1598. <receiver>ProjectOptions</receiver>
  1599. <slot>ExternalDataVariable_toggled(bool)</slot>
  1600. </connection>
  1601. <connection>
  1602. <sender>CompressProgram</sender>
  1603. <signal>toggled(bool)</signal>
  1604. <receiver>ProjectOptions</receiver>
  1605. <slot>CompressProgram_toggled(bool)</slot>
  1606. </connection>
  1607. <connection>
  1608. <sender>OncalcVariableName_1</sender>
  1609. <signal>textChanged(const QString&amp;)</signal>
  1610. <receiver>ProjectOptions</receiver>
  1611. <slot>CheckOncalcNames()</slot>
  1612. </connection>
  1613. <connection>
  1614. <sender>OncalcVariableName_2</sender>
  1615. <signal>textChanged(const QString&amp;)</signal>
  1616. <receiver>ProjectOptions</receiver>
  1617. <slot>CheckOncalcNames()</slot>
  1618. </connection>
  1619. <connection>
  1620. <sender>FunctionArchive</sender>
  1621. <signal>toggled(bool)</signal>
  1622. <receiver>ProjectOptions</receiver>
  1623. <slot>UpdateVisibilities()</slot>
  1624. </connection>
  1625. <connection>
  1626. <sender>PO_TabWidget</sender>
  1627. <signal>currentChanged(QWidget*)</signal>
  1628. <receiver>ProjectOptions</receiver>
  1629. <slot>UpdateVisibilities()</slot>
  1630. </connection>
  1631. <connection>
  1632. <sender>ProgramOptionsButton</sender>
  1633. <signal>clicked()</signal>
  1634. <receiver>ProjectOptions</receiver>
  1635. <slot>ProgramOptionsFunc()</slot>
  1636. </connection>
  1637. <connection>
  1638. <sender>browseButton</sender>
  1639. <signal>clicked()</signal>
  1640. <receiver>ProjectOptions</receiver>
  1641. <slot>browseButton_clicked()</slot>
  1642. </connection>
  1643. </connections>
  1644. <includes>
  1645. <include location="local" impldecl="in implementation">projectoptions.ui.h</include>
  1646. </includes>
  1647. <slots>
  1648. <slot>RegularProgram_toggled( bool state )</slot>
  1649. <slot>ExternalDataVariable_toggled( bool state )</slot>
  1650. <slot>CompressProgram_toggled( bool state )</slot>
  1651. <slot>CheckOncalcNames()</slot>
  1652. <slot>UpdateVisibilities()</slot>
  1653. <slot>ProgramOptionsFunc()</slot>
  1654. <slot>browseButton_clicked()</slot>
  1655. </slots>
  1656. <functions>
  1657. <function access="private" specifier="non virtual">init()</function>
  1658. <function access="private" specifier="non virtual">destroy()</function>
  1659. <function access="private" specifier="non virtual">ImportSettings( void )</function>
  1660. <function access="private" specifier="non virtual">ExportSettings( void )</function>
  1661. </functions>
  1662. <pixmapinproject/>
  1663. <layoutdefaults spacing="6" margin="11"/>
  1664. <includehints>
  1665. <includehint>klineedit.h</includehint>
  1666. <includehint>klineedit.h</includehint>
  1667. <includehint>klineedit.h</includehint>
  1668. <includehint>klineedit.h</includehint>
  1669. <includehint>klineedit.h</includehint>
  1670. <includehint>kpushbutton.h</includehint>
  1671. <includehint>kpushbutton.h</includehint>
  1672. <includehint>klineedit.h</includehint>
  1673. <includehint>klineedit.h</includehint>
  1674. <includehint>kpushbutton.h</includehint>
  1675. <includehint>kpushbutton.h</includehint>
  1676. </includehints>
  1677. </UI>