diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-09-17 14:17:41 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-09-17 15:27:33 -0700 |
commit | abc5d5864cbf8e47d102b04d359a89fce13d0eb8 (patch) | |
tree | 6f921dd17d39926ab4a4188e8a49186540910819 /qt-ui/mainwindow.ui | |
parent | 815f9d204f1ee43d145f129113ad48d51541fb47 (diff) | |
download | subsurface-abc5d5864cbf8e47d102b04d359a89fce13d0eb8.tar.gz |
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>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 6b27e6687..c1580af06 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -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"/> |