2009-05-26 18:07:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2009-01-20 22:54:27 +00:00
|
|
|
<class>Dialog</class>
|
2009-05-26 18:07:37 +00:00
|
|
|
<widget class="QDialog" name="Dialog">
|
|
|
|
<property name="windowModality">
|
2009-01-20 22:54:27 +00:00
|
|
|
<enum>Qt::NonModal</enum>
|
|
|
|
</property>
|
2009-05-26 18:07:37 +00:00
|
|
|
<property name="geometry">
|
2009-01-20 22:54:27 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-11-26 10:39:53 +02:00
|
|
|
<width>370</width>
|
|
|
|
<height>484</height>
|
2009-01-20 22:54:27 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-05-26 18:07:37 +00:00
|
|
|
<property name="windowTitle">
|
2009-01-20 22:54:27 +00:00
|
|
|
<string>List Unique Values</string>
|
|
|
|
</property>
|
2009-05-26 18:07:37 +00:00
|
|
|
<property name="sizeGripEnabled">
|
2009-01-20 22:54:27 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2009-05-26 18:07:37 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2012-11-26 10:39:53 +02:00
|
|
|
<item row="0" column="0">
|
2009-05-26 18:07:37 +00:00
|
|
|
<layout class="QVBoxLayout">
|
2009-01-20 22:54:27 +00:00
|
|
|
<item>
|
2009-05-26 18:07:37 +00:00
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
2009-01-20 22:54:27 +00:00
|
|
|
<string>Input Vector Layer</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-26 18:07:37 +00:00
|
|
|
<widget class="QComboBox" name="inShape"/>
|
2009-01-20 22:54:27 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2012-11-26 10:39:53 +02:00
|
|
|
<item row="2" column="0">
|
2009-05-26 18:07:37 +00:00
|
|
|
<layout class="QVBoxLayout">
|
2009-01-20 22:54:27 +00:00
|
|
|
<item>
|
2009-05-26 18:07:37 +00:00
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
2009-01-20 22:54:27 +00:00
|
|
|
<string>Target field</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-26 18:07:37 +00:00
|
|
|
<widget class="QComboBox" name="cmbField"/>
|
2009-01-20 22:54:27 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2012-11-26 10:39:53 +02:00
|
|
|
<item row="3" column="0">
|
2009-05-26 18:07:37 +00:00
|
|
|
<layout class="QVBoxLayout">
|
2009-01-20 22:54:27 +00:00
|
|
|
<item>
|
2009-05-26 18:07:37 +00:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
2009-01-20 22:54:27 +00:00
|
|
|
<string>Unique values list</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-11-09 10:49:36 +00:00
|
|
|
<widget class="QTableWidget" name="tblUnique">
|
2009-05-26 18:07:37 +00:00
|
|
|
<property name="editTriggers">
|
2009-01-20 22:54:27 +00:00
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
2009-11-09 10:49:36 +00:00
|
|
|
<property name="tabKeyNavigation">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-05-26 18:07:37 +00:00
|
|
|
<property name="showDropIndicator" stdset="0">
|
2009-04-21 14:29:25 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-11-09 10:49:36 +00:00
|
|
|
<property name="dragDropOverwriteMode">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-05-26 18:07:37 +00:00
|
|
|
<property name="alternatingRowColors">
|
2009-01-20 22:54:27 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2009-05-26 18:07:37 +00:00
|
|
|
<property name="selectionMode">
|
2009-11-09 10:49:36 +00:00
|
|
|
<enum>QAbstractItemView::NoSelection</enum>
|
2009-01-20 22:54:27 +00:00
|
|
|
</property>
|
2009-11-09 10:49:36 +00:00
|
|
|
<property name="showGrid">
|
|
|
|
<bool>false</bool>
|
2009-01-20 22:54:27 +00:00
|
|
|
</property>
|
2009-11-09 10:49:36 +00:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>false</bool>
|
2009-01-20 22:54:27 +00:00
|
|
|
</property>
|
2009-11-09 10:49:36 +00:00
|
|
|
<property name="cornerButtonEnabled">
|
|
|
|
<bool>false</bool>
|
2009-04-21 14:29:25 +00:00
|
|
|
</property>
|
2009-11-09 10:49:36 +00:00
|
|
|
<attribute name="horizontalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2009-01-20 22:54:27 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2012-11-26 10:39:53 +02:00
|
|
|
<item row="4" column="0">
|
2009-05-26 18:07:37 +00:00
|
|
|
<layout class="QHBoxLayout">
|
2009-01-20 22:54:27 +00:00
|
|
|
<item>
|
2009-05-26 18:07:37 +00:00
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
2009-01-20 22:54:27 +00:00
|
|
|
<string>Unique value count</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-26 18:07:37 +00:00
|
|
|
<widget class="QLineEdit" name="lstCount">
|
|
|
|
<property name="readOnly">
|
2009-01-20 22:54:27 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2012-11-26 10:39:53 +02:00
|
|
|
<item row="7" column="0">
|
|
|
|
<widget class="QCheckBox" name="ckBoxShpError">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save errors location</string>
|
2010-03-08 21:23:50 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
2009-12-11 15:46:21 +00:00
|
|
|
</item>
|
2012-11-26 10:39:53 +02:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Press Ctrl+C to copy results to the clipboard</string>
|
2009-12-11 15:46:21 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-26 10:39:53 +02:00
|
|
|
<item row="9" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="lineEditShpError">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="browseShpError">
|
|
|
|
<property name="text">
|
|
|
|
<string>Browse</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2009-12-11 15:46:21 +00:00
|
|
|
<item row="8" column="0">
|
2012-11-26 10:39:53 +02:00
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>Output point shapefile</string>
|
2009-12-11 15:46:21 +00:00
|
|
|
</property>
|
2009-01-20 22:54:27 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-11-26 10:39:53 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="useSelected">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use only selected features</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="10" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QProgressBar" name="partProgressBar">
|
|
|
|
<property name="value">
|
|
|
|
<number>24</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QProgressBar" name="progressBar">
|
|
|
|
<property name="value">
|
|
|
|
<number>24</number>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2010-04-22 17:45:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-01-20 22:54:27 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox_2</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>Dialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
2009-05-26 18:07:37 +00:00
|
|
|
<hint type="sourcelabel">
|
2009-01-20 22:54:27 +00:00
|
|
|
<x>133</x>
|
|
|
|
<y>276</y>
|
|
|
|
</hint>
|
2009-05-26 18:07:37 +00:00
|
|
|
<hint type="destinationlabel">
|
2009-01-20 22:54:27 +00:00
|
|
|
<x>215</x>
|
|
|
|
<y>290</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox_2</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>Dialog</receiver>
|
|
|
|
<slot>close()</slot>
|
|
|
|
<hints>
|
2009-05-26 18:07:37 +00:00
|
|
|
<hint type="sourcelabel">
|
2009-01-20 22:54:27 +00:00
|
|
|
<x>59</x>
|
|
|
|
<y>276</y>
|
|
|
|
</hint>
|
2009-05-26 18:07:37 +00:00
|
|
|
<hint type="destinationlabel">
|
2009-01-20 22:54:27 +00:00
|
|
|
<x>132</x>
|
|
|
|
<y>239</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|