Skip to content
Snippets Groups Projects
Commit b587daa3 authored by Benjamin Jakimow's avatar Benjamin Jakimow
Browse files

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's avatarbenjamin.jakimow <benjamin.jakimow@geo.hu-berlin.de>
parent aa495542
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
......@@ -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 &amp; 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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment