Add the Tag Widget on the MainWindow

Place the TagWidget on the correct place on the main  window.

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-09-17 14:17:41 -03:00 committed by Dirk Hohndel
parent 815f9d204f
commit abc5d5864c
3 changed files with 16 additions and 2 deletions

View file

@ -145,6 +145,7 @@
</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>
@ -162,7 +163,7 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="page_5">
<widget class="QWidget" name="page_5">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
@ -879,6 +880,12 @@ p, li { white-space: pre-wrap; }
<header>diveplanner.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>TagFilter</class>
<extends>QWidget</extends>
<header>simplewidgets.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="../subsurface.qrc"/>