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:
Tomaz Canabrava 2014-11-11 17:06:28 -02:00 committed by Dirk Hohndel
parent aa44b67d6b
commit d277d4d88e
3 changed files with 31 additions and 7 deletions

View file

@ -134,6 +134,8 @@ class MultiFilter : public QScrollArea {
Q_OBJECT
public:
MultiFilter(QWidget *parent);
QWidget *expandedWidget;
QWidget *minimizedWidget;
};
class TagFilter : public QWidget {