projectoptions.ui 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143
  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="minimumSize">
  648. <size>
  649. <width>0</width>
  650. <height>0</height>
  651. </size>
  652. </property>
  653. <property name="maximumSize">
  654. <size>
  655. <width>32767</width>
  656. <height>32767</height>
  657. </size>
  658. </property>
  659. <property name="text">
  660. <string>Far&amp;go Program (*.92p) (experimental)</string>
  661. </property>
  662. <property name="accel">
  663. <string>Alt+G</string>
  664. </property>
  665. <property name="checked">
  666. <bool>false</bool>
  667. </property>
  668. </widget>
  669. <widget class="QRadioButton">
  670. <property name="name">
  671. <cstring>FunctionArchive</cstring>
  672. </property>
  673. <property name="sizePolicy">
  674. <sizepolicy>
  675. <hsizetype>5</hsizetype>
  676. <vsizetype>1</vsizetype>
  677. <horstretch>0</horstretch>
  678. <verstretch>0</verstretch>
  679. </sizepolicy>
  680. </property>
  681. <property name="minimumSize">
  682. <size>
  683. <width>0</width>
  684. <height>0</height>
  685. </size>
  686. </property>
  687. <property name="maximumSize">
  688. <size>
  689. <width>32767</width>
  690. <height>32767</height>
  691. </size>
  692. </property>
  693. <property name="text">
  694. <string>&amp;Function Archive (*.a)</string>
  695. </property>
  696. <property name="accel">
  697. <string>Alt+F</string>
  698. </property>
  699. <property name="buttonGroupId">
  700. <number>1</number>
  701. </property>
  702. </widget>
  703. </vbox>
  704. </widget>
  705. </hbox>
  706. </widget>
  707. <widget class="QWidget">
  708. <property name="name">
  709. <cstring>Widget9</cstring>
  710. </property>
  711. <attribute name="title">
  712. <string>Co&amp;mpilation</string>
  713. </attribute>
  714. <vbox>
  715. <property name="name">
  716. <cstring>unnamed</cstring>
  717. </property>
  718. <widget class="QButtonGroup">
  719. <property name="name">
  720. <cstring>buttonGroup2</cstring>
  721. </property>
  722. <property name="title">
  723. <string>S&amp;witches</string>
  724. </property>
  725. <vbox>
  726. <property name="name">
  727. <cstring>unnamed</cstring>
  728. </property>
  729. <widget class="QLayoutWidget">
  730. <property name="name">
  731. <cstring>layout10</cstring>
  732. </property>
  733. <hbox>
  734. <property name="name">
  735. <cstring>unnamed</cstring>
  736. </property>
  737. <widget class="QLabel">
  738. <property name="name">
  739. <cstring>LGCCSwitches</cstring>
  740. </property>
  741. <property name="sizePolicy">
  742. <sizepolicy>
  743. <hsizetype>5</hsizetype>
  744. <vsizetype>1</vsizetype>
  745. <horstretch>0</horstretch>
  746. <verstretch>0</verstretch>
  747. </sizepolicy>
  748. </property>
  749. <property name="text">
  750. <string>&lt;u&gt;G&lt;/u&gt;CC Switches:</string>
  751. </property>
  752. <property name="alignment">
  753. <set>AlignVCenter</set>
  754. </property>
  755. </widget>
  756. <widget class="QLineEdit">
  757. <property name="name">
  758. <cstring>GCCSwitches</cstring>
  759. </property>
  760. <property name="sizePolicy">
  761. <sizepolicy>
  762. <hsizetype>7</hsizetype>
  763. <vsizetype>1</vsizetype>
  764. <horstretch>0</horstretch>
  765. <verstretch>0</verstretch>
  766. </sizepolicy>
  767. </property>
  768. </widget>
  769. </hbox>
  770. </widget>
  771. <widget class="QLayoutWidget">
  772. <property name="name">
  773. <cstring>layout11</cstring>
  774. </property>
  775. <hbox>
  776. <property name="name">
  777. <cstring>unnamed</cstring>
  778. </property>
  779. <widget class="QLabel">
  780. <property name="name">
  781. <cstring>LAsSwitches</cstring>
  782. </property>
  783. <property name="text">
  784. <string>A&lt;u&gt;s&lt;/u&gt; Switches:</string>
  785. </property>
  786. <property name="alignment">
  787. <set>AlignVCenter</set>
  788. </property>
  789. </widget>
  790. <widget class="QLineEdit">
  791. <property name="name">
  792. <cstring>AsSwitches</cstring>
  793. </property>
  794. <property name="sizePolicy">
  795. <sizepolicy>
  796. <hsizetype>7</hsizetype>
  797. <vsizetype>1</vsizetype>
  798. <horstretch>0</horstretch>
  799. <verstretch>0</verstretch>
  800. </sizepolicy>
  801. </property>
  802. </widget>
  803. </hbox>
  804. </widget>
  805. <widget class="QLayoutWidget">
  806. <property name="name">
  807. <cstring>layout12</cstring>
  808. </property>
  809. <hbox>
  810. <property name="name">
  811. <cstring>unnamed</cstring>
  812. </property>
  813. <widget class="QLabel">
  814. <property name="name">
  815. <cstring>LA68kSwitches</cstring>
  816. </property>
  817. <property name="text">
  818. <string>&lt;u&gt;A&lt;/u&gt;68k Switches:</string>
  819. </property>
  820. <property name="alignment">
  821. <set>AlignVCenter</set>
  822. </property>
  823. </widget>
  824. <widget class="QLineEdit">
  825. <property name="name">
  826. <cstring>A68kSwitches</cstring>
  827. </property>
  828. <property name="sizePolicy">
  829. <sizepolicy>
  830. <hsizetype>7</hsizetype>
  831. <vsizetype>1</vsizetype>
  832. <horstretch>0</horstretch>
  833. <verstretch>0</verstretch>
  834. </sizepolicy>
  835. </property>
  836. </widget>
  837. </hbox>
  838. </widget>
  839. </vbox>
  840. </widget>
  841. <spacer>
  842. <property name="name">
  843. <cstring>spacer10_2</cstring>
  844. </property>
  845. <property name="orientation">
  846. <enum>Vertical</enum>
  847. </property>
  848. <property name="sizeType">
  849. <enum>Expanding</enum>
  850. </property>
  851. <property name="sizeHint">
  852. <size>
  853. <width>51</width>
  854. <height>121</height>
  855. </size>
  856. </property>
  857. </spacer>
  858. <widget class="QCheckBox">
  859. <property name="name">
  860. <cstring>GenerateDebugInformation</cstring>
  861. </property>
  862. <property name="text">
  863. <string>Generate &amp;debug information</string>
  864. </property>
  865. <property name="accel">
  866. <string>Alt+D</string>
  867. </property>
  868. </widget>
  869. <widget class="QLayoutWidget">
  870. <property name="name">
  871. <cstring>layout13</cstring>
  872. </property>
  873. <hbox>
  874. <property name="name">
  875. <cstring>unnamed</cstring>
  876. </property>
  877. <spacer>
  878. <property name="name">
  879. <cstring>spacer8_3</cstring>
  880. </property>
  881. <property name="orientation">
  882. <enum>Horizontal</enum>
  883. </property>
  884. <property name="sizeType">
  885. <enum>Expanding</enum>
  886. </property>
  887. <property name="sizeHint">
  888. <size>
  889. <width>291</width>
  890. <height>30</height>
  891. </size>
  892. </property>
  893. </spacer>
  894. <widget class="QPushButton">
  895. <property name="name">
  896. <cstring>ProgramOptions</cstring>
  897. </property>
  898. <property name="minimumSize">
  899. <size>
  900. <width>150</width>
  901. <height>0</height>
  902. </size>
  903. </property>
  904. <property name="text">
  905. <string>P&amp;rogram Options...</string>
  906. </property>
  907. <property name="accel">
  908. <string>Alt+R</string>
  909. </property>
  910. </widget>
  911. </hbox>
  912. </widget>
  913. </vbox>
  914. </widget>
  915. <widget class="QWidget">
  916. <property name="name">
  917. <cstring>TabPage</cstring>
  918. </property>
  919. <attribute name="title">
  920. <string>&amp;Linking</string>
  921. </attribute>
  922. <widget class="QButtonGroup">
  923. <property name="name">
  924. <cstring>buttonGroup3</cstring>
  925. </property>
  926. <property name="geometry">
  927. <rect>
  928. <x>20</x>
  929. <y>10</y>
  930. <width>340</width>
  931. <height>210</height>
  932. </rect>
  933. </property>
  934. <property name="title">
  935. <string>Optimization</string>
  936. </property>
  937. </widget>
  938. </widget>
  939. <widget class="QWidget">
  940. <property name="name">
  941. <cstring>TabPage</cstring>
  942. </property>
  943. <attribute name="title">
  944. <string>&amp;Post-Build</string>
  945. </attribute>
  946. <widget class="QButtonGroup">
  947. <property name="name">
  948. <cstring>buttonGroup5</cstring>
  949. </property>
  950. <property name="geometry">
  951. <rect>
  952. <x>20</x>
  953. <y>120</y>
  954. <width>371</width>
  955. <height>91</height>
  956. </rect>
  957. </property>
  958. <property name="title">
  959. <string>Execution</string>
  960. </property>
  961. </widget>
  962. <widget class="QButtonGroup">
  963. <property name="name">
  964. <cstring>buttonGroup4</cstring>
  965. </property>
  966. <property name="geometry">
  967. <rect>
  968. <x>18</x>
  969. <y>12</y>
  970. <width>371</width>
  971. <height>91</height>
  972. </rect>
  973. </property>
  974. <property name="title">
  975. <string>Post-Build</string>
  976. </property>
  977. </widget>
  978. </widget>
  979. </widget>
  980. <widget class="QLayoutWidget">
  981. <property name="name">
  982. <cstring>layout11</cstring>
  983. </property>
  984. <hbox>
  985. <property name="name">
  986. <cstring>unnamed</cstring>
  987. </property>
  988. <spacer>
  989. <property name="name">
  990. <cstring>spacer7</cstring>
  991. </property>
  992. <property name="orientation">
  993. <enum>Horizontal</enum>
  994. </property>
  995. <property name="sizeType">
  996. <enum>Expanding</enum>
  997. </property>
  998. <property name="sizeHint">
  999. <size>
  1000. <width>240</width>
  1001. <height>30</height>
  1002. </size>
  1003. </property>
  1004. </spacer>
  1005. <widget class="QPushButton">
  1006. <property name="name">
  1007. <cstring>buttonOk</cstring>
  1008. </property>
  1009. <property name="sizePolicy">
  1010. <sizepolicy>
  1011. <hsizetype>5</hsizetype>
  1012. <vsizetype>4</vsizetype>
  1013. <horstretch>0</horstretch>
  1014. <verstretch>0</verstretch>
  1015. </sizepolicy>
  1016. </property>
  1017. <property name="minimumSize">
  1018. <size>
  1019. <width>100</width>
  1020. <height>0</height>
  1021. </size>
  1022. </property>
  1023. <property name="text">
  1024. <string>&amp;OK</string>
  1025. </property>
  1026. <property name="accel">
  1027. <string>Alt+O</string>
  1028. </property>
  1029. <property name="autoRepeat">
  1030. <bool>false</bool>
  1031. </property>
  1032. <property name="autoDefault">
  1033. <bool>true</bool>
  1034. </property>
  1035. <property name="default">
  1036. <bool>true</bool>
  1037. </property>
  1038. </widget>
  1039. <widget class="QPushButton">
  1040. <property name="name">
  1041. <cstring>buttonCancel</cstring>
  1042. </property>
  1043. <property name="sizePolicy">
  1044. <sizepolicy>
  1045. <hsizetype>5</hsizetype>
  1046. <vsizetype>5</vsizetype>
  1047. <horstretch>0</horstretch>
  1048. <verstretch>0</verstretch>
  1049. </sizepolicy>
  1050. </property>
  1051. <property name="minimumSize">
  1052. <size>
  1053. <width>100</width>
  1054. <height>0</height>
  1055. </size>
  1056. </property>
  1057. <property name="text">
  1058. <string>&amp;Cancel</string>
  1059. </property>
  1060. <property name="accel">
  1061. <string>Alt+C</string>
  1062. </property>
  1063. <property name="autoDefault">
  1064. <bool>true</bool>
  1065. </property>
  1066. </widget>
  1067. </hbox>
  1068. </widget>
  1069. </vbox>
  1070. </widget>
  1071. <connections>
  1072. <connection>
  1073. <sender>buttonCancel</sender>
  1074. <signal>clicked()</signal>
  1075. <receiver>ProjectOptions</receiver>
  1076. <slot>reject()</slot>
  1077. </connection>
  1078. <connection>
  1079. <sender>RegularProgram</sender>
  1080. <signal>toggled(bool)</signal>
  1081. <receiver>ProjectOptions</receiver>
  1082. <slot>RegularProgramToggle()</slot>
  1083. </connection>
  1084. <connection>
  1085. <sender>ExternalDataVariable</sender>
  1086. <signal>toggled(bool)</signal>
  1087. <receiver>ProjectOptions</receiver>
  1088. <slot>ExternalDataVariableToggle()</slot>
  1089. </connection>
  1090. <connection>
  1091. <sender>CompressProgram</sender>
  1092. <signal>toggled(bool)</signal>
  1093. <receiver>ProjectOptions</receiver>
  1094. <slot>CompressProgramToggle()</slot>
  1095. </connection>
  1096. <connection>
  1097. <sender>OncalcVariableName_1</sender>
  1098. <signal>textChanged(const QString&amp;)</signal>
  1099. <receiver>ProjectOptions</receiver>
  1100. <slot>CheckOncalcNames()</slot>
  1101. </connection>
  1102. <connection>
  1103. <sender>OncalcVariableName_2</sender>
  1104. <signal>textChanged(const QString&amp;)</signal>
  1105. <receiver>ProjectOptions</receiver>
  1106. <slot>CheckOncalcNames()</slot>
  1107. </connection>
  1108. <connection>
  1109. <sender>FunctionArchive</sender>
  1110. <signal>toggled(bool)</signal>
  1111. <receiver>ProjectOptions</receiver>
  1112. <slot>UpdateVisibilities()</slot>
  1113. </connection>
  1114. <connection>
  1115. <sender>PO_TabWidget</sender>
  1116. <signal>currentChanged(QWidget*)</signal>
  1117. <receiver>ProjectOptions</receiver>
  1118. <slot>UpdateVisibilities()</slot>
  1119. </connection>
  1120. <connection>
  1121. <sender>buttonOk</sender>
  1122. <signal>clicked()</signal>
  1123. <receiver>ProjectOptions</receiver>
  1124. <slot>accept()</slot>
  1125. </connection>
  1126. </connections>
  1127. <includes>
  1128. <include location="local" impldecl="in implementation">projectoptions.ui.h</include>
  1129. </includes>
  1130. <slots>
  1131. <slot>RegularProgramToggle()</slot>
  1132. <slot>ExternalDataVariableToggle()</slot>
  1133. <slot>CompressProgramToggle()</slot>
  1134. <slot>CheckOncalcNames()</slot>
  1135. <slot>UpdateVisibilities()</slot>
  1136. </slots>
  1137. <functions>
  1138. <function access="private" specifier="non virtual">init()</function>
  1139. <function access="private" specifier="non virtual">destroy()</function>
  1140. </functions>
  1141. <pixmapinproject/>
  1142. <layoutdefaults spacing="6" margin="11"/>
  1143. </UI>