summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.ui
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-10-31 13:44:21 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-10-31 13:52:51 -0700
commit9160c26b1a1880a51320137cdb8a02745eba9217 (patch)
tree478b0a51b85f26e3a6beb7ec0d03f82f2790a5d8 /qt-ui/mainwindow.ui
parent4fa3f89378b7079bc662d2b024b200512904ce0a (diff)
downloadsubsurface-9160c26b1a1880a51320137cdb8a02745eba9217.tar.gz
Move the Filter to a better position
This patch moves the filter from the collapsable pannel and puts it in an uncollapsable way above the dive list. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r--qt-ui/mainwindow.ui33
1 files changed, 11 insertions, 22 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui
index 843411163..4d1f4b43a 100644
--- a/qt-ui/mainwindow.ui
+++ b/qt-ui/mainwindow.ui
@@ -123,29 +123,18 @@
<property name="currentIndex">
<number>0</number>
</property>
- <widget class="DiveListView" name="ListWidget">
- <property name="alternatingRowColors">
- <bool>true</bool>
- </property>
- <property name="selectionMode">
- <enum>QAbstractItemView::ExtendedSelection</enum>
- </property>
- <property name="rootIsDecorated">
- <bool>true</bool>
- </property>
- <property name="sortingEnabled">
- <bool>false</bool>
- </property>
- <property name="animated">
- <bool>true</bool>
- </property>
- <property name="allColumnsShowFocus">
- <bool>true</bool>
- </property>
+ <widget class="QWidget" name="page_3">
+ <layout class="QVBoxLayout" name="verticalLayout_4">
+ <item>
+ <widget class="TagFilter" name="tagFilter" native="true"/>
+ </item>
+ <item>
+ <widget class="DiveListView" name="ListWidget"/>
+ </item>
+ </layout>
</widget>
<widget class="PlannerSettingsWidget" name="plannerSettingsWidget"/>
</widget>
- <widget class="TagFilter" name="tagFilter" native="true"/>
<widget class="QStackedWidget" name="globePane">
<property name="currentIndex">
<number>0</number>
@@ -256,7 +245,7 @@ p, li { white-space: pre-wrap; }
<x>0</x>
<y>0</y>
<width>1682</width>
- <height>22</height>
+ <height>36</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@@ -844,7 +833,7 @@ p, li { white-space: pre-wrap; }
</action>
<action name="actionFilterTags">
<property name="text">
- <string>Filter by Tags</string>
+ <string>&amp;Filter by Tags</string>
</property>
</action>
<action name="profTissues">