mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
d4bdb8c73d
commit
a59ac2199b
3 changed files with 36 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue