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>
This commit is contained in:
Tomaz Canabrava 2014-10-31 13:44:21 -02:00 committed by Dirk Hohndel
parent 4fa3f89378
commit 9160c26b1a

View file

@ -123,29 +123,18 @@
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>0</number>
</property> </property>
<widget class="DiveListView" name="ListWidget"> <widget class="QWidget" name="page_3">
<property name="alternatingRowColors"> <layout class="QVBoxLayout" name="verticalLayout_4">
<bool>true</bool> <item>
</property> <widget class="TagFilter" name="tagFilter" native="true"/>
<property name="selectionMode"> </item>
<enum>QAbstractItemView::ExtendedSelection</enum> <item>
</property> <widget class="DiveListView" name="ListWidget"/>
<property name="rootIsDecorated"> </item>
<bool>true</bool> </layout>
</property>
<property name="sortingEnabled">
<bool>false</bool>
</property>
<property name="animated">
<bool>true</bool>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
</widget> </widget>
<widget class="PlannerSettingsWidget" name="plannerSettingsWidget"/> <widget class="PlannerSettingsWidget" name="plannerSettingsWidget"/>
</widget> </widget>
<widget class="TagFilter" name="tagFilter" native="true"/>
<widget class="QStackedWidget" name="globePane"> <widget class="QStackedWidget" name="globePane">
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>0</number>
@ -256,7 +245,7 @@ p, li { white-space: pre-wrap; }
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1682</width> <width>1682</width>
<height>22</height> <height>36</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuFile"> <widget class="QMenu" name="menuFile">
@ -844,7 +833,7 @@ p, li { white-space: pre-wrap; }
</action> </action>
<action name="actionFilterTags"> <action name="actionFilterTags">
<property name="text"> <property name="text">
<string>Filter by Tags</string> <string>&amp;Filter by Tags</string>
</property> </property>
</action> </action>
<action name="profTissues"> <action name="profTissues">