Skip to content

Commit

Permalink
give dialog a correct name
Browse files Browse the repository at this point in the history
Signed-off-by: Werner Macho <werner.macho@gmail.com>
  • Loading branch information
mach0 committed Dec 20, 2014
1 parent f4c3165 commit a8a191e
Showing 1 changed file with 36 additions and 31 deletions.
67 changes: 36 additions & 31 deletions src/plugins/zonal_statistics/qgszonalstatisticsdialogbase.ui
Original file line number Diff line number Diff line change
@@ -1,54 +1,59 @@
<ui version="4.0" >
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QgsZonalStatisticsDialogBase</class>
<widget class="QDialog" name="QgsZonalStatisticsDialogBase" >
<property name="geometry" >
<widget class="QDialog" name="QgsZonalStatisticsDialogBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>366</width>
<height>242</height>
<width>240</width>
<height>193</height>
</rect>
</property>
<property name="windowTitle" >
<string>Dialog</string>
<property name="windowTitle">
<string>Zonal Statistics</string>
</property>
<layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0" >
<widget class="QLabel" name="mRasterLayerLabel" >
<property name="text" >
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="mRasterLayerLabel">
<property name="text">
<string>Raster layer:</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QComboBox" name="mRasterLayerComboBox" />
<item>
<widget class="QComboBox" name="mRasterLayerComboBox"/>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="mVectorLayerLabel" >
<property name="text" >
<item>
<widget class="QLabel" name="mVectorLayerLabel">
<property name="text">
<string>Polygon layer containing the zones:</string>
</property>
</widget>
</item>
<item row="3" column="0" >
<widget class="QComboBox" name="mPolygonLayerComboBox" />
<item>
<widget class="QComboBox" name="mPolygonLayerComboBox"/>
</item>
<item row="4" column="0" >
<widget class="QLabel" name="mColumnPrefixLabel" >
<property name="text" >
<item>
<widget class="QLabel" name="mColumnPrefixLabel">
<property name="text">
<string>Output column prefix:</string>
</property>
</widget>
</item>
<item row="5" column="0" >
<widget class="QLineEdit" name="mColumnPrefixLineEdit" />
<item>
<widget class="QLineEdit" name="mColumnPrefixLineEdit">
<property name="placeholderText">
<string/>
</property>
</widget>
</item>
<item row="6" column="0" >
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="orientation" >
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
Expand All @@ -63,11 +68,11 @@
<receiver>QgsZonalStatisticsDialogBase</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
Expand All @@ -79,11 +84,11 @@
<receiver>QgsZonalStatisticsDialogBase</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
Expand Down

0 comments on commit a8a191e

Please sign in to comment.