mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Added buttons to control the multi filter
Buttons to close, minimize and clear were added. We need better icons. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
aa44b67d6b
commit
d277d4d88e
3 changed files with 31 additions and 7 deletions
|
@ -134,6 +134,8 @@ class MultiFilter : public QScrollArea {
|
|||
Q_OBJECT
|
||||
public:
|
||||
MultiFilter(QWidget *parent);
|
||||
QWidget *expandedWidget;
|
||||
QWidget *minimizedWidget;
|
||||
};
|
||||
|
||||
class TagFilter : public QWidget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue