QGIS/python/plugins/fTools/tools/frmVectorGrid.ui
cfarmer cb449d0627 change ftools directory to fTools
git-svn-id: http://svn.osgeo.org/qgis/trunk@10074 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-31 20:01:11 +00:00

419 lines
11 KiB
XML
Executable File

<ui version="4.0" >
<class>Dialog</class>
<widget class="QDialog" name="Dialog" >
<property name="windowModality" >
<enum>Qt::NonModal</enum>
</property>
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>369</width>
<height>459</height>
</rect>
</property>
<property name="windowTitle" >
<string>Generate Regular Points</string>
</property>
<property name="sizeGripEnabled" >
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout_2" >
<item row="0" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox" >
<property name="title" >
<string>Grid extent</string>
</property>
<layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0" colspan="2" >
<widget class="QComboBox" name="inShape" />
</item>
<item row="1" column="0" >
<widget class="QToolButton" name="btnUpdate" >
<property name="minimumSize" >
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="text" >
<string>Update extents from layer</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QToolButton" name="btnCanvas" >
<property name="minimumSize" >
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="text" >
<string>Update extents from canvas</string>
</property>
</widget>
</item>
<item row="2" column="0" >
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="label" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="text" >
<string>X Min</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="xMin" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="inputMask" >
<string/>
</property>
<property name="text" >
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="1" >
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="label_4" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="text" >
<string>Y Min</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="yMin" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="inputMask" >
<string/>
</property>
<property name="text" >
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item row="3" column="0" >
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="label_3" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="text" >
<string>X Max</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="xMax" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="inputMask" >
<string/>
</property>
<property name="text" >
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item row="3" column="1" >
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="label_5" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="text" >
<string>Y Max</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="yMax" >
<property name="enabled" >
<bool>true</bool>
</property>
<property name="inputMask" >
<string/>
</property>
<property name="text" >
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QGroupBox" name="gridBox" >
<property name="title" >
<string>Parameters</string>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="1" >
<widget class="QLabel" name="label_7" >
<property name="text" >
<string>X</string>
</property>
</widget>
</item>
<item row="0" column="2" >
<widget class="QDoubleSpinBox" name="spnX" >
<property name="decimals" >
<number>4</number>
</property>
<property name="minimum" >
<double>0.000100000000000</double>
</property>
<property name="maximum" >
<double>999999999.000000000000000</double>
</property>
<property name="singleStep" >
<double>0.000100000000000</double>
</property>
</widget>
</item>
<item rowspan="2" row="0" column="3" >
<widget class="QCheckBox" name="chkLock" >
<property name="text" >
<string>Lock 1:1 ratio</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="4" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1" >
<widget class="QLabel" name="label_8" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="text" >
<string>Y</string>
</property>
</widget>
</item>
<item row="1" column="2" >
<widget class="QDoubleSpinBox" name="spnY" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="decimals" >
<number>4</number>
</property>
<property name="minimum" >
<double>0.000100000000000</double>
</property>
<property name="maximum" >
<double>999999999.000000000000000</double>
</property>
<property name="singleStep" >
<double>0.000100000000000</double>
</property>
</widget>
</item>
<item row="2" column="0" colspan="3" >
<widget class="QRadioButton" name="rdoPolygons" >
<property name="text" >
<string>Output grid as polygons</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="0" colspan="3" >
<widget class="QRadioButton" name="rdoLines" >
<property name="text" >
<string>Output grid as lines</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="label_2" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Output shapefile</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2" >
<layout class="QHBoxLayout" >
<item>
<widget class="QLineEdit" name="outShape" >
<property name="readOnly" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolOut" >
<property name="text" >
<string>Browse</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="4" column="0" >
<widget class="QProgressBar" name="progressBar" >
<property name="value" >
<number>0</number>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
</property>
<property name="textVisible" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="1" >
<widget class="QDialogButtonBox" name="buttonBox_2" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<set>QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox_2</sender>
<signal>accepted()</signal>
<receiver>Dialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>330</x>
<y>449</y>
</hint>
<hint type="destinationlabel" >
<x>215</x>
<y>290</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox_2</sender>
<signal>rejected()</signal>
<receiver>Dialog</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel" >
<x>256</x>
<y>449</y>
</hint>
<hint type="destinationlabel" >
<x>132</x>
<y>239</y>
</hint>
</hints>
</connection>
<connection>
<sender>chkLock</sender>
<signal>clicked(bool)</signal>
<receiver>spnY</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>279</x>
<y>244</y>
</hint>
<hint type="destinationlabel" >
<x>164</x>
<y>280</y>
</hint>
</hints>
</connection>
<connection>
<sender>chkLock</sender>
<signal>toggled(bool)</signal>
<receiver>label_8</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>302</x>
<y>261</y>
</hint>
<hint type="destinationlabel" >
<x>73</x>
<y>280</y>
</hint>
</hints>
</connection>
</connections>
</ui>