AboutForm.ui: About dialog for mines3d v2.
[mines3d.git] / ui / qt / SettingsForm.ui
blob43a83c7e8b3c9711c2c2b2353b5add117e9eb37b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SettingsForm</class>
4 <widget class="QDialog" name="SettingsForm">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>360</width>
10 <height>216</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Settings</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="2">
18 <widget class="QGroupBox" name="customGpb">
19 <property name="title">
20 <string>Custom</string>
21 </property>
22 <layout class="QGridLayout" name="gridLayout_2">
23 <item row="0" column="0">
24 <widget class="QLabel" name="layersLbl">
25 <property name="text">
26 <string>Layers:</string>
27 </property>
28 </widget>
29 </item>
30 <item row="0" column="1">
31 <widget class="QSpinBox" name="layersSpinBox">
32 <property name="minimum">
33 <number>1</number>
34 </property>
35 <property name="maximum">
36 <number>20</number>
37 </property>
38 </widget>
39 </item>
40 <item row="1" column="0">
41 <widget class="QLabel" name="rowsLbl">
42 <property name="text">
43 <string>Rows:</string>
44 </property>
45 </widget>
46 </item>
47 <item row="1" column="1">
48 <widget class="QSpinBox" name="rowsSpinBox">
49 <property name="minimum">
50 <number>1</number>
51 </property>
52 </widget>
53 </item>
54 <item row="2" column="0">
55 <widget class="QLabel" name="columnsLbl">
56 <property name="text">
57 <string>Columns:</string>
58 </property>
59 </widget>
60 </item>
61 <item row="2" column="1">
62 <widget class="QSpinBox" name="columnsSpinBox">
63 <property name="minimum">
64 <number>1</number>
65 </property>
66 </widget>
67 </item>
68 <item row="3" column="0">
69 <widget class="QLabel" name="minesLbl">
70 <property name="text">
71 <string>Mines:</string>
72 </property>
73 </widget>
74 </item>
75 <item row="3" column="1">
76 <widget class="QSpinBox" name="minesSpinBox">
77 <property name="minimum">
78 <number>1</number>
79 </property>
80 <property name="maximum">
81 <number>300</number>
82 </property>
83 </widget>
84 </item>
85 </layout>
86 </widget>
87 </item>
88 <item row="1" column="1" colspan="2">
89 <widget class="QDialogButtonBox" name="buttonBox">
90 <property name="sizePolicy">
91 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
92 <horstretch>0</horstretch>
93 <verstretch>0</verstretch>
94 </sizepolicy>
95 </property>
96 <property name="orientation">
97 <enum>Qt::Horizontal</enum>
98 </property>
99 <property name="standardButtons">
100 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
101 </property>
102 </widget>
103 </item>
104 <item row="0" column="1">
105 <widget class="QGroupBox" name="groupBox">
106 <property name="title">
107 <string>Difficultness</string>
108 </property>
109 <layout class="QGridLayout" name="gridLayout_3">
110 <item row="0" column="0">
111 <widget class="QRadioButton" name="rookieRadio">
112 <property name="text">
113 <string>Rookie</string>
114 </property>
115 </widget>
116 </item>
117 <item row="1" column="0">
118 <widget class="QRadioButton" name="advancedRadio">
119 <property name="text">
120 <string>Advanced</string>
121 </property>
122 </widget>
123 </item>
124 <item row="2" column="0">
125 <widget class="QRadioButton" name="suicideRadio">
126 <property name="text">
127 <string>Suicide</string>
128 </property>
129 </widget>
130 </item>
131 <item row="3" column="0">
132 <widget class="QRadioButton" name="customRadio">
133 <property name="text">
134 <string>Custom</string>
135 </property>
136 </widget>
137 </item>
138 </layout>
139 </widget>
140 </item>
141 </layout>
142 </widget>
143 <resources/>
144 <connections>
145 <connection>
146 <sender>buttonBox</sender>
147 <signal>accepted()</signal>
148 <receiver>SettingsForm</receiver>
149 <slot>accept()</slot>
150 <hints>
151 <hint type="sourcelabel">
152 <x>248</x>
153 <y>254</y>
154 </hint>
155 <hint type="destinationlabel">
156 <x>157</x>
157 <y>274</y>
158 </hint>
159 </hints>
160 </connection>
161 <connection>
162 <sender>buttonBox</sender>
163 <signal>rejected()</signal>
164 <receiver>SettingsForm</receiver>
165 <slot>reject()</slot>
166 <hints>
167 <hint type="sourcelabel">
168 <x>316</x>
169 <y>260</y>
170 </hint>
171 <hint type="destinationlabel">
172 <x>286</x>
173 <y>274</y>
174 </hint>
175 </hints>
176 </connection>
177 </connections>
178 </ui>