|
20 | 20 | <bool>true</bool>
|
21 | 21 | </property>
|
22 | 22 | <layout class="QGridLayout" name="gridLayout">
|
23 |
| - <item row="0" column="0"> |
24 |
| - <widget class="QRadioButton" name="rdoBoundary"> |
25 |
| - <property name="text"> |
26 |
| - <string>Input Boundary Layer</string> |
27 |
| - </property> |
28 |
| - <property name="checked"> |
29 |
| - <bool>true</bool> |
| 23 | + <item row="0" column="0" colspan="2"> |
| 24 | + <widget class="QGroupBox" name="groupBox"> |
| 25 | + <property name="title"> |
| 26 | + <string>Area</string> |
30 | 27 | </property>
|
| 28 | + <layout class="QGridLayout" name="gridLayout_2"> |
| 29 | + <item row="0" column="0" colspan="4"> |
| 30 | + <widget class="QRadioButton" name="rdoBoundary"> |
| 31 | + <property name="text"> |
| 32 | + <string>Input Boundary Layer</string> |
| 33 | + </property> |
| 34 | + <property name="checked"> |
| 35 | + <bool>true</bool> |
| 36 | + </property> |
| 37 | + </widget> |
| 38 | + </item> |
| 39 | + <item row="1" column="0" colspan="4"> |
| 40 | + <widget class="QComboBox" name="inShape"/> |
| 41 | + </item> |
| 42 | + <item row="2" column="0" colspan="4"> |
| 43 | + <widget class="QRadioButton" name="rdoCoordinates"> |
| 44 | + <property name="text"> |
| 45 | + <string>Input Coordinates</string> |
| 46 | + </property> |
| 47 | + </widget> |
| 48 | + </item> |
| 49 | + <item row="3" column="0"> |
| 50 | + <widget class="QLabel" name="label"> |
| 51 | + <property name="text"> |
| 52 | + <string>X Min</string> |
| 53 | + </property> |
| 54 | + </widget> |
| 55 | + </item> |
| 56 | + <item row="3" column="1"> |
| 57 | + <widget class="QLineEdit" name="xMin"> |
| 58 | + <property name="enabled"> |
| 59 | + <bool>false</bool> |
| 60 | + </property> |
| 61 | + </widget> |
| 62 | + </item> |
| 63 | + <item row="3" column="2"> |
| 64 | + <widget class="QLabel" name="label_4"> |
| 65 | + <property name="text"> |
| 66 | + <string>Y Min</string> |
| 67 | + </property> |
| 68 | + </widget> |
| 69 | + </item> |
| 70 | + <item row="3" column="3"> |
| 71 | + <widget class="QLineEdit" name="yMin"> |
| 72 | + <property name="enabled"> |
| 73 | + <bool>false</bool> |
| 74 | + </property> |
| 75 | + </widget> |
| 76 | + </item> |
| 77 | + <item row="4" column="0"> |
| 78 | + <widget class="QLabel" name="label_3"> |
| 79 | + <property name="text"> |
| 80 | + <string>X Max</string> |
| 81 | + </property> |
| 82 | + </widget> |
| 83 | + </item> |
| 84 | + <item row="4" column="1"> |
| 85 | + <widget class="QLineEdit" name="xMax"> |
| 86 | + <property name="enabled"> |
| 87 | + <bool>false</bool> |
| 88 | + </property> |
| 89 | + </widget> |
| 90 | + </item> |
| 91 | + <item row="4" column="2"> |
| 92 | + <widget class="QLabel" name="label_5"> |
| 93 | + <property name="text"> |
| 94 | + <string>Y Max</string> |
| 95 | + </property> |
| 96 | + </widget> |
| 97 | + </item> |
| 98 | + <item row="4" column="3"> |
| 99 | + <widget class="QLineEdit" name="yMax"> |
| 100 | + <property name="enabled"> |
| 101 | + <bool>false</bool> |
| 102 | + </property> |
| 103 | + </widget> |
| 104 | + </item> |
| 105 | + </layout> |
31 | 106 | </widget>
|
32 | 107 | </item>
|
33 | 108 | <item row="1" column="0" colspan="2">
|
34 |
| - <widget class="QComboBox" name="inShape"/> |
35 |
| - </item> |
36 |
| - <item row="2" column="0"> |
37 |
| - <widget class="QRadioButton" name="rdoCoordinates"> |
38 |
| - <property name="text"> |
39 |
| - <string>Input Coordinates</string> |
40 |
| - </property> |
41 |
| - </widget> |
42 |
| - </item> |
43 |
| - <item row="3" column="0"> |
44 |
| - <layout class="QHBoxLayout"> |
45 |
| - <item> |
46 |
| - <widget class="QLabel" name="label"> |
47 |
| - <property name="text"> |
48 |
| - <string>X Min</string> |
49 |
| - </property> |
50 |
| - </widget> |
51 |
| - </item> |
52 |
| - <item> |
53 |
| - <widget class="QLineEdit" name="xMin"/> |
54 |
| - </item> |
55 |
| - </layout> |
56 |
| - </item> |
57 |
| - <item row="3" column="1"> |
58 |
| - <layout class="QHBoxLayout"> |
59 |
| - <item> |
60 |
| - <widget class="QLabel" name="label_4"> |
61 |
| - <property name="text"> |
62 |
| - <string>Y Min</string> |
63 |
| - </property> |
64 |
| - </widget> |
65 |
| - </item> |
66 |
| - <item> |
67 |
| - <widget class="QLineEdit" name="yMin"/> |
68 |
| - </item> |
69 |
| - </layout> |
70 |
| - </item> |
71 |
| - <item row="4" column="0"> |
72 |
| - <layout class="QHBoxLayout"> |
73 |
| - <item> |
74 |
| - <widget class="QLabel" name="label_3"> |
75 |
| - <property name="text"> |
76 |
| - <string>X Max</string> |
77 |
| - </property> |
78 |
| - </widget> |
79 |
| - </item> |
80 |
| - <item> |
81 |
| - <widget class="QLineEdit" name="xMax"/> |
82 |
| - </item> |
83 |
| - </layout> |
84 |
| - </item> |
85 |
| - <item row="4" column="1"> |
86 |
| - <layout class="QHBoxLayout"> |
87 |
| - <item> |
88 |
| - <widget class="QLabel" name="label_5"> |
89 |
| - <property name="text"> |
90 |
| - <string>Y Max</string> |
91 |
| - </property> |
92 |
| - </widget> |
93 |
| - </item> |
94 |
| - <item> |
95 |
| - <widget class="QLineEdit" name="yMax"/> |
96 |
| - </item> |
97 |
| - </layout> |
98 |
| - </item> |
99 |
| - <item row="5" column="0" colspan="2"> |
100 | 109 | <widget class="QGroupBox" name="gridBox">
|
101 | 110 | <property name="title">
|
102 | 111 | <string>Grid Spacing</string>
|
|
143 | 152 | </item>
|
144 | 153 | <item>
|
145 | 154 | <widget class="QSpinBox" name="spnNumber">
|
| 155 | + <property name="enabled"> |
| 156 | + <bool>false</bool> |
| 157 | + </property> |
146 | 158 | <property name="minimum">
|
147 | 159 | <number>1</number>
|
148 | 160 | </property>
|
|
183 | 195 | </layout>
|
184 | 196 | </widget>
|
185 | 197 | </item>
|
186 |
| - <item row="6" column="0"> |
| 198 | + <item row="2" column="0"> |
187 | 199 | <widget class="QLabel" name="label_2">
|
188 | 200 | <property name="sizePolicy">
|
189 | 201 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
196 | 208 | </property>
|
197 | 209 | </widget>
|
198 | 210 | </item>
|
199 |
| - <item row="7" column="0" colspan="2"> |
| 211 | + <item row="3" column="0" colspan="2"> |
200 | 212 | <layout class="QHBoxLayout">
|
201 | 213 | <item>
|
202 | 214 | <widget class="QLineEdit" name="outShape">
|
|
214 | 226 | </item>
|
215 | 227 | </layout>
|
216 | 228 | </item>
|
217 |
| - <item row="8" column="0"> |
| 229 | + <item row="4" column="0"> |
218 | 230 | <widget class="QProgressBar" name="progressBar">
|
219 | 231 | <property name="value">
|
220 | 232 | <number>0</number>
|
|
227 | 239 | </property>
|
228 | 240 | </widget>
|
229 | 241 | </item>
|
230 |
| - <item row="8" column="1"> |
| 242 | + <item row="4" column="1"> |
231 | 243 | <widget class="QDialogButtonBox" name="buttonBox_2">
|
232 | 244 | <property name="orientation">
|
233 | 245 | <enum>Qt::Horizontal</enum>
|
|
0 commit comments