From 05933e3ea7ef8871763d621acc0689eb18a60c54 Mon Sep 17 00:00:00 2001 From: "benjamin.jakimow@geo.hu-berlin.de" <q8DTkxUg-BB> Date: Fri, 20 Jan 2017 19:02:30 +0100 Subject: [PATCH] deleted bandview.ui --- timeseriesviewer/ui/bandview.ui | 220 -------------------------------- 1 file changed, 220 deletions(-) delete mode 100644 timeseriesviewer/ui/bandview.ui diff --git a/timeseriesviewer/ui/bandview.ui b/timeseriesviewer/ui/bandview.ui deleted file mode 100644 index b2353368..00000000 --- a/timeseriesviewer/ui/bandview.ui +++ /dev/null @@ -1,220 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>BandView</class> - <widget class="QFrame" name="BandView"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>530</width> - <height>175</height> - </rect> - </property> - <property name="font"> - <font> - <pointsize>10</pointsize> - </font> - </property> - <property name="windowTitle"> - <string>Frame</string> - </property> - <property name="frameShape"> - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Plain</enum> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <property name="spacing"> - <number>0</number> - </property> - <property name="margin"> - <number>0</number> - </property> - <item> - <widget class="QFrame" name="sensorList"> - <property name="sizePolicy"> - <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="font"> - <font> - <pointsize>10</pointsize> - </font> - </property> - <property name="autoFillBackground"> - <bool>true</bool> - </property> - <property name="frameShape"> - <enum>QFrame::NoFrame</enum> - </property> - <property name="frameShadow"> - <enum>QFrame::Plain</enum> - </property> - <layout class="QHBoxLayout" name="horizontalLayout"> - <property name="spacing"> - <number>5</number> - </property> - <property name="margin"> - <number>0</number> - </property> - <item> - <layout class="QVBoxLayout" name="headerColumnLayout"> - <property name="spacing"> - <number>1</number> - </property> - <item> - <widget class="QLabel" name="labelViewName"> - <property name="text"> - <string>#1</string> - </property> - <property name="alignment"> - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="btnHideBandView"> - <property name="text"> - <string>...</string> - </property> - <property name="icon"> - <iconset resource="resources.qrc"> - <normaloff>:/timeseriesviewer/icons/mActionShowAllLayers.png</normaloff> - <normalon>:/timeseriesviewer/icons/bandviewHidden.png</normalon>:/timeseriesviewer/icons/mActionShowAllLayers.png</iconset> - </property> - <property name="checkable"> - <bool>true</bool> - </property> - <property name="checked"> - <bool>false</bool> - </property> - <property name="autoRaise"> - <bool>false</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>0</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QToolButton" name="btnRemoveBandView"> - <property name="autoFillBackground"> - <bool>false</bool> - </property> - <property name="text"> - <string>...</string> - </property> - <property name="icon"> - <iconset resource="resources.qrc"> - <normaloff>:/timeseriesviewer/icons/mActionRemoveBandView.png</normaloff>:/timeseriesviewer/icons/mActionRemoveBandView.png</iconset> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="btnAddBandView"> - <property name="text"> - <string>...</string> - </property> - <property name="icon"> - <iconset resource="resources.qrc"> - <normaloff>:/timeseriesviewer/icons/mActionAddBandView.png</normaloff>:/timeseriesviewer/icons/mActionAddBandView.png</iconset> - </property> - </widget> - </item> - </layout> - </item> - <item> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>494</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </item> - <item> - <widget class="Line" name="bottomLine"> - <property name="minimumSize"> - <size> - <width>0</width> - <height>0</height> - </size> - </property> - <property name="frameShadow"> - <enum>QFrame::Plain</enum> - </property> - <property name="lineWidth"> - <number>1</number> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - </layout> - <action name="actionRemoveBandView"> - <property name="icon"> - <iconset resource="resources.qrc"> - <normaloff>:/timeseriesviewer/icons/mActionRemoveBandView.png</normaloff>:/timeseriesviewer/icons/mActionRemoveBandView.png</iconset> - </property> - <property name="text"> - <string>Remove view</string> - </property> - <property name="toolTip"> - <string>Remove view</string> - </property> - </action> - <action name="actionAddBandView"> - <property name="icon"> - <iconset resource="resources.qrc"> - <normaloff>:/timeseriesviewer/icons/mActionAddBandView.png</normaloff>:/timeseriesviewer/icons/mActionAddBandView.png</iconset> - </property> - <property name="text"> - <string>Add view</string> - </property> - <property name="toolTip"> - <string>Adds a new view</string> - </property> - </action> - <action name="actionHideBandView"> - <property name="checkable"> - <bool>true</bool> - </property> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="icon"> - <iconset resource="resources.qrc"> - <normaloff>:/timeseriesviewer/icons/mActionShowAllLayers.png</normaloff> - <normalon>:/timeseriesviewer/icons/bandviewHidden.png</normalon>:/timeseriesviewer/icons/mActionShowAllLayers.png</iconset> - </property> - <property name="text"> - <string>Hide view</string> - </property> - </action> - </widget> - <resources> - <include location="resources.qrc"/> - </resources> - <connections/> -</ui> -- GitLab