windownewmap.ui 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937
  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>444</width>
  10. <height>506</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>20</y>
  42. <width>291</width>
  43. <height>91</height>
  44. </rect>
  45. </property>
  46. <property name="title">
  47. <string>Map size</string>
  48. </property>
  49. <widget class="QWidget" name="layoutWidget1">
  50. <property name="geometry">
  51. <rect>
  52. <x>0</x>
  53. <y>20</y>
  54. <width>281</width>
  55. <height>73</height>
  56. </rect>
  57. </property>
  58. <layout class="QGridLayout" name="gridLayout_2" columnstretch="3,0,1">
  59. <item row="1" column="0">
  60. <widget class="QCheckBox" name="twoLevelCheck">
  61. <property name="text">
  62. <string>Two level map</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="0" column="2">
  67. <widget class="QLineEdit" name="widthTxt">
  68. <property name="maximumSize">
  69. <size>
  70. <width>64</width>
  71. <height>16777215</height>
  72. </size>
  73. </property>
  74. <property name="inputMethodHints">
  75. <set>Qt::InputMethodHint::ImhDigitsOnly</set>
  76. </property>
  77. <property name="text">
  78. <string notr="true">36</string>
  79. </property>
  80. <property name="maxLength">
  81. <number>3</number>
  82. </property>
  83. </widget>
  84. </item>
  85. <item row="1" column="1">
  86. <widget class="QLabel" name="label_2">
  87. <property name="text">
  88. <string>Height</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item row="1" column="2">
  93. <widget class="QLineEdit" name="heightTxt">
  94. <property name="maximumSize">
  95. <size>
  96. <width>64</width>
  97. <height>16777215</height>
  98. </size>
  99. </property>
  100. <property name="inputMethodHints">
  101. <set>Qt::InputMethodHint::ImhDigitsOnly</set>
  102. </property>
  103. <property name="text">
  104. <string notr="true">36</string>
  105. </property>
  106. <property name="maxLength">
  107. <number>3</number>
  108. </property>
  109. </widget>
  110. </item>
  111. <item row="0" column="1">
  112. <widget class="QLabel" name="label">
  113. <property name="minimumSize">
  114. <size>
  115. <width>48</width>
  116. <height>0</height>
  117. </size>
  118. </property>
  119. <property name="maximumSize">
  120. <size>
  121. <width>96</width>
  122. <height>16777215</height>
  123. </size>
  124. </property>
  125. <property name="text">
  126. <string>Width</string>
  127. </property>
  128. </widget>
  129. </item>
  130. <item row="0" column="0">
  131. <layout class="QHBoxLayout" name="horizontalLayout_4">
  132. <item>
  133. <spacer name="horizontalSpacer_5">
  134. <property name="orientation">
  135. <enum>Qt::Orientation::Horizontal</enum>
  136. </property>
  137. <property name="sizeType">
  138. <enum>QSizePolicy::Policy::Fixed</enum>
  139. </property>
  140. <property name="sizeHint" stdset="0">
  141. <size>
  142. <width>8</width>
  143. <height>20</height>
  144. </size>
  145. </property>
  146. </spacer>
  147. </item>
  148. <item>
  149. <widget class="QComboBox" name="sizeCombo">
  150. <property name="minimumSize">
  151. <size>
  152. <width>96</width>
  153. <height>0</height>
  154. </size>
  155. </property>
  156. <property name="maximumSize">
  157. <size>
  158. <width>144</width>
  159. <height>16777215</height>
  160. </size>
  161. </property>
  162. <item>
  163. <property name="text">
  164. <string>S (36x36)</string>
  165. </property>
  166. </item>
  167. <item>
  168. <property name="text">
  169. <string>M (72x72)</string>
  170. </property>
  171. </item>
  172. <item>
  173. <property name="text">
  174. <string>L (108x108)</string>
  175. </property>
  176. </item>
  177. <item>
  178. <property name="text">
  179. <string>XL (144x144)</string>
  180. </property>
  181. </item>
  182. <item>
  183. <property name="text">
  184. <string>H (180x180)</string>
  185. </property>
  186. </item>
  187. <item>
  188. <property name="text">
  189. <string>XH (216x216)</string>
  190. </property>
  191. </item>
  192. <item>
  193. <property name="text">
  194. <string>G (252x252)</string>
  195. </property>
  196. </item>
  197. </widget>
  198. </item>
  199. </layout>
  200. </item>
  201. </layout>
  202. </widget>
  203. </widget>
  204. <widget class="QGroupBox" name="groupBox_5">
  205. <property name="geometry">
  206. <rect>
  207. <x>10</x>
  208. <y>140</y>
  209. <width>431</width>
  210. <height>361</height>
  211. </rect>
  212. </property>
  213. <property name="sizePolicy">
  214. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  215. <horstretch>0</horstretch>
  216. <verstretch>0</verstretch>
  217. </sizepolicy>
  218. </property>
  219. <property name="title">
  220. <string>Random map</string>
  221. </property>
  222. <widget class="QGroupBox" name="groupBox_2">
  223. <property name="geometry">
  224. <rect>
  225. <x>10</x>
  226. <y>20</y>
  227. <width>411</width>
  228. <height>91</height>
  229. </rect>
  230. </property>
  231. <property name="title">
  232. <string>Players</string>
  233. </property>
  234. <widget class="QWidget" name="layoutWidget2">
  235. <property name="geometry">
  236. <rect>
  237. <x>10</x>
  238. <y>20</y>
  239. <width>391</width>
  240. <height>72</height>
  241. </rect>
  242. </property>
  243. <layout class="QGridLayout" name="gridLayout" columnstretch="0,0,0,0">
  244. <item row="1" column="1">
  245. <widget class="QComboBox" name="cpuCombo">
  246. <item>
  247. <property name="text">
  248. <string>Random</string>
  249. </property>
  250. </item>
  251. <item>
  252. <property name="text">
  253. <string notr="true">0</string>
  254. </property>
  255. </item>
  256. <item>
  257. <property name="text">
  258. <string notr="true">1</string>
  259. </property>
  260. </item>
  261. <item>
  262. <property name="text">
  263. <string notr="true">2</string>
  264. </property>
  265. </item>
  266. <item>
  267. <property name="text">
  268. <string notr="true">3</string>
  269. </property>
  270. </item>
  271. <item>
  272. <property name="text">
  273. <string notr="true">4</string>
  274. </property>
  275. </item>
  276. <item>
  277. <property name="text">
  278. <string notr="true">5</string>
  279. </property>
  280. </item>
  281. <item>
  282. <property name="text">
  283. <string notr="true">6</string>
  284. </property>
  285. </item>
  286. <item>
  287. <property name="text">
  288. <string notr="true">7</string>
  289. </property>
  290. </item>
  291. </widget>
  292. </item>
  293. <item row="1" column="0">
  294. <widget class="QLabel" name="label_4">
  295. <property name="text">
  296. <string>Computer only</string>
  297. </property>
  298. </widget>
  299. </item>
  300. <item row="0" column="1">
  301. <widget class="QComboBox" name="humanCombo">
  302. <property name="minimumSize">
  303. <size>
  304. <width>96</width>
  305. <height>0</height>
  306. </size>
  307. </property>
  308. <property name="maximumSize">
  309. <size>
  310. <width>120</width>
  311. <height>16777215</height>
  312. </size>
  313. </property>
  314. <item>
  315. <property name="text">
  316. <string>Random</string>
  317. </property>
  318. </item>
  319. <item>
  320. <property name="text">
  321. <string notr="true">1</string>
  322. </property>
  323. </item>
  324. <item>
  325. <property name="text">
  326. <string notr="true">2</string>
  327. </property>
  328. </item>
  329. <item>
  330. <property name="text">
  331. <string notr="true">3</string>
  332. </property>
  333. </item>
  334. <item>
  335. <property name="text">
  336. <string notr="true">4</string>
  337. </property>
  338. </item>
  339. <item>
  340. <property name="text">
  341. <string notr="true">5</string>
  342. </property>
  343. </item>
  344. <item>
  345. <property name="text">
  346. <string notr="true">6</string>
  347. </property>
  348. </item>
  349. <item>
  350. <property name="text">
  351. <string notr="true">7</string>
  352. </property>
  353. </item>
  354. <item>
  355. <property name="text">
  356. <string notr="true">8</string>
  357. </property>
  358. </item>
  359. </widget>
  360. </item>
  361. <item row="0" column="0">
  362. <widget class="QLabel" name="label_3">
  363. <property name="minimumSize">
  364. <size>
  365. <width>96</width>
  366. <height>0</height>
  367. </size>
  368. </property>
  369. <property name="maximumSize">
  370. <size>
  371. <width>120</width>
  372. <height>16777215</height>
  373. </size>
  374. </property>
  375. <property name="text">
  376. <string>Human/Computer</string>
  377. </property>
  378. </widget>
  379. </item>
  380. <item row="0" column="3">
  381. <widget class="QComboBox" name="humanTeamsCombo">
  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>16777215</width>
  391. <height>16777215</height>
  392. </size>
  393. </property>
  394. <property name="currentText">
  395. <string notr="true">0</string>
  396. </property>
  397. <item>
  398. <property name="text">
  399. <string notr="true">0</string>
  400. </property>
  401. </item>
  402. </widget>
  403. </item>
  404. <item row="0" column="2">
  405. <widget class="QLabel" name="label_6">
  406. <property name="text">
  407. <string>Human teams</string>
  408. </property>
  409. </widget>
  410. </item>
  411. <item row="1" column="3">
  412. <widget class="QComboBox" name="cpuTeamsCombo">
  413. <property name="currentText">
  414. <string notr="true">0</string>
  415. </property>
  416. <item>
  417. <property name="text">
  418. <string notr="true">0</string>
  419. </property>
  420. </item>
  421. </widget>
  422. </item>
  423. <item row="1" column="2">
  424. <widget class="QLabel" name="label_7">
  425. <property name="text">
  426. <string>Computer teams</string>
  427. </property>
  428. </widget>
  429. </item>
  430. </layout>
  431. </widget>
  432. </widget>
  433. <widget class="QGroupBox" name="groupBox_4">
  434. <property name="geometry">
  435. <rect>
  436. <x>10</x>
  437. <y>170</y>
  438. <width>411</width>
  439. <height>51</height>
  440. </rect>
  441. </property>
  442. <property name="title">
  443. <string>Monster strength</string>
  444. </property>
  445. <widget class="QWidget" name="layoutWidget3">
  446. <property name="geometry">
  447. <rect>
  448. <x>0</x>
  449. <y>20</y>
  450. <width>411</width>
  451. <height>26</height>
  452. </rect>
  453. </property>
  454. <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1,1,1,1">
  455. <item>
  456. <widget class="QRadioButton" name="monsterOpt1">
  457. <property name="sizePolicy">
  458. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  459. <horstretch>0</horstretch>
  460. <verstretch>0</verstretch>
  461. </sizepolicy>
  462. </property>
  463. <property name="maximumSize">
  464. <size>
  465. <width>16777215</width>
  466. <height>16777215</height>
  467. </size>
  468. </property>
  469. <property name="text">
  470. <string>Random</string>
  471. </property>
  472. <property name="checked">
  473. <bool>true</bool>
  474. </property>
  475. </widget>
  476. </item>
  477. <item>
  478. <widget class="QRadioButton" name="monsterOpt2">
  479. <property name="sizePolicy">
  480. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  481. <horstretch>0</horstretch>
  482. <verstretch>0</verstretch>
  483. </sizepolicy>
  484. </property>
  485. <property name="maximumSize">
  486. <size>
  487. <width>120</width>
  488. <height>16777215</height>
  489. </size>
  490. </property>
  491. <property name="text">
  492. <string>Weak</string>
  493. </property>
  494. </widget>
  495. </item>
  496. <item>
  497. <widget class="QRadioButton" name="monsterOpt3">
  498. <property name="sizePolicy">
  499. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  500. <horstretch>0</horstretch>
  501. <verstretch>0</verstretch>
  502. </sizepolicy>
  503. </property>
  504. <property name="maximumSize">
  505. <size>
  506. <width>120</width>
  507. <height>16777215</height>
  508. </size>
  509. </property>
  510. <property name="text">
  511. <string>Normal</string>
  512. </property>
  513. </widget>
  514. </item>
  515. <item>
  516. <widget class="QRadioButton" name="monsterOpt4">
  517. <property name="sizePolicy">
  518. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  519. <horstretch>0</horstretch>
  520. <verstretch>0</verstretch>
  521. </sizepolicy>
  522. </property>
  523. <property name="maximumSize">
  524. <size>
  525. <width>120</width>
  526. <height>16777215</height>
  527. </size>
  528. </property>
  529. <property name="text">
  530. <string>Strong</string>
  531. </property>
  532. </widget>
  533. </item>
  534. <item>
  535. <spacer name="horizontalSpacer_2">
  536. <property name="sizePolicy">
  537. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  538. <horstretch>0</horstretch>
  539. <verstretch>0</verstretch>
  540. </sizepolicy>
  541. </property>
  542. <property name="maximumSize">
  543. <size>
  544. <width>16777215</width>
  545. <height>16777215</height>
  546. </size>
  547. </property>
  548. <property name="orientation">
  549. <enum>Qt::Orientation::Horizontal</enum>
  550. </property>
  551. <property name="sizeHint" stdset="0">
  552. <size>
  553. <width>40</width>
  554. <height>20</height>
  555. </size>
  556. </property>
  557. </spacer>
  558. </item>
  559. </layout>
  560. </widget>
  561. </widget>
  562. <widget class="QGroupBox" name="groupBox_3">
  563. <property name="geometry">
  564. <rect>
  565. <x>10</x>
  566. <y>120</y>
  567. <width>411</width>
  568. <height>51</height>
  569. </rect>
  570. </property>
  571. <property name="sizePolicy">
  572. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  573. <horstretch>0</horstretch>
  574. <verstretch>0</verstretch>
  575. </sizepolicy>
  576. </property>
  577. <property name="maximumSize">
  578. <size>
  579. <width>480</width>
  580. <height>96</height>
  581. </size>
  582. </property>
  583. <property name="title">
  584. <string>Water content</string>
  585. </property>
  586. <widget class="QWidget" name="layoutWidget4">
  587. <property name="geometry">
  588. <rect>
  589. <x>0</x>
  590. <y>20</y>
  591. <width>411</width>
  592. <height>26</height>
  593. </rect>
  594. </property>
  595. <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,1,1,1,1">
  596. <item>
  597. <widget class="QRadioButton" name="waterOpt1">
  598. <property name="sizePolicy">
  599. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  600. <horstretch>0</horstretch>
  601. <verstretch>0</verstretch>
  602. </sizepolicy>
  603. </property>
  604. <property name="maximumSize">
  605. <size>
  606. <width>144</width>
  607. <height>96</height>
  608. </size>
  609. </property>
  610. <property name="text">
  611. <string>Random</string>
  612. </property>
  613. <property name="checked">
  614. <bool>true</bool>
  615. </property>
  616. </widget>
  617. </item>
  618. <item>
  619. <widget class="QRadioButton" name="waterOpt2">
  620. <property name="sizePolicy">
  621. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  622. <horstretch>0</horstretch>
  623. <verstretch>0</verstretch>
  624. </sizepolicy>
  625. </property>
  626. <property name="maximumSize">
  627. <size>
  628. <width>144</width>
  629. <height>96</height>
  630. </size>
  631. </property>
  632. <property name="text">
  633. <string>None</string>
  634. </property>
  635. </widget>
  636. </item>
  637. <item>
  638. <widget class="QRadioButton" name="waterOpt3">
  639. <property name="sizePolicy">
  640. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  641. <horstretch>0</horstretch>
  642. <verstretch>0</verstretch>
  643. </sizepolicy>
  644. </property>
  645. <property name="maximumSize">
  646. <size>
  647. <width>144</width>
  648. <height>96</height>
  649. </size>
  650. </property>
  651. <property name="text">
  652. <string>Normal</string>
  653. </property>
  654. </widget>
  655. </item>
  656. <item>
  657. <widget class="QRadioButton" name="waterOpt4">
  658. <property name="sizePolicy">
  659. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  660. <horstretch>0</horstretch>
  661. <verstretch>0</verstretch>
  662. </sizepolicy>
  663. </property>
  664. <property name="maximumSize">
  665. <size>
  666. <width>144</width>
  667. <height>96</height>
  668. </size>
  669. </property>
  670. <property name="text">
  671. <string>Islands</string>
  672. </property>
  673. </widget>
  674. </item>
  675. <item>
  676. <spacer name="horizontalSpacer">
  677. <property name="orientation">
  678. <enum>Qt::Orientation::Horizontal</enum>
  679. </property>
  680. <property name="sizeHint" stdset="0">
  681. <size>
  682. <width>40</width>
  683. <height>20</height>
  684. </size>
  685. </property>
  686. </spacer>
  687. </item>
  688. </layout>
  689. </widget>
  690. </widget>
  691. <widget class="QGroupBox" name="groupBox_6">
  692. <property name="geometry">
  693. <rect>
  694. <x>10</x>
  695. <y>230</y>
  696. <width>411</width>
  697. <height>51</height>
  698. </rect>
  699. </property>
  700. <property name="sizePolicy">
  701. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  702. <horstretch>0</horstretch>
  703. <verstretch>0</verstretch>
  704. </sizepolicy>
  705. </property>
  706. <property name="maximumSize">
  707. <size>
  708. <width>480</width>
  709. <height>96</height>
  710. </size>
  711. </property>
  712. <property name="title">
  713. <string>Roads</string>
  714. </property>
  715. <widget class="QWidget" name="layoutWidget4_2">
  716. <property name="geometry">
  717. <rect>
  718. <x>0</x>
  719. <y>20</y>
  720. <width>411</width>
  721. <height>26</height>
  722. </rect>
  723. </property>
  724. <layout class="QHBoxLayout" name="horizontalLayout_5" stretch="0,0,0,0,0,1">
  725. <item>
  726. <widget class="QCheckBox" name="roadDirt">
  727. <property name="text">
  728. <string>Dirt</string>
  729. </property>
  730. </widget>
  731. </item>
  732. <item>
  733. <spacer name="horizontalSpacer_4">
  734. <property name="orientation">
  735. <enum>Qt::Orientation::Horizontal</enum>
  736. </property>
  737. <property name="sizeHint" stdset="0">
  738. <size>
  739. <width>40</width>
  740. <height>20</height>
  741. </size>
  742. </property>
  743. </spacer>
  744. </item>
  745. <item>
  746. <widget class="QCheckBox" name="roadGravel">
  747. <property name="text">
  748. <string>Gravel</string>
  749. </property>
  750. </widget>
  751. </item>
  752. <item>
  753. <spacer name="horizontalSpacer_6">
  754. <property name="orientation">
  755. <enum>Qt::Orientation::Horizontal</enum>
  756. </property>
  757. <property name="sizeHint" stdset="0">
  758. <size>
  759. <width>40</width>
  760. <height>20</height>
  761. </size>
  762. </property>
  763. </spacer>
  764. </item>
  765. <item>
  766. <widget class="QCheckBox" name="roadCobblestone">
  767. <property name="text">
  768. <string>Cobblestone</string>
  769. </property>
  770. </widget>
  771. </item>
  772. <item>
  773. <spacer name="horizontalSpacer_3">
  774. <property name="orientation">
  775. <enum>Qt::Orientation::Horizontal</enum>
  776. </property>
  777. <property name="sizeHint" stdset="0">
  778. <size>
  779. <width>40</width>
  780. <height>20</height>
  781. </size>
  782. </property>
  783. </spacer>
  784. </item>
  785. </layout>
  786. </widget>
  787. </widget>
  788. <widget class="QWidget" name="layoutWidget5">
  789. <property name="geometry">
  790. <rect>
  791. <x>10</x>
  792. <y>280</y>
  793. <width>411</width>
  794. <height>34</height>
  795. </rect>
  796. </property>
  797. <layout class="QHBoxLayout" name="horizontalLayout_3">
  798. <item>
  799. <widget class="QLabel" name="label_5">
  800. <property name="sizePolicy">
  801. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  802. <horstretch>0</horstretch>
  803. <verstretch>0</verstretch>
  804. </sizepolicy>
  805. </property>
  806. <property name="maximumSize">
  807. <size>
  808. <width>120</width>
  809. <height>16777215</height>
  810. </size>
  811. </property>
  812. <property name="text">
  813. <string>Template</string>
  814. </property>
  815. </widget>
  816. </item>
  817. <item>
  818. <widget class="QComboBox" name="templateCombo">
  819. <property name="enabled">
  820. <bool>false</bool>
  821. </property>
  822. <property name="currentText">
  823. <string notr="true"/>
  824. </property>
  825. <property name="currentIndex">
  826. <number>-1</number>
  827. </property>
  828. </widget>
  829. </item>
  830. </layout>
  831. </widget>
  832. <widget class="QWidget" name="layoutWidget">
  833. <property name="geometry">
  834. <rect>
  835. <x>80</x>
  836. <y>320</y>
  837. <width>283</width>
  838. <height>33</height>
  839. </rect>
  840. </property>
  841. <layout class="QHBoxLayout" name="horizontalLayout_6">
  842. <item>
  843. <widget class="QCheckBox" name="checkSeed">
  844. <property name="text">
  845. <string>Custom seed</string>
  846. </property>
  847. </widget>
  848. </item>
  849. <item>
  850. <widget class="QLineEdit" name="lineSeed">
  851. <property name="enabled">
  852. <bool>false</bool>
  853. </property>
  854. <property name="inputMethodHints">
  855. <set>Qt::InputMethodHint::ImhDigitsOnly</set>
  856. </property>
  857. <property name="text">
  858. <string>0</string>
  859. </property>
  860. </widget>
  861. </item>
  862. </layout>
  863. </widget>
  864. </widget>
  865. <widget class="QCheckBox" name="randomMapCheck">
  866. <property name="geometry">
  867. <rect>
  868. <x>10</x>
  869. <y>120</y>
  870. <width>291</width>
  871. <height>20</height>
  872. </rect>
  873. </property>
  874. <property name="text">
  875. <string>Generate random map</string>
  876. </property>
  877. </widget>
  878. <widget class="QWidget" name="layoutWidget6">
  879. <property name="geometry">
  880. <rect>
  881. <x>310</x>
  882. <y>20</y>
  883. <width>111</width>
  884. <height>101</height>
  885. </rect>
  886. </property>
  887. <layout class="QVBoxLayout" name="verticalLayout">
  888. <item>
  889. <widget class="QPushButton" name="okButton">
  890. <property name="sizePolicy">
  891. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  892. <horstretch>0</horstretch>
  893. <verstretch>0</verstretch>
  894. </sizepolicy>
  895. </property>
  896. <property name="minimumSize">
  897. <size>
  898. <width>0</width>
  899. <height>36</height>
  900. </size>
  901. </property>
  902. <property name="maximumSize">
  903. <size>
  904. <width>16777215</width>
  905. <height>36</height>
  906. </size>
  907. </property>
  908. <property name="text">
  909. <string>Ok</string>
  910. </property>
  911. </widget>
  912. </item>
  913. <item>
  914. <widget class="QPushButton" name="cancelButton">
  915. <property name="sizePolicy">
  916. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  917. <horstretch>0</horstretch>
  918. <verstretch>0</verstretch>
  919. </sizepolicy>
  920. </property>
  921. <property name="maximumSize">
  922. <size>
  923. <width>16777215</width>
  924. <height>36</height>
  925. </size>
  926. </property>
  927. <property name="text">
  928. <string>Cancel</string>
  929. </property>
  930. </widget>
  931. </item>
  932. </layout>
  933. </widget>
  934. </widget>
  935. <resources/>
  936. <connections/>
  937. </ui>