<?xml version="1.0" encoding="UTF-8"?> <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>404</width> <height>481</height> </rect> </property> <property name="windowTitle"> <string>List Unique Values</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0" colspan="2"> <layout class="QVBoxLayout"> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Input Vector Layer</string> </property> </widget> </item> <item> <widget class="QComboBox" name="inShape"/> </item> </layout> </item> <item row="3" 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="4" column="0" colspan="2"> <layout class="QVBoxLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Target field</string> </property> </widget> </item> <item> <widget class="QComboBox" name="cmbField"/> </item> </layout> </item> <item row="5" column="0" colspan="2"> <layout class="QVBoxLayout"> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Unique values list</string> </property> </widget> </item> <item> <widget class="QTableWidget" name="tblUnique"> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="tabKeyNavigation"> <bool>false</bool> </property> <property name="showDropIndicator" stdset="0"> <bool>false</bool> </property> <property name="dragDropOverwriteMode"> <bool>false</bool> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::NoSelection</enum> </property> <property name="showGrid"> <bool>false</bool> </property> <property name="wordWrap"> <bool>false</bool> </property> <property name="cornerButtonEnabled"> <bool>false</bool> </property> <attribute name="horizontalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> </widget> </item> </layout> </item> <item row="6" column="0" colspan="2"> <layout class="QHBoxLayout"> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>Unique value count</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="lstCount"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item row="9" column="0"> <widget class="QProgressBar" name="progressBar"> <property name="value"> <number>24</number> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item row="8" column="1" rowspan="2"> <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> <item row="8" column="0"> <widget class="QProgressBar" name="partProgressBar"> <property name="value"> <number>24</number> </property> </widget> </item> <item row="7" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Press Ctrl+C to copy results to the clipboard</string> </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>133</x> <y>276</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>59</x> <y>276</y> </hint> <hint type="destinationlabel"> <x>132</x> <y>239</y> </hint> </hints> </connection> </connections> </ui>