windownewmap.ui 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>WindowNewMap</class>
  4. <widget class="QDialog" name="WindowNewMap">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>460</width>
  10. <height>573</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>390</width>
  22. <height>351</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>999</width>
  28. <height>999</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>Create new map</string>
  33. </property>
  34. <property name="modal">
  35. <bool>false</bool>
  36. </property>
  37. <widget class="QGroupBox" name="groupBox">
  38. <property name="geometry">
  39. <rect>
  40. <x>10</x>
  41. <y>10</y>
  42. <width>441</width>
  43. <height>121</height>
  44. </rect>
  45. </property>
  46. <property name="title">
  47. <string>Map size</string>
  48. </property>
  49. <widget class="QGroupBox" name="sizeGroup1">
  50. <property name="geometry">
  51. <rect>
  52. <x>10</x>
  53. <y>40</y>
  54. <width>211</width>
  55. <height>40</height>
  56. </rect>
  57. </property>
  58. <property name="title">
  59. <string/>
  60. </property>
  61. <property name="flat">
  62. <bool>false</bool>
  63. </property>
  64. <property name="checkable">
  65. <bool>false</bool>
  66. </property>
  67. <widget class="QWidget" name="layoutWidget">
  68. <property name="geometry">
  69. <rect>
  70. <x>10</x>
  71. <y>10</y>
  72. <width>191</width>
  73. <height>24</height>
  74. </rect>
  75. </property>
  76. <layout class="QHBoxLayout" name="horizontalLayout_6">
  77. <item>
  78. <widget class="QComboBox" name="sizeCombo">
  79. <property name="minimumSize">
  80. <size>
  81. <width>120</width>
  82. <height>0</height>
  83. </size>
  84. </property>
  85. <property name="maximumSize">
  86. <size>
  87. <width>200</width>
  88. <height>16777215</height>
  89. </size>
  90. </property>
  91. <item>
  92. <property name="text">
  93. <string>S (36x36)</string>
  94. </property>
  95. </item>
  96. <item>
  97. <property name="text">
  98. <string>M (72x72)</string>
  99. </property>
  100. </item>
  101. <item>
  102. <property name="text">
  103. <string>L (108x108)</string>
  104. </property>
  105. </item>
  106. <item>
  107. <property name="text">
  108. <string>XL (144x144)</string>
  109. </property>
  110. </item>
  111. <item>
  112. <property name="text">
  113. <string>H (180x180)</string>
  114. </property>
  115. </item>
  116. <item>
  117. <property name="text">
  118. <string>XH (216x216)</string>
  119. </property>
  120. </item>
  121. <item>
  122. <property name="text">
  123. <string>G (252x252)</string>
  124. </property>
  125. </item>
  126. </widget>
  127. </item>
  128. </layout>
  129. </widget>
  130. </widget>
  131. <widget class="QGroupBox" name="sizeGroup2">
  132. <property name="geometry">
  133. <rect>
  134. <x>220</x>
  135. <y>40</y>
  136. <width>211</width>
  137. <height>70</height>
  138. </rect>
  139. </property>
  140. <property name="title">
  141. <string/>
  142. </property>
  143. <property name="flat">
  144. <bool>false</bool>
  145. </property>
  146. <property name="checkable">
  147. <bool>false</bool>
  148. </property>
  149. <widget class="QWidget" name="layoutWidget_2">
  150. <property name="geometry">
  151. <rect>
  152. <x>10</x>
  153. <y>5</y>
  154. <width>194</width>
  155. <height>54</height>
  156. </rect>
  157. </property>
  158. <layout class="QVBoxLayout" name="verticalLayout_1">
  159. <item>
  160. <layout class="QHBoxLayout" name="horizontalLayout_7">
  161. <item>
  162. <widget class="QLabel" name="label">
  163. <property name="minimumSize">
  164. <size>
  165. <width>48</width>
  166. <height>0</height>
  167. </size>
  168. </property>
  169. <property name="maximumSize">
  170. <size>
  171. <width>96</width>
  172. <height>16777215</height>
  173. </size>
  174. </property>
  175. <property name="text">
  176. <string>Width</string>
  177. </property>
  178. <property name="alignment">
  179. <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
  180. </property>
  181. </widget>
  182. </item>
  183. <item>
  184. <widget class="QSpinBox" name="widthTxt">
  185. <property name="minimumSize">
  186. <size>
  187. <width>60</width>
  188. <height>0</height>
  189. </size>
  190. </property>
  191. <property name="maximum">
  192. <number>999</number>
  193. </property>
  194. <property name="minimum">
  195. <number>1</number>
  196. </property>
  197. <property name="value">
  198. <number>36</number>
  199. </property>
  200. </widget>
  201. </item>
  202. </layout>
  203. </item>
  204. <item>
  205. <layout class="QHBoxLayout" name="horizontalLayout_8">
  206. <item>
  207. <widget class="QLabel" name="label_2">
  208. <property name="minimumSize">
  209. <size>
  210. <width>48</width>
  211. <height>0</height>
  212. </size>
  213. </property>
  214. <property name="text">
  215. <string>Height</string>
  216. </property>
  217. <property name="alignment">
  218. <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
  219. </property>
  220. </widget>
  221. </item>
  222. <item>
  223. <widget class="QSpinBox" name="heightTxt">
  224. <property name="minimumSize">
  225. <size>
  226. <width>60</width>
  227. <height>0</height>
  228. </size>
  229. </property>
  230. <property name="maximum">
  231. <number>999</number>
  232. </property>
  233. <property name="minimum">
  234. <number>1</number>
  235. </property>
  236. <property name="value">
  237. <number>36</number>
  238. </property>
  239. </widget>
  240. </item>
  241. </layout>
  242. </item>
  243. </layout>
  244. </widget>
  245. </widget>
  246. <widget class="QWidget" name="horizontalLayoutWidget">
  247. <property name="geometry">
  248. <rect>
  249. <x>10</x>
  250. <y>20</y>
  251. <width>211</width>
  252. <height>22</height>
  253. </rect>
  254. </property>
  255. <layout class="QHBoxLayout" name="horizontalLayout_11">
  256. <item>
  257. <widget class="QRadioButton" name="sizeStandardRadio">
  258. <property name="maximumSize">
  259. <size>
  260. <width>16777215</width>
  261. <height>16777215</height>
  262. </size>
  263. </property>
  264. <property name="text">
  265. <string>Standard size</string>
  266. </property>
  267. <property name="checked">
  268. <bool>true</bool>
  269. </property>
  270. <attribute name="buttonGroup">
  271. <string notr="true">buttonGroup</string>
  272. </attribute>
  273. </widget>
  274. </item>
  275. </layout>
  276. </widget>
  277. <widget class="QWidget" name="horizontalLayoutWidget_2">
  278. <property name="geometry">
  279. <rect>
  280. <x>220</x>
  281. <y>20</y>
  282. <width>211</width>
  283. <height>22</height>
  284. </rect>
  285. </property>
  286. <layout class="QHBoxLayout" name="horizontalLayout_12">
  287. <item>
  288. <widget class="QRadioButton" name="sizeCustomRadio">
  289. <property name="text">
  290. <string>Custom size</string>
  291. </property>
  292. <attribute name="buttonGroup">
  293. <string notr="true">buttonGroup</string>
  294. </attribute>
  295. </widget>
  296. </item>
  297. </layout>
  298. </widget>
  299. <widget class="QWidget" name="horizontalLayoutWidget_3">
  300. <property name="geometry">
  301. <rect>
  302. <x>20</x>
  303. <y>86</y>
  304. <width>191</width>
  305. <height>29</height>
  306. </rect>
  307. </property>
  308. <layout class="QHBoxLayout" name="horizontalLayout_4">
  309. <item>
  310. <widget class="QLabel" name="label_8">
  311. <property name="text">
  312. <string>Levels</string>
  313. </property>
  314. </widget>
  315. </item>
  316. <item>
  317. <widget class="QSpinBox" name="spinBoxLevels">
  318. <property name="specialValueText">
  319. <string/>
  320. </property>
  321. <property name="suffix">
  322. <string/>
  323. </property>
  324. <property name="prefix">
  325. <string/>
  326. </property>
  327. <property name="minimum">
  328. <number>1</number>
  329. </property>
  330. <property name="maximum">
  331. <number>99</number>
  332. </property>
  333. </widget>
  334. </item>
  335. </layout>
  336. </widget>
  337. </widget>
  338. <widget class="QGroupBox" name="randomOptions">
  339. <property name="enabled">
  340. <bool>false</bool>
  341. </property>
  342. <property name="geometry">
  343. <rect>
  344. <x>10</x>
  345. <y>170</y>
  346. <width>441</width>
  347. <height>361</height>
  348. </rect>
  349. </property>
  350. <property name="sizePolicy">
  351. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  352. <horstretch>0</horstretch>
  353. <verstretch>0</verstretch>
  354. </sizepolicy>
  355. </property>
  356. <property name="title">
  357. <string>Random map</string>
  358. </property>
  359. <widget class="QGroupBox" name="groupBox_2">
  360. <property name="geometry">
  361. <rect>
  362. <x>10</x>
  363. <y>110</y>
  364. <width>421</width>
  365. <height>91</height>
  366. </rect>
  367. </property>
  368. <property name="title">
  369. <string>Players</string>
  370. </property>
  371. <widget class="QWidget" name="layoutWidget2">
  372. <property name="geometry">
  373. <rect>
  374. <x>10</x>
  375. <y>20</y>
  376. <width>401</width>
  377. <height>61</height>
  378. </rect>
  379. </property>
  380. <layout class="QGridLayout" name="gridLayout" columnstretch="0,0,0,0">
  381. <item row="0" column="1">
  382. <widget class="QComboBox" name="humanCombo">
  383. <property name="minimumSize">
  384. <size>
  385. <width>90</width>
  386. <height>0</height>
  387. </size>
  388. </property>
  389. <property name="maximumSize">
  390. <size>
  391. <width>120</width>
  392. <height>16777215</height>
  393. </size>
  394. </property>
  395. <item>
  396. <property name="text">
  397. <string>Random</string>
  398. </property>
  399. </item>
  400. <item>
  401. <property name="text">
  402. <string notr="true">1</string>
  403. </property>
  404. </item>
  405. <item>
  406. <property name="text">
  407. <string notr="true">2</string>
  408. </property>
  409. </item>
  410. <item>
  411. <property name="text">
  412. <string notr="true">3</string>
  413. </property>
  414. </item>
  415. <item>
  416. <property name="text">
  417. <string notr="true">4</string>
  418. </property>
  419. </item>
  420. <item>
  421. <property name="text">
  422. <string notr="true">5</string>
  423. </property>
  424. </item>
  425. <item>
  426. <property name="text">
  427. <string notr="true">6</string>
  428. </property>
  429. </item>
  430. <item>
  431. <property name="text">
  432. <string notr="true">7</string>
  433. </property>
  434. </item>
  435. <item>
  436. <property name="text">
  437. <string notr="true">8</string>
  438. </property>
  439. </item>
  440. </widget>
  441. </item>
  442. <item row="0" column="0">
  443. <widget class="QLabel" name="label_3">
  444. <property name="minimumSize">
  445. <size>
  446. <width>90</width>
  447. <height>0</height>
  448. </size>
  449. </property>
  450. <property name="maximumSize">
  451. <size>
  452. <width>120</width>
  453. <height>16777215</height>
  454. </size>
  455. </property>
  456. <property name="text">
  457. <string>Humans</string>
  458. </property>
  459. </widget>
  460. </item>
  461. <item row="1" column="3">
  462. <widget class="QComboBox" name="cpuTeamsCombo">
  463. <property name="currentText">
  464. <string notr="true">0</string>
  465. </property>
  466. <item>
  467. <property name="text">
  468. <string notr="true">0</string>
  469. </property>
  470. </item>
  471. </widget>
  472. </item>
  473. <item row="1" column="2">
  474. <widget class="QLabel" name="label_7">
  475. <property name="text">
  476. <string>Computer teams</string>
  477. </property>
  478. </widget>
  479. </item>
  480. <item row="1" column="0">
  481. <widget class="QLabel" name="label_6">
  482. <property name="minimumSize">
  483. <size>
  484. <width>90</width>
  485. <height>0</height>
  486. </size>
  487. </property>
  488. <property name="text">
  489. <string>Human teams</string>
  490. </property>
  491. </widget>
  492. </item>
  493. <item row="1" column="1">
  494. <widget class="QComboBox" name="humanTeamsCombo">
  495. <property name="minimumSize">
  496. <size>
  497. <width>90</width>
  498. <height>0</height>
  499. </size>
  500. </property>
  501. <property name="maximumSize">
  502. <size>
  503. <width>16777215</width>
  504. <height>16777215</height>
  505. </size>
  506. </property>
  507. <property name="currentText">
  508. <string notr="true">0</string>
  509. </property>
  510. <item>
  511. <property name="text">
  512. <string notr="true">0</string>
  513. </property>
  514. </item>
  515. </widget>
  516. </item>
  517. <item row="0" column="2">
  518. <widget class="QLabel" name="label_4">
  519. <property name="text">
  520. <string>Computers</string>
  521. </property>
  522. </widget>
  523. </item>
  524. <item row="0" column="3">
  525. <widget class="QComboBox" name="cpuCombo">
  526. <item>
  527. <property name="text">
  528. <string>Random</string>
  529. </property>
  530. </item>
  531. <item>
  532. <property name="text">
  533. <string notr="true">0</string>
  534. </property>
  535. </item>
  536. <item>
  537. <property name="text">
  538. <string notr="true">1</string>
  539. </property>
  540. </item>
  541. <item>
  542. <property name="text">
  543. <string notr="true">2</string>
  544. </property>
  545. </item>
  546. <item>
  547. <property name="text">
  548. <string notr="true">3</string>
  549. </property>
  550. </item>
  551. <item>
  552. <property name="text">
  553. <string notr="true">4</string>
  554. </property>
  555. </item>
  556. <item>
  557. <property name="text">
  558. <string notr="true">5</string>
  559. </property>
  560. </item>
  561. <item>
  562. <property name="text">
  563. <string notr="true">6</string>
  564. </property>
  565. </item>
  566. <item>
  567. <property name="text">
  568. <string notr="true">7</string>
  569. </property>
  570. </item>
  571. </widget>
  572. </item>
  573. </layout>
  574. </widget>
  575. </widget>
  576. <widget class="QGroupBox" name="groupBox_4">
  577. <property name="geometry">
  578. <rect>
  579. <x>10</x>
  580. <y>250</y>
  581. <width>421</width>
  582. <height>51</height>
  583. </rect>
  584. </property>
  585. <property name="title">
  586. <string>Monster strength</string>
  587. </property>
  588. <widget class="QWidget" name="layoutWidget3">
  589. <property name="geometry">
  590. <rect>
  591. <x>10</x>
  592. <y>20</y>
  593. <width>401</width>
  594. <height>26</height>
  595. </rect>
  596. </property>
  597. <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1,1,1">
  598. <item>
  599. <widget class="QRadioButton" name="monsterOpt1">
  600. <property name="sizePolicy">
  601. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  602. <horstretch>0</horstretch>
  603. <verstretch>0</verstretch>
  604. </sizepolicy>
  605. </property>
  606. <property name="minimumSize">
  607. <size>
  608. <width>90</width>
  609. <height>0</height>
  610. </size>
  611. </property>
  612. <property name="maximumSize">
  613. <size>
  614. <width>16777215</width>
  615. <height>16777215</height>
  616. </size>
  617. </property>
  618. <property name="text">
  619. <string>Random</string>
  620. </property>
  621. <property name="checked">
  622. <bool>true</bool>
  623. </property>
  624. </widget>
  625. </item>
  626. <item>
  627. <widget class="QRadioButton" name="monsterOpt2">
  628. <property name="sizePolicy">
  629. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  630. <horstretch>0</horstretch>
  631. <verstretch>0</verstretch>
  632. </sizepolicy>
  633. </property>
  634. <property name="minimumSize">
  635. <size>
  636. <width>90</width>
  637. <height>0</height>
  638. </size>
  639. </property>
  640. <property name="maximumSize">
  641. <size>
  642. <width>120</width>
  643. <height>16777215</height>
  644. </size>
  645. </property>
  646. <property name="text">
  647. <string>Weak</string>
  648. </property>
  649. </widget>
  650. </item>
  651. <item>
  652. <widget class="QRadioButton" name="monsterOpt3">
  653. <property name="sizePolicy">
  654. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  655. <horstretch>0</horstretch>
  656. <verstretch>0</verstretch>
  657. </sizepolicy>
  658. </property>
  659. <property name="minimumSize">
  660. <size>
  661. <width>90</width>
  662. <height>0</height>
  663. </size>
  664. </property>
  665. <property name="maximumSize">
  666. <size>
  667. <width>120</width>
  668. <height>16777215</height>
  669. </size>
  670. </property>
  671. <property name="text">
  672. <string>Normal</string>
  673. </property>
  674. </widget>
  675. </item>
  676. <item>
  677. <widget class="QRadioButton" name="monsterOpt4">
  678. <property name="sizePolicy">
  679. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  680. <horstretch>0</horstretch>
  681. <verstretch>0</verstretch>
  682. </sizepolicy>
  683. </property>
  684. <property name="minimumSize">
  685. <size>
  686. <width>90</width>
  687. <height>0</height>
  688. </size>
  689. </property>
  690. <property name="maximumSize">
  691. <size>
  692. <width>120</width>
  693. <height>16777215</height>
  694. </size>
  695. </property>
  696. <property name="text">
  697. <string>Strong</string>
  698. </property>
  699. </widget>
  700. </item>
  701. </layout>
  702. </widget>
  703. </widget>
  704. <widget class="QGroupBox" name="groupBox_3">
  705. <property name="geometry">
  706. <rect>
  707. <x>10</x>
  708. <y>200</y>
  709. <width>421</width>
  710. <height>51</height>
  711. </rect>
  712. </property>
  713. <property name="sizePolicy">
  714. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  715. <horstretch>0</horstretch>
  716. <verstretch>0</verstretch>
  717. </sizepolicy>
  718. </property>
  719. <property name="maximumSize">
  720. <size>
  721. <width>480</width>
  722. <height>96</height>
  723. </size>
  724. </property>
  725. <property name="title">
  726. <string>Water content</string>
  727. </property>
  728. <widget class="QWidget" name="layoutWidget4">
  729. <property name="geometry">
  730. <rect>
  731. <x>10</x>
  732. <y>20</y>
  733. <width>401</width>
  734. <height>26</height>
  735. </rect>
  736. </property>
  737. <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,1,1,1">
  738. <item>
  739. <widget class="QRadioButton" name="waterOpt1">
  740. <property name="sizePolicy">
  741. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  742. <horstretch>0</horstretch>
  743. <verstretch>0</verstretch>
  744. </sizepolicy>
  745. </property>
  746. <property name="minimumSize">
  747. <size>
  748. <width>90</width>
  749. <height>0</height>
  750. </size>
  751. </property>
  752. <property name="maximumSize">
  753. <size>
  754. <width>144</width>
  755. <height>96</height>
  756. </size>
  757. </property>
  758. <property name="text">
  759. <string>Random</string>
  760. </property>
  761. <property name="checked">
  762. <bool>true</bool>
  763. </property>
  764. </widget>
  765. </item>
  766. <item>
  767. <widget class="QRadioButton" name="waterOpt2">
  768. <property name="sizePolicy">
  769. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  770. <horstretch>0</horstretch>
  771. <verstretch>0</verstretch>
  772. </sizepolicy>
  773. </property>
  774. <property name="minimumSize">
  775. <size>
  776. <width>90</width>
  777. <height>0</height>
  778. </size>
  779. </property>
  780. <property name="maximumSize">
  781. <size>
  782. <width>144</width>
  783. <height>96</height>
  784. </size>
  785. </property>
  786. <property name="text">
  787. <string>None</string>
  788. </property>
  789. </widget>
  790. </item>
  791. <item>
  792. <widget class="QRadioButton" name="waterOpt3">
  793. <property name="sizePolicy">
  794. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  795. <horstretch>0</horstretch>
  796. <verstretch>0</verstretch>
  797. </sizepolicy>
  798. </property>
  799. <property name="minimumSize">
  800. <size>
  801. <width>90</width>
  802. <height>0</height>
  803. </size>
  804. </property>
  805. <property name="maximumSize">
  806. <size>
  807. <width>144</width>
  808. <height>96</height>
  809. </size>
  810. </property>
  811. <property name="text">
  812. <string>Normal</string>
  813. </property>
  814. </widget>
  815. </item>
  816. <item>
  817. <widget class="QRadioButton" name="waterOpt4">
  818. <property name="sizePolicy">
  819. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  820. <horstretch>0</horstretch>
  821. <verstretch>0</verstretch>
  822. </sizepolicy>
  823. </property>
  824. <property name="minimumSize">
  825. <size>
  826. <width>90</width>
  827. <height>0</height>
  828. </size>
  829. </property>
  830. <property name="maximumSize">
  831. <size>
  832. <width>144</width>
  833. <height>96</height>
  834. </size>
  835. </property>
  836. <property name="text">
  837. <string>Islands</string>
  838. </property>
  839. </widget>
  840. </item>
  841. </layout>
  842. </widget>
  843. </widget>
  844. <widget class="QGroupBox" name="groupBox_6">
  845. <property name="geometry">
  846. <rect>
  847. <x>10</x>
  848. <y>300</y>
  849. <width>421</width>
  850. <height>51</height>
  851. </rect>
  852. </property>
  853. <property name="sizePolicy">
  854. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  855. <horstretch>0</horstretch>
  856. <verstretch>0</verstretch>
  857. </sizepolicy>
  858. </property>
  859. <property name="maximumSize">
  860. <size>
  861. <width>480</width>
  862. <height>96</height>
  863. </size>
  864. </property>
  865. <property name="title">
  866. <string>Roads</string>
  867. </property>
  868. <widget class="QWidget" name="layoutWidget4_2">
  869. <property name="geometry">
  870. <rect>
  871. <x>10</x>
  872. <y>20</y>
  873. <width>401</width>
  874. <height>26</height>
  875. </rect>
  876. </property>
  877. <layout class="QHBoxLayout" name="horizontalLayout_5" stretch="0,0,0,0">
  878. <item>
  879. <widget class="QCheckBox" name="roadDirt">
  880. <property name="minimumSize">
  881. <size>
  882. <width>90</width>
  883. <height>0</height>
  884. </size>
  885. </property>
  886. <property name="text">
  887. <string>Dirt</string>
  888. </property>
  889. </widget>
  890. </item>
  891. <item>
  892. <widget class="QCheckBox" name="roadGravel">
  893. <property name="minimumSize">
  894. <size>
  895. <width>90</width>
  896. <height>0</height>
  897. </size>
  898. </property>
  899. <property name="text">
  900. <string>Gravel</string>
  901. </property>
  902. </widget>
  903. </item>
  904. <item>
  905. <widget class="QCheckBox" name="roadCobblestone">
  906. <property name="minimumSize">
  907. <size>
  908. <width>90</width>
  909. <height>0</height>
  910. </size>
  911. </property>
  912. <property name="text">
  913. <string>Cobblestone</string>
  914. </property>
  915. </widget>
  916. </item>
  917. <item>
  918. <spacer name="horizontalSpacer">
  919. <property name="orientation">
  920. <enum>Qt::Orientation::Horizontal</enum>
  921. </property>
  922. <property name="sizeType">
  923. <enum>QSizePolicy::Policy::Fixed</enum>
  924. </property>
  925. <property name="sizeHint" stdset="0">
  926. <size>
  927. <width>100</width>
  928. <height>20</height>
  929. </size>
  930. </property>
  931. </spacer>
  932. </item>
  933. </layout>
  934. </widget>
  935. </widget>
  936. <widget class="QGroupBox" name="groupBox_5">
  937. <property name="geometry">
  938. <rect>
  939. <x>10</x>
  940. <y>20</y>
  941. <width>421</width>
  942. <height>91</height>
  943. </rect>
  944. </property>
  945. <property name="title">
  946. <string>Template</string>
  947. </property>
  948. <widget class="QWidget" name="layoutWidget2_2">
  949. <property name="geometry">
  950. <rect>
  951. <x>10</x>
  952. <y>20</y>
  953. <width>401</width>
  954. <height>61</height>
  955. </rect>
  956. </property>
  957. <layout class="QGridLayout" name="gridLayout_3" columnstretch="0,0">
  958. <item row="0" column="0">
  959. <widget class="QLabel" name="label_5">
  960. <property name="minimumSize">
  961. <size>
  962. <width>100</width>
  963. <height>0</height>
  964. </size>
  965. </property>
  966. <property name="maximumSize">
  967. <size>
  968. <width>120</width>
  969. <height>16777215</height>
  970. </size>
  971. </property>
  972. <property name="text">
  973. <string>Template</string>
  974. </property>
  975. </widget>
  976. </item>
  977. <item row="0" column="1">
  978. <widget class="QComboBox" name="templateCombo">
  979. <property name="enabled">
  980. <bool>true</bool>
  981. </property>
  982. <property name="sizePolicy">
  983. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  984. <horstretch>0</horstretch>
  985. <verstretch>0</verstretch>
  986. </sizepolicy>
  987. </property>
  988. <property name="currentText">
  989. <string notr="true"/>
  990. </property>
  991. <property name="currentIndex">
  992. <number>-1</number>
  993. </property>
  994. </widget>
  995. </item>
  996. <item row="1" column="0">
  997. <widget class="QCheckBox" name="checkSeed">
  998. <property name="minimumSize">
  999. <size>
  1000. <width>90</width>
  1001. <height>0</height>
  1002. </size>
  1003. </property>
  1004. <property name="maximumSize">
  1005. <size>
  1006. <width>120</width>
  1007. <height>16777215</height>
  1008. </size>
  1009. </property>
  1010. <property name="text">
  1011. <string>Custom seed</string>
  1012. </property>
  1013. </widget>
  1014. </item>
  1015. <item row="1" column="1">
  1016. <widget class="QSpinBox" name="lineSeed">
  1017. <property name="maximumSize">
  1018. <size>
  1019. <width>39</width>
  1020. <height>22</height>
  1021. </size>
  1022. </property>
  1023. <property name="maximum">
  1024. <number>999</number>
  1025. </property>
  1026. </widget>
  1027. </item>
  1028. </layout>
  1029. </widget>
  1030. </widget>
  1031. </widget>
  1032. <widget class="QCheckBox" name="randomMapCheck">
  1033. <property name="geometry">
  1034. <rect>
  1035. <x>10</x>
  1036. <y>140</y>
  1037. <width>441</width>
  1038. <height>20</height>
  1039. </rect>
  1040. </property>
  1041. <property name="text">
  1042. <string>Generate random map</string>
  1043. </property>
  1044. </widget>
  1045. <widget class="QWidget" name="layoutWidget6">
  1046. <property name="geometry">
  1047. <rect>
  1048. <x>250</x>
  1049. <y>540</y>
  1050. <width>201</width>
  1051. <height>26</height>
  1052. </rect>
  1053. </property>
  1054. <layout class="QHBoxLayout" name="horizontalLayout_3">
  1055. <item>
  1056. <widget class="QPushButton" name="okButton">
  1057. <property name="sizePolicy">
  1058. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  1059. <horstretch>0</horstretch>
  1060. <verstretch>0</verstretch>
  1061. </sizepolicy>
  1062. </property>
  1063. <property name="maximumSize">
  1064. <size>
  1065. <width>16777215</width>
  1066. <height>36</height>
  1067. </size>
  1068. </property>
  1069. <property name="text">
  1070. <string>OK</string>
  1071. </property>
  1072. </widget>
  1073. </item>
  1074. <item>
  1075. <widget class="QPushButton" name="cancelButton">
  1076. <property name="sizePolicy">
  1077. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  1078. <horstretch>0</horstretch>
  1079. <verstretch>0</verstretch>
  1080. </sizepolicy>
  1081. </property>
  1082. <property name="maximumSize">
  1083. <size>
  1084. <width>16777215</width>
  1085. <height>36</height>
  1086. </size>
  1087. </property>
  1088. <property name="text">
  1089. <string>Cancel</string>
  1090. </property>
  1091. </widget>
  1092. </item>
  1093. </layout>
  1094. </widget>
  1095. </widget>
  1096. <resources/>
  1097. <connections/>
  1098. <buttongroups>
  1099. <buttongroup name="buttonGroup"/>
  1100. </buttongroups>
  1101. </ui>