Newer
Older
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>spectralLibraryView</class>
<widget class="QFrame" name="spectralLibraryView">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>697</width>
<height>364</height>
</rect>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>

Benjamin Jakimow
committed
<widget class="QToolBar" name="mToolbar">
<property name="styleSheet">
<string notr="true"/>

Benjamin Jakimow
committed
<property name="iconSize">

Benjamin Jakimow
committed
<width>18</width>
<height>18</height>
</size>
</property>

Benjamin Jakimow
committed
<property name="floatable">
<bool>false</bool>

Benjamin Jakimow
committed
<addaction name="actionSelectProfilesFromMap"/>
<addaction name="actionSaveCurrentProfiles"/>
<addaction name="actionAddCurrentProfilesAutomatically"/>

Benjamin Jakimow
committed
<addaction name="actionImportSpeclib"/>
<addaction name="actionSaveSpeclib"/>
<addaction name="actionReload"/>
<addaction name="separator"/>
<addaction name="actionToggleEditing"/>
<addaction name="actionSaveEdits"/>
<addaction name="actionDeleteSelected"/>
<addaction name="actionCutSelectedRows"/>
<addaction name="actionCopySelectedRows"/>
<addaction name="actionPasteFeatures"/>
<addaction name="separator"/>
<addaction name="actionSelectAll"/>
<addaction name="actionInvertSelection"/>
<addaction name="actionRemoveSelection"/>
<addaction name="actionPanMapToSelectedRows"/>
<addaction name="actionZoomMapToSelectedRows"/>
<addaction name="separator"/>
<addaction name="actionAddAttribute"/>
<addaction name="actionRemoveAttribute"/>
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
</widget>
</item>
<item>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QFrame" name="graphicFrame">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>

Benjamin Jakimow
committed
<widget class="SpectralLibraryPlotWidget" name="plotWidget">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
</widget>
116
117
118
119
120
121
122
123
124
125
126
127
128
129
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
179
</item>
<item>
<widget class="QFrame" name="btnBarPlotOptions">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<spacer name="horizontalSpacer_3">
<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>
<widget class="QLabel" name="label">
<property name="text">
<string>X-Axis</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cbXUnit">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>Select the unti of x-axis.</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QFrame" name="listFrame">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="SpectralLibraryTableView" name="tableViewSpeclib">
<property name="acceptDrops">
<bool>true</bool>
</property>

Benjamin Jakimow
committed
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>

Benjamin Jakimow
committed
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DragDrop</enum>
</property>
<property name="defaultDropAction">
<enum>Qt::CopyAction</enum>
</property>
<property name="alternatingRowColors">
<bool>false</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="horizontalHeaderStretchLastSection">
</attribute>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>

Benjamin Jakimow
committed
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<action name="actionImportSpeclib">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/timeseriesviewer/icons/speclib_add.svg</normaloff>:/timeseriesviewer/icons/speclib_add.svg</iconset>
</property>
<property name="text">
<string>importSpeclib</string>
</property>
<property name="toolTip">
<string>Import Spectral Library</string>
</property>
</action>
<action name="actionSaveSpeclib">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/timeseriesviewer/icons/speclib_save.svg</normaloff>:/timeseriesviewer/icons/speclib_save.svg</iconset>
</property>
<property name="text">
<string>Save Spectral Library</string>
</property>
<property name="toolTip">
<string>Save Profiles in Spectral Library</string>
</property>
</action>
<action name="mActionCopySelectedRows">
<property name="icon">

Benjamin Jakimow
committed
<normaloff>:/images/themes/default/mActionEditCopy.svg</normaloff>:/images/themes/default/mActionEditCopy.svg</iconset>
</property>
<property name="text">
<string>Copy selected rows to clipboard</string>
</property>
<property name="toolTip">
<string>Copy selected rows to clipboard (Ctrl+C)</string>
</property>
<property name="shortcut">
<string>Ctrl+C</string>
</property>
</action>
<action name="actionAddAttribute">
<property name="icon">

