From b587daa312306541ddc58151c0ac6139ab51749b Mon Sep 17 00:00:00 2001 From: "benjamin.jakimow" <benjamin.jakimow@geo.hu-berlin.de> Date: Thu, 13 Jun 2019 10:45:14 +0200 Subject: [PATCH] timeseriesviewer.ui - added descriptive toolbar names mapviedock.ui - set minimum sizes of map view dock to zero to allow EOTSV GUi to better fit on smalls screens Signed-off-by: benjamin.jakimow <benjamin.jakimow@geo.hu-berlin.de> --- eotimeseriesviewer/ui/mapviewdock.ui | 27 ++++++----------------- eotimeseriesviewer/ui/timeseriesviewer.ui | 15 ++++++++----- 2 files changed, 17 insertions(+), 25 deletions(-) diff --git a/eotimeseriesviewer/ui/mapviewdock.ui b/eotimeseriesviewer/ui/mapviewdock.ui index 85e940ef..e0fce0cd 100644 --- a/eotimeseriesviewer/ui/mapviewdock.ui +++ b/eotimeseriesviewer/ui/mapviewdock.ui @@ -6,14 +6,14 @@ <rect> <x>0</x> <y>0</y> - <width>456</width> - <height>470</height> + <width>288</width> + <height>267</height> </rect> </property> <property name="minimumSize"> <size> - <width>194</width> - <height>335</height> + <width>0</width> + <height>0</height> </size> </property> <property name="windowTitle"> @@ -107,7 +107,7 @@ <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> - <verstretch>1</verstretch> + <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> @@ -133,8 +133,8 @@ QToolBox::tab:selected { /* italicize selected tabs */ <rect> <x>0</x> <y>0</y> - <width>452</width> - <height>386</height> + <width>284</width> + <height>185</height> </rect> </property> <attribute name="icon"> @@ -389,19 +389,6 @@ QToolBox::tab:selected { /* italicize selected tabs */ </widget> </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> </layout> </widget> <action name="actionApplyStyles"> diff --git a/eotimeseriesviewer/ui/timeseriesviewer.ui b/eotimeseriesviewer/ui/timeseriesviewer.ui index a5ea9d93..6fa62ebb 100644 --- a/eotimeseriesviewer/ui/timeseriesviewer.ui +++ b/eotimeseriesviewer/ui/timeseriesviewer.ui @@ -224,7 +224,7 @@ </widget> <widget class="QToolBar" name="toolBarData"> <property name="windowTitle"> - <string>toolBar</string> + <string>Data Toolbar</string> </property> <attribute name="toolBarArea"> <enum>TopToolBarArea</enum> @@ -240,7 +240,7 @@ </widget> <widget class="QToolBar" name="toolBarViews"> <property name="windowTitle"> - <string>toolBar_2</string> + <string>Map Toolbar</string> </property> <attribute name="toolBarArea"> <enum>TopToolBarArea</enum> @@ -260,7 +260,7 @@ </widget> <widget class="QToolBar" name="toolBarIdentify"> <property name="windowTitle"> - <string>toolBar_3</string> + <string>Identify Features Toolbar</string> </property> <attribute name="toolBarArea"> <enum>TopToolBarArea</enum> @@ -278,7 +278,7 @@ </widget> <widget class="QToolBar" name="toolBarEditing"> <property name="windowTitle"> - <string>toolBar_4</string> + <string>Modify & Label Toolbar</string> </property> <attribute name="toolBarArea"> <enum>TopToolBarArea</enum> @@ -882,7 +882,7 @@ <property name="iconVisibleInMenu"> <bool>false</bool> </property> - <property name="shortcutVisibleInContextMenu" stdset="0"> + <property name="shortcutVisibleInContextMenu"> <bool>true</bool> </property> </action> @@ -898,6 +898,11 @@ <string>Saves all maps as image files as PNG or JPEG images.</string> </property> </action> + <action name="actionToolbars"> + <property name="text"> + <string>Toolbars...</string> + </property> + </action> </widget> <customwidgets> <customwidget> -- GitLab