mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
815f9d204f
commit
abc5d5864c
3 changed files with 16 additions and 2 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue