<ui version="4.0" >
 <class>QgsInterpolationDialogBase</class>
 <widget class="QDialog" name="QgsInterpolationDialogBase" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>485</width>
    <height>372</height>
   </rect>
  </property>
  <property name="sizePolicy" >
   <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="windowTitle" >
   <string>Interpolation plugin</string>
  </property>
  <layout class="QGridLayout" >
   <item row="0" column="0" >
    <widget class="QGroupBox" name="mInputGroupBox" >
     <property name="sizePolicy" >
      <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="title" >
      <string>Input</string>
     </property>
     <layout class="QGridLayout" >
      <item row="0" column="0" >
       <widget class="QLabel" name="mInputVectorLayerLabel" >
        <property name="text" >
         <string>Input vector layer</string>
        </property>
        <property name="buddy" >
         <cstring>mInputLayerComboBox</cstring>
        </property>
       </widget>
      </item>
      <item row="0" column="1" >
       <widget class="QComboBox" name="mInputLayerComboBox" >
        <property name="sizePolicy" >
         <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
       </widget>
      </item>
      <item row="1" column="0" >
       <widget class="QLabel" name="label" >
        <property name="text" >
         <string/>
        </property>
       </widget>
      </item>
      <item row="1" column="1" >
       <widget class="QCheckBox" name="mUseZCoordCheckBox" >
        <property name="text" >
         <string>Use z-Coordinate for interpolation</string>
        </property>
       </widget>
      </item>
      <item row="2" column="0" >
       <widget class="QLabel" name="mInterpolationAttributeLabel" >
        <property name="text" >
         <string>Interpolation attribute </string>
        </property>
        <property name="buddy" >
         <cstring>mInterpolationAttributeComboBox</cstring>
        </property>
       </widget>
      </item>
      <item row="2" column="1" >
       <widget class="QComboBox" name="mInterpolationAttributeComboBox" >
        <property name="sizePolicy" >
         <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item row="1" column="0" >
    <widget class="QGroupBox" name="mOutputGroupBox" >
     <property name="sizePolicy" >
      <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="title" >
      <string>Output</string>
     </property>
     <layout class="QGridLayout" >
      <item row="0" column="0" >
       <widget class="QLabel" name="mInterpolationLabel" >
        <property name="text" >
         <string>Interpolation method</string>
        </property>
        <property name="buddy" >
         <cstring>mInterpolationMethodComboBox</cstring>
        </property>
       </widget>
      </item>
      <item row="0" column="1" >
       <widget class="QComboBox" name="mInterpolationMethodComboBox" />
      </item>
      <item row="0" column="2" >
       <widget class="QToolButton" name="mConfigureInterpolationButton" >
        <property name="text" >
         <string>...</string>
        </property>
        <property name="icon" >
         <iconset resource="interpolator.qrc" >:/interpolator/options.png</iconset>
        </property>
       </widget>
      </item>
      <item row="1" column="0" >
       <widget class="QLabel" name="mNumberOfColumnsLabel" >
        <property name="text" >
         <string>Number of columns</string>
        </property>
        <property name="buddy" >
         <cstring>mNumberOfColumnsSpinBox</cstring>
        </property>
       </widget>
      </item>
      <item row="1" column="1" colspan="2" >
       <widget class="QSpinBox" name="mNumberOfColumnsSpinBox" >
        <property name="maximum" >
         <number>10000000</number>
        </property>
       </widget>
      </item>
      <item row="2" column="0" >
       <widget class="QLabel" name="mNumberOfRowsLabel" >
        <property name="text" >
         <string>Number of rows</string>
        </property>
        <property name="buddy" >
         <cstring>mNumberOfRowsSpinBox</cstring>
        </property>
       </widget>
      </item>
      <item row="2" column="1" colspan="2" >
       <widget class="QSpinBox" name="mNumberOfRowsSpinBox" >
        <property name="maximum" >
         <number>10000000</number>
        </property>
       </widget>
      </item>
      <item row="3" column="0" >
       <widget class="QLabel" name="mOutputFileLabel" >
        <property name="text" >
         <string>Output file </string>
        </property>
        <property name="buddy" >
         <cstring>mOutputFileLineEdit</cstring>
        </property>
       </widget>
      </item>
      <item row="3" column="1" >
       <widget class="QLineEdit" name="mOutputFileLineEdit" />
      </item>
      <item row="3" column="2" >
       <widget class="QToolButton" name="mOutputFileButton" >
        <property name="text" >
         <string>...</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item row="2" column="0" >
    <widget class="QDialogButtonBox" name="buttonBox" >
     <property name="orientation" >
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="standardButtons" >
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <tabstops>
  <tabstop>mInputLayerComboBox</tabstop>
  <tabstop>mUseZCoordCheckBox</tabstop>
  <tabstop>mInterpolationAttributeComboBox</tabstop>
  <tabstop>mInterpolationMethodComboBox</tabstop>
  <tabstop>mConfigureInterpolationButton</tabstop>
  <tabstop>mNumberOfColumnsSpinBox</tabstop>
  <tabstop>mNumberOfRowsSpinBox</tabstop>
  <tabstop>mOutputFileLineEdit</tabstop>
  <tabstop>mOutputFileButton</tabstop>
  <tabstop>buttonBox</tabstop>
 </tabstops>
 <resources>
  <include location="interpolator.qrc" />
 </resources>
 <connections>
  <connection>
   <sender>buttonBox</sender>
   <signal>accepted()</signal>
   <receiver>QgsInterpolationDialogBase</receiver>
   <slot>accept()</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>257</x>
     <y>362</y>
    </hint>
    <hint type="destinationlabel" >
     <x>157</x>
     <y>274</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>buttonBox</sender>
   <signal>rejected()</signal>
   <receiver>QgsInterpolationDialogBase</receiver>
   <slot>reject()</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>325</x>
     <y>362</y>
    </hint>
    <hint type="destinationlabel" >
     <x>286</x>
     <y>274</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>