diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-11-16 14:04:06 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-16 18:34:47 +0000 |
commit | 7c5c38b154baeeb05d2c70a3c248cda41349133a (patch) | |
tree | 4084a8661d50e536f96eb9e98e327ee25a1bcc27 /subsurface.pro | |
parent | 7967d2bec1f90f230800ada64c7fe69b3f2009cd (diff) | |
download | subsurface-7c5c38b154baeeb05d2c70a3c248cda41349133a.tar.gz |
Addded a min / max layout for the filter, and a filter count
But the filter count seems to be broken for some reason and
I really don't know why. It seems to work for tags, but
not for everything else.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subsurface.pro b/subsurface.pro index 94245fcec..182490e5b 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -232,7 +232,8 @@ FORMS = \ qt-ui/divecomponentselection.ui \ qt-ui/configuredivecomputerdialog.ui \ qt-ui/listfilter.ui \ - qt-ui/diveshareexportdialog.ui + qt-ui/diveshareexportdialog.ui \ + qt-ui/filterwidget.ui # Nether usermanual or printing is supported on android right now android: FORMS -= qt-ui/printoptions.ui |