Add skeleton to the Tag Filtering.

Just the ui file and a empty class to start playing with it.

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-09-17 13:51:08 -03:00 committed by Dirk Hohndel
parent d4bdb8c73d
commit a59ac2199b
3 changed files with 36 additions and 1 deletions

View file

@ -12,6 +12,7 @@ class QAbstractButton;
#include "ui_shifttimes.h"
#include "ui_shiftimagetimes.h"
#include "ui_divecomponentselection.h"
#include "ui_tagfilter.h"
#include "exif.h"
class MinMaxAvgWidget : public QWidget {
@ -126,6 +127,12 @@ private:
struct dive_components *what;
};
class TagFilter : public QWidget {
Q_OBJECT
public:
TagFilter(QWidget *parent);
};
bool isGnome3Session();
QImage grayImage(const QImage& coloredImg);