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:
Tomaz Canabrava 2014-10-31 15:22:21 -02:00 committed by Dirk Hohndel
parent 063e6d9fbf
commit 19ac1dfa09
4 changed files with 22 additions and 4 deletions

View file

@ -140,6 +140,12 @@ private:
Ui::TagFilter ui;
};
class MultiFilter : public QScrollArea {
Q_OBJECT
public:
MultiFilter(QWidget *parent);
};
bool isGnome3Session();
QImage grayImage(const QImage &coloredImg);