projectoptions.ui 55 KB

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