Benjamin Jakimow
committed
<normaloff>:/images/themes/default/mActionNewAttribute.svg</normaloff>:/images/themes/default/mActionNewAttribute.svg</iconset>
</property>
<property name="text">
<string>New field</string>
</property>
<property name="toolTip">
<string>New field (Ctrl+W)</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
<action name="actionPasteFeatures">
<property name="icon">

Benjamin Jakimow
committed
<normaloff>:/images/themes/default/mActionEditPaste.svg</normaloff>:/images/themes/default/mActionEditPaste.svg</iconset>
</property>
<property name="text">
<string>Paste features from clipboard</string>
</property>
<property name="toolTip">
<string>Paste features from clipboard (Ctrl+V)</string>
</property>
<property name="shortcut">
<string>Ctrl+V</string>
</property>
</action>
<action name="actionRemoveAttribute">
<property name="icon">

Benjamin Jakimow
committed
<normaloff>:/images/themes/default/mActionDeleteAttribute.svg</normaloff>:/images/themes/default/mActionDeleteAttribute.svg</iconset>
</property>
<property name="text">
<string>Delete field</string>
</property>
<property name="toolTip">
<string>Delete field (Ctrl+L)</string>
</property>
<property name="shortcut">
<string>Ctrl+L</string>
</property>
</action>
<action name="actionSaveEdits">
<property name="icon">

Benjamin Jakimow
committed
<normaloff>:/images/themes/default/mActionSaveAllEdits.svg</normaloff>:/images/themes/default/mActionSaveAllEdits.svg</iconset>
</property>
<property name="text">
<string>Save edits</string>
</property>
<property name="toolTip">
<string>Save edits (Ctrl+S)</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="actionToggleEditing">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">

Benjamin Jakimow
committed
<normaloff>:/images/themes/default/mActionToggleEditing.svg</normaloff>:/images/themes/default/mActionToggleEditing.svg</iconset>
</property>
<property name="text">
<string>Toggle editing mode</string>
</property>
<property name="toolTip">
<string>Toggle editing mode (Ctrl+E)</string>
</property>
<property name="shortcut">
<string>Ctrl+E</string>
</property>
</action>
<action name="actionSelectProfilesFromMap">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/timeseriesviewer/icons/pickrasterspectrum.svg</normaloff>:/timeseriesviewer/icons/pickrasterspectrum.svg</iconset>
</property>
<property name="text">
<string>Select Profiles from Map</string>
</property>
<property name="toolTip">
<string>Select new profile from map</string>
</property>
</action>
<action name="actionSaveCurrentProfiles">

Benjamin Jakimow
committed
</property>

Benjamin Jakimow
committed
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/timeseriesviewer/icons/profile2speclib.svg</normaloff>:/timeseriesviewer/icons/profile2speclib.svg</iconset>
</property>
<property name="text">
<string>Save current profiles</string>
</property>
<property name="toolTip">
<string>Add current profile(s) to spectral library</string>
</property>
<property name="iconVisibleInMenu">
<bool>false</bool>
</property>

Benjamin Jakimow
committed
</action>
<action name="actionReload">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/timeseriesviewer/icons/mActionRefresh.svg</normaloff>:/timeseriesviewer/icons/mActionRefresh.svg</iconset>

Benjamin Jakimow
committed
</property>
<property name="text">
<string>Reload the table</string>
</property>
<property name="toolTip">
<string>Reload the table</string>
</property>
</action>
<action name="actionSelectAll">
<property name="icon">

Benjamin Jakimow
committed
<normaloff>:/images/themes/default/mActionSelectAll.svg</normaloff>:/images/themes/default/mActionSelectAll.svg</iconset>
</property>
<property name="text">
<string>Select all</string>
</property>
<property name="toolTip">
<string>Select all (Ctrl+A)</string>
</property>
<property name="shortcut">
<string>Ctrl+A</string>
</property>
</action>
<action name="actionInvertSelection">
<property name="icon">

