mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Added a 'MultiFilter' widget.
The multifilter widget is a container with all the filter widgets inside of it. currently there's just one. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
063e6d9fbf
commit
19ac1dfa09
4 changed files with 22 additions and 4 deletions
|
@ -126,7 +126,7 @@
|
|||
<widget class="QWidget" name="page_3">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||||
<item>
|
||||
<widget class="TagFilter" name="tagFilter" native="true"/>
|
||||
<widget class="MultiFilter" name="multiFilter" native="true"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="DiveListView" name="ListWidget"/>
|
||||
|
@ -897,7 +897,7 @@ p, li { white-space: pre-wrap; }
|
|||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>TagFilter</class>
|
||||
<class>MultiFilter</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>simplewidgets.h</header>
|
||||
<container>1</container>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue