Skip to content

Commit a8a191e

Browse files
committedDec 20, 2014
give dialog a correct name
Signed-off-by: Werner Macho <werner.macho@gmail.com>
1 parent f4c3165 commit a8a191e

File tree

1 file changed

+36
-31
lines changed

1 file changed

+36
-31
lines changed
 

‎src/plugins/zonal_statistics/qgszonalstatisticsdialogbase.ui

Lines changed: 36 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,59 @@
1-
<ui version="4.0" >
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ui version="4.0">
23
<class>QgsZonalStatisticsDialogBase</class>
3-
<widget class="QDialog" name="QgsZonalStatisticsDialogBase" >
4-
<property name="geometry" >
4+
<widget class="QDialog" name="QgsZonalStatisticsDialogBase">
5+
<property name="geometry">
56
<rect>
67
<x>0</x>
78
<y>0</y>
8-
<width>366</width>
9-
<height>242</height>
9+
<width>240</width>
10+
<height>193</height>
1011
</rect>
1112
</property>
12-
<property name="windowTitle" >
13-
<string>Dialog</string>
13+
<property name="windowTitle">
14+
<string>Zonal Statistics</string>
1415
</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">
1920
<string>Raster layer:</string>
2021
</property>
2122
</widget>
2223
</item>
23-
<item row="1" column="0" >
24-
<widget class="QComboBox" name="mRasterLayerComboBox" />
24+
<item>
25+
<widget class="QComboBox" name="mRasterLayerComboBox"/>
2526
</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">
2930
<string>Polygon layer containing the zones:</string>
3031
</property>
3132
</widget>
3233
</item>
33-
<item row="3" column="0" >
34-
<widget class="QComboBox" name="mPolygonLayerComboBox" />
34+
<item>
35+
<widget class="QComboBox" name="mPolygonLayerComboBox"/>
3536
</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">
3940
<string>Output column prefix:</string>
4041
</property>
4142
</widget>
4243
</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>
4550
</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">
4954
<enum>Qt::Horizontal</enum>
5055
</property>
51-
<property name="standardButtons" >
56+
<property name="standardButtons">
5257
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
5358
</property>
5459
</widget>
@@ -63,11 +68,11 @@
6368
<receiver>QgsZonalStatisticsDialogBase</receiver>
6469
<slot>accept()</slot>
6570
<hints>
66-
<hint type="sourcelabel" >
71+
<hint type="sourcelabel">
6772
<x>248</x>
6873
<y>254</y>
6974
</hint>
70-
<hint type="destinationlabel" >
75+
<hint type="destinationlabel">
7176
<x>157</x>
7277
<y>274</y>
7378
</hint>
@@ -79,11 +84,11 @@
7984
<receiver>QgsZonalStatisticsDialogBase</receiver>
8085
<slot>reject()</slot>
8186
<hints>
82-
<hint type="sourcelabel" >
87+
<hint type="sourcelabel">
8388
<x>316</x>
8489
<y>260</y>
8590
</hint>
86-
<hint type="destinationlabel" >
91+
<hint type="destinationlabel">
8792
<x>286</x>
8893
<y>274</y>
8994
</hint>

0 commit comments

Comments
 (0)
Please sign in to comment.