|
1 | | -<ui version="4.0" > |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
2 | 3 | <class>QgsZonalStatisticsDialogBase</class> |
3 | | - <widget class="QDialog" name="QgsZonalStatisticsDialogBase" > |
4 | | - <property name="geometry" > |
| 4 | + <widget class="QDialog" name="QgsZonalStatisticsDialogBase"> |
| 5 | + <property name="geometry"> |
5 | 6 | <rect> |
6 | 7 | <x>0</x> |
7 | 8 | <y>0</y> |
8 | | - <width>366</width> |
9 | | - <height>242</height> |
| 9 | + <width>240</width> |
| 10 | + <height>193</height> |
10 | 11 | </rect> |
11 | 12 | </property> |
12 | | - <property name="windowTitle" > |
13 | | - <string>Dialog</string> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>Zonal Statistics</string> |
14 | 15 | </property> |
15 | | - <layout class="QGridLayout" name="gridLayout" > |
16 | | - <item row="0" column="0" > |
17 | | - <widget class="QLabel" name="mRasterLayerLabel" > |
18 | | - <property name="text" > |
| 16 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 17 | + <item> |
| 18 | + <widget class="QLabel" name="mRasterLayerLabel"> |
| 19 | + <property name="text"> |
19 | 20 | <string>Raster layer:</string> |
20 | 21 | </property> |
21 | 22 | </widget> |
22 | 23 | </item> |
23 | | - <item row="1" column="0" > |
24 | | - <widget class="QComboBox" name="mRasterLayerComboBox" /> |
| 24 | + <item> |
| 25 | + <widget class="QComboBox" name="mRasterLayerComboBox"/> |
25 | 26 | </item> |
26 | | - <item row="2" column="0" > |
27 | | - <widget class="QLabel" name="mVectorLayerLabel" > |
28 | | - <property name="text" > |
| 27 | + <item> |
| 28 | + <widget class="QLabel" name="mVectorLayerLabel"> |
| 29 | + <property name="text"> |
29 | 30 | <string>Polygon layer containing the zones:</string> |
30 | 31 | </property> |
31 | 32 | </widget> |
32 | 33 | </item> |
33 | | - <item row="3" column="0" > |
34 | | - <widget class="QComboBox" name="mPolygonLayerComboBox" /> |
| 34 | + <item> |
| 35 | + <widget class="QComboBox" name="mPolygonLayerComboBox"/> |
35 | 36 | </item> |
36 | | - <item row="4" column="0" > |
37 | | - <widget class="QLabel" name="mColumnPrefixLabel" > |
38 | | - <property name="text" > |
| 37 | + <item> |
| 38 | + <widget class="QLabel" name="mColumnPrefixLabel"> |
| 39 | + <property name="text"> |
39 | 40 | <string>Output column prefix:</string> |
40 | 41 | </property> |
41 | 42 | </widget> |
42 | 43 | </item> |
43 | | - <item row="5" column="0" > |
44 | | - <widget class="QLineEdit" name="mColumnPrefixLineEdit" /> |
| 44 | + <item> |
| 45 | + <widget class="QLineEdit" name="mColumnPrefixLineEdit"> |
| 46 | + <property name="placeholderText"> |
| 47 | + <string/> |
| 48 | + </property> |
| 49 | + </widget> |
45 | 50 | </item> |
46 | | - <item row="6" column="0" > |
47 | | - <widget class="QDialogButtonBox" name="buttonBox" > |
48 | | - <property name="orientation" > |
| 51 | + <item> |
| 52 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 53 | + <property name="orientation"> |
49 | 54 | <enum>Qt::Horizontal</enum> |
50 | 55 | </property> |
51 | | - <property name="standardButtons" > |
| 56 | + <property name="standardButtons"> |
52 | 57 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
53 | 58 | </property> |
54 | 59 | </widget> |
|
63 | 68 | <receiver>QgsZonalStatisticsDialogBase</receiver> |
64 | 69 | <slot>accept()</slot> |
65 | 70 | <hints> |
66 | | - <hint type="sourcelabel" > |
| 71 | + <hint type="sourcelabel"> |
67 | 72 | <x>248</x> |
68 | 73 | <y>254</y> |
69 | 74 | </hint> |
70 | | - <hint type="destinationlabel" > |
| 75 | + <hint type="destinationlabel"> |
71 | 76 | <x>157</x> |
72 | 77 | <y>274</y> |
73 | 78 | </hint> |
|
79 | 84 | <receiver>QgsZonalStatisticsDialogBase</receiver> |
80 | 85 | <slot>reject()</slot> |
81 | 86 | <hints> |
82 | | - <hint type="sourcelabel" > |
| 87 | + <hint type="sourcelabel"> |
83 | 88 | <x>316</x> |
84 | 89 | <y>260</y> |
85 | 90 | </hint> |
86 | | - <hint type="destinationlabel" > |
| 91 | + <hint type="destinationlabel"> |
87 | 92 | <x>286</x> |
88 | 93 | <y>274</y> |
89 | 94 | </hint> |
|
0 commit comments