| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>WindowNewMap</class>
- <widget class="QDialog" name="WindowNewMap">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>460</width>
- <height>573</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>390</width>
- <height>351</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>999</width>
- <height>999</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Create new map</string>
- </property>
- <property name="modal">
- <bool>false</bool>
- </property>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>441</width>
- <height>121</height>
- </rect>
- </property>
- <property name="title">
- <string>Map size</string>
- </property>
- <widget class="QGroupBox" name="sizeGroup1">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>40</y>
- <width>211</width>
- <height>40</height>
- </rect>
- </property>
- <property name="title">
- <string/>
- </property>
- <property name="flat">
- <bool>false</bool>
- </property>
- <property name="checkable">
- <bool>false</bool>
- </property>
- <widget class="QWidget" name="layoutWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>191</width>
- <height>24</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_6">
- <item>
- <widget class="QComboBox" name="sizeCombo">
- <property name="minimumSize">
- <size>
- <width>120</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>200</width>
- <height>16777215</height>
- </size>
- </property>
- <item>
- <property name="text">
- <string>S (36x36)</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>M (72x72)</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>L (108x108)</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>XL (144x144)</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>H (180x180)</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>XH (216x216)</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>G (252x252)</string>
- </property>
- </item>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <widget class="QGroupBox" name="sizeGroup2">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>40</y>
- <width>211</width>
- <height>40</height>
- </rect>
- </property>
- <property name="title">
- <string/>
- </property>
- <property name="flat">
- <bool>false</bool>
- </property>
- <property name="checkable">
- <bool>false</bool>
- </property>
- <widget class="QWidget" name="layoutWidget_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>194</width>
- <height>24</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_7">
- <item>
- <widget class="QLabel" name="label">
- <property name="minimumSize">
- <size>
- <width>48</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>96</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>Width</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QSpinBox" name="widthTxt">
- <property name="maximum">
- <number>999</number>
- </property>
- <property name="value">
- <number>0</number>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_2">
- <property name="minimumSize">
- <size>
- <width>48</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>Height</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QSpinBox" name="heightTxt">
- <property name="maximum">
- <number>999</number>
- </property>
- <property name="value">
- <number>0</number>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <widget class="QWidget" name="horizontalLayoutWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>211</width>
- <height>22</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_11">
- <item>
- <widget class="QRadioButton" name="sizeStandardRadio">
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>Standard size</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- <attribute name="buttonGroup">
- <string notr="true">buttonGroup</string>
- </attribute>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="horizontalLayoutWidget_2">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>20</y>
- <width>211</width>
- <height>22</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_12">
- <item>
- <widget class="QRadioButton" name="sizeCustomRadio">
- <property name="text">
- <string>Custom size</string>
- </property>
- <attribute name="buttonGroup">
- <string notr="true">buttonGroup</string>
- </attribute>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="horizontalLayoutWidget_3">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>86</y>
- <width>191</width>
- <height>29</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_4">
- <item>
- <widget class="QLabel" name="label_8">
- <property name="text">
- <string>Levels</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QSpinBox" name="spinBoxLevels">
- <property name="specialValueText">
- <string/>
- </property>
- <property name="suffix">
- <string/>
- </property>
- <property name="prefix">
- <string/>
- </property>
- <property name="minimum">
- <number>1</number>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <widget class="QGroupBox" name="randomOptions">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>170</y>
- <width>441</width>
- <height>361</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="title">
- <string>Random map</string>
- </property>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>110</y>
- <width>421</width>
- <height>91</height>
- </rect>
- </property>
- <property name="title">
- <string>Players</string>
- </property>
- <widget class="QWidget" name="layoutWidget2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>401</width>
- <height>61</height>
- </rect>
- </property>
- <layout class="QGridLayout" name="gridLayout" columnstretch="0,0,0,0">
- <item row="0" column="1">
- <widget class="QComboBox" name="humanCombo">
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>120</width>
- <height>16777215</height>
- </size>
- </property>
- <item>
- <property name="text">
- <string>Random</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">1</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">2</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">3</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">4</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">5</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">6</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">7</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">8</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="0" column="0">
- <widget class="QLabel" name="label_3">
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>120</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>Humans</string>
- </property>
- </widget>
- </item>
- <item row="1" column="3">
- <widget class="QComboBox" name="cpuTeamsCombo">
- <property name="currentText">
- <string notr="true">0</string>
- </property>
- <item>
- <property name="text">
- <string notr="true">0</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="1" column="2">
- <widget class="QLabel" name="label_7">
- <property name="text">
- <string>Computer teams</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="label_6">
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>Human teams</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QComboBox" name="humanTeamsCombo">
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="currentText">
- <string notr="true">0</string>
- </property>
- <item>
- <property name="text">
- <string notr="true">0</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="0" column="2">
- <widget class="QLabel" name="label_4">
- <property name="text">
- <string>Computers</string>
- </property>
- </widget>
- </item>
- <item row="0" column="3">
- <widget class="QComboBox" name="cpuCombo">
- <item>
- <property name="text">
- <string>Random</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">0</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">1</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">2</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">3</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">4</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">5</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">6</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string notr="true">7</string>
- </property>
- </item>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_4">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>250</y>
- <width>421</width>
- <height>51</height>
- </rect>
- </property>
- <property name="title">
- <string>Monster strength</string>
- </property>
- <widget class="QWidget" name="layoutWidget3">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>401</width>
- <height>26</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1,1,1">
- <item>
- <widget class="QRadioButton" name="monsterOpt1">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>Random</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="monsterOpt2">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>120</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>Weak</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="monsterOpt3">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>120</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>Normal</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="monsterOpt4">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>120</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>Strong</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_3">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>200</y>
- <width>421</width>
- <height>51</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="maximumSize">
- <size>
- <width>480</width>
- <height>96</height>
- </size>
- </property>
- <property name="title">
- <string>Water content</string>
- </property>
- <widget class="QWidget" name="layoutWidget4">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>401</width>
- <height>26</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,1,1,1">
- <item>
- <widget class="QRadioButton" name="waterOpt1">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>144</width>
- <height>96</height>
- </size>
- </property>
- <property name="text">
- <string>Random</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="waterOpt2">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>144</width>
- <height>96</height>
- </size>
- </property>
- <property name="text">
- <string>None</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="waterOpt3">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>144</width>
- <height>96</height>
- </size>
- </property>
- <property name="text">
- <string>Normal</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="waterOpt4">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>144</width>
- <height>96</height>
- </size>
- </property>
- <property name="text">
- <string>Islands</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_6">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>300</y>
- <width>421</width>
- <height>51</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="maximumSize">
- <size>
- <width>480</width>
- <height>96</height>
- </size>
- </property>
- <property name="title">
- <string>Roads</string>
- </property>
- <widget class="QWidget" name="layoutWidget4_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>401</width>
- <height>26</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_5" stretch="0,0,0,0">
- <item>
- <widget class="QCheckBox" name="roadDirt">
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>Dirt</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="roadGravel">
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>Gravel</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="roadCobblestone">
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>Cobblestone</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Orientation::Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>QSizePolicy::Policy::Fixed</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>100</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_5">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>421</width>
- <height>91</height>
- </rect>
- </property>
- <property name="title">
- <string>Template</string>
- </property>
- <widget class="QWidget" name="layoutWidget2_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>401</width>
- <height>61</height>
- </rect>
- </property>
- <layout class="QGridLayout" name="gridLayout_3" columnstretch="0,0">
- <item row="0" column="0">
- <widget class="QLabel" name="label_5">
- <property name="minimumSize">
- <size>
- <width>100</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>120</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>Template</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QComboBox" name="templateCombo">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="currentText">
- <string notr="true"/>
- </property>
- <property name="currentIndex">
- <number>-1</number>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QCheckBox" name="checkSeed">
- <property name="minimumSize">
- <size>
- <width>90</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>120</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string>Custom seed</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QSpinBox" name="lineSeed">
- <property name="maximumSize">
- <size>
- <width>39</width>
- <height>22</height>
- </size>
- </property>
- <property name="maximum">
- <number>999</number>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- </widget>
- <widget class="QCheckBox" name="randomMapCheck">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>140</y>
- <width>441</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Generate random map</string>
- </property>
- </widget>
- <widget class="QWidget" name="layoutWidget6">
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>540</y>
- <width>201</width>
- <height>26</height>
- </rect>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <item>
- <widget class="QPushButton" name="okButton">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>36</height>
- </size>
- </property>
- <property name="text">
- <string>OK</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="cancelButton">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>36</height>
- </size>
- </property>
- <property name="text">
- <string>Cancel</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <resources/>
- <connections/>
- <buttongroups>
- <buttongroup name="buttonGroup"/>
- </buttongroups>
- </ui>
|