<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Form</class> <widget class="QWidget" name="Form"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>352</width> <height>297</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>2</number> </property> <property name="leftMargin"> <number>2</number> </property> <property name="topMargin"> <number>2</number> </property> <property name="rightMargin"> <number>2</number> </property> <property name="bottomMargin"> <number>2</number> </property> <item> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>2</number> </property> <property name="topMargin"> <number>0</number> </property> <item> <widget class="QToolButton" name="btnLoadClasses"> <property name="toolTip"> <string>Load classification scheme from raster image</string> </property> <property name="text"> <string>Load</string> </property> <property name="icon"> <iconset resource="../../../../QGIS/images/images.qrc"> <normaloff>:/images/themes/default/mActionAdd.svg</normaloff>:/images/themes/default/mActionAdd.svg</iconset> </property> <property name="popupMode"> <enum>QToolButton::MenuButtonPopup</enum> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="btnSaveClasses"> <property name="text"> <string>Save</string> </property> <property name="icon"> <iconset resource="../../../../QGIS/images/images.qrc"> <normaloff>:/images/themes/default/mActionFileSaveAs.svg</normaloff>:/images/themes/default/mActionFileSaveAs.svg</iconset> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="btnAddClasses"> <property name="toolTip"> <string>Add a new class</string> </property> <property name="text"> <string>Add</string> </property> <property name="icon"> <iconset resource="../qpsresources.qrc"> <normaloff>:/qps/ui/icons/classinfo_add.svg</normaloff>:/qps/ui/icons/classinfo_add.svg</iconset> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="btnRemoveClasses"> <property name="toolTip"> <string>Remove selected classes</string> </property> <property name="text"> <string>Remove</string> </property> <property name="icon"> <iconset resource="../qpsresources.qrc"> <normaloff>:/qps/ui/icons/classinfo_remove.svg</normaloff>:/qps/ui/icons/classinfo_remove.svg</iconset> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="btnCopyClasses"> <property name="text"> <string>Copy</string> </property> <property name="icon"> <iconset resource="../../../../QGIS/images/images.qrc"> <normaloff>:/images/themes/default/mActionEditCopy.svg</normaloff>:/images/themes/default/mActionEditCopy.svg</iconset> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="btnPasteClasses"> <property name="text"> <string>Paste</string> </property> <property name="icon"> <iconset resource="../../../../QGIS/images/images.qrc"> <normaloff>:/images/themes/default/mActionEditPaste.svg</normaloff>:/images/themes/default/mActionEditPaste.svg</iconset> </property> <property name="autoRaise"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> <item> <widget class="QTableView" name="tableClassificationScheme"> <property name="dragEnabled"> <bool>true</bool> </property> <property name="dragDropOverwriteMode"> <bool>false</bool> </property> <property name="dragDropMode"> <enum>QAbstractItemView::DragDrop</enum> </property> <property name="defaultDropAction"> <enum>Qt::MoveAction</enum> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> </widget> </item> </layout> <action name="actionAddClasses"> <property name="icon"> <iconset resource="../qpsresources.qrc"> <normaloff>:/qps/ui/icons/classinfo_add.svg</normaloff>:/qps/ui/icons/classinfo_add.svg</iconset> </property> <property name="text"> <string>Add Class</string> </property> </action> <action name="actionRemoveClasses"> <property name="icon"> <iconset resource="../qpsresources.qrc"> <normaloff>:/qps/ui/icons/classinfo_remove.svg</normaloff>:/qps/ui/icons/classinfo_remove.svg</iconset> </property> <property name="text"> <string>Remove Classes</string> </property> </action> <action name="actionCopyClasses"> <property name="icon"> <iconset resource="../../../../QGIS/images/images.qrc"> <normaloff>:/images/themes/default/mActionEditCopy.svg</normaloff>:/images/themes/default/mActionEditCopy.svg</iconset> </property> <property name="text"> <string>Copy Classes</string> </property> </action> <action name="actionPasteClasses"> <property name="icon"> <iconset resource="../../../../QGIS/images/images.qrc"> <normaloff>:/images/themes/default/mActionEditPaste.svg</normaloff>:/images/themes/default/mActionEditPaste.svg</iconset> </property> <property name="text"> <string>Paste Classes</string> </property> </action> <action name="actionSaveClasses"> <property name="icon"> <iconset resource="../../../../QGIS/images/images.qrc"> <normaloff>:/images/themes/default/mActionFileSaveAs.svg</normaloff>:/images/themes/default/mActionFileSaveAs.svg</iconset> </property> <property name="text"> <string>Save classes</string> </property> </action> </widget> <resources> <include location="../qpsresources.qrc"/> <include location="../../../../QGIS/images/images.qrc"/> </resources> <connections/> </ui>