Benjamin Jakimow
committed
<normaloff>:/images/themes/default/mActionInvertSelection.svg</normaloff>:/images/themes/default/mActionInvertSelection.svg</iconset>
</property>
<property name="text">
<string>Invert selection</string>
</property>
<property name="toolTip">
<string>Invert selection (Ctrl+R)</string>
</property>
<property name="shortcut">
<string>Ctrl+R</string>
</property>
</action>
<action name="actionRemoveSelection">
<property name="icon">

Benjamin Jakimow
committed
<normaloff>:/images/themes/default/mActionDeselectAll.svg</normaloff>:/images/themes/default/mActionDeselectAll.svg</iconset>
</property>
<property name="text">
<string>Deselect all</string>
</property>
<property name="toolTip">
<string>Deselect all (Ctrl+Shift+A)</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+A</string>
</property>
</action>
<action name="actionPanMapToSelectedRows">
<property name="icon">

Benjamin Jakimow
committed
<normaloff>:/images/themes/default/mActionPanToSelected.svg</normaloff>:/images/themes/default/mActionPanToSelected.svg</iconset>
</property>
<property name="text">
<string>Pan map to the selected rows</string>
</property>
<property name="toolTip">
<string>Pan map to the selected rows (Ctrl+P)</string>
</property>
<property name="shortcut">
<string>Ctrl+P</string>
</property>
</action>
<action name="actionZoomMapToSelectedRows">
<property name="icon">

Benjamin Jakimow
committed
<normaloff>:/images/themes/default/mActionZoomToSelected.svg</normaloff>:/images/themes/default/mActionZoomToSelected.svg</iconset>
</property>
<property name="text">
<string>Zoom map to the selected rows</string>
</property>
<property name="toolTip">
<string>Zoom map to the selected rows (Ctrl+J)</string>
</property>
<property name="shortcut">
<string>Ctrl+J</string>
</property>
</action>
<action name="actionDeleteSelected">
<property name="icon">

Benjamin Jakimow
committed
<normaloff>:/images/themes/default/mActionDeleteSelected.svg</normaloff>:/images/themes/default/mActionDeleteSelected.svg</iconset>
</property>
<property name="text">
<string>Delete selected features</string>
</property>
<property name="toolTip">
<string>Delete selected features</string>
</property>
<property name="shortcut">
<string>Del</string>
</property>
</action>
<action name="actionCutSelectedRows">
<property name="icon">

Benjamin Jakimow
committed
<normaloff>:/images/themes/default/mActionEditCut.svg</normaloff>:/images/themes/default/mActionEditCut.svg</iconset>
</property>
<property name="text">
<string>Cut selected rows to clipboard</string>
</property>
<property name="toolTip">
<string>Cut selected rows to clipboard (Ctrl+X)</string>
</property>
<property name="shortcut">
<string>Ctrl+X</string>
</property>
</action>
<action name="actionCopySelectedRows">
<property name="icon">

Benjamin Jakimow
committed
<normaloff>:/images/themes/default/mActionEditCopy.svg</normaloff>:/images/themes/default/mActionEditCopy.svg</iconset>
</property>
<property name="text">
<string>Copy selected rows to clipboard</string>
</property>
<property name="toolTip">
<string>Copy selected rows to clipboard (Ctrl+C)</string>
</property>
<property name="shortcut">
<string>Ctrl+C</string>
</property>
</action>
<action name="actionAddCurrentProfilesAutomatically">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/timeseriesviewer/icons/profile2speclib_auto.svg</normaloff>:/timeseriesviewer/icons/profile2speclib_auto.svg</iconset>
</property>
<property name="text">
<string>AddCurrentProfilesAutomatically</string>
</property>
<property name="toolTip">
<string>Add new profiles automatically to opened Spectral Library</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>SpectralLibraryTableView</class>
<extends>QTableView</extends>
<header>eotimeseriesviewer.spectrallibraries</header>
</customwidget>

Benjamin Jakimow
committed
<customwidget>
<class>SpectralLibraryPlotWidget</class>
<extends>QGraphicsView</extends>
<header>eotimeseriesviewer.spectrallibraries</header>

Benjamin Jakimow
committed
</customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>