Newer
Older

Benjamin Jakimow
committed
<?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>

Benjamin Jakimow
committed
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
</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>

Benjamin Jakimow
committed
</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>

Benjamin Jakimow
committed
</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>

Benjamin Jakimow
committed
</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>

Benjamin Jakimow
committed
</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>

Benjamin Jakimow
committed
</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>

Benjamin Jakimow
committed
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
</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>

Benjamin Jakimow
committed
</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>

Benjamin Jakimow
committed
</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>

Benjamin Jakimow
committed
</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>

Benjamin Jakimow
committed
</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>

Benjamin Jakimow
committed
</property>
<property name="text">
<string>Save classes</string>
</property>
</action>
</widget>
<resources>
<include location="../qpsresources.qrc"/>
<include location="../../../../QGIS/images/images.qrc"/>

Benjamin Jakimow
committed
</resources>
<connections/>
</ui>