mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
7967d2bec1
commit
7c5c38b154
6 changed files with 181 additions and 35 deletions
|
|
@ -93,11 +93,14 @@ public:
|
|||
virtual bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const;
|
||||
void addFilterModel(MultiFilterInterface *model);
|
||||
void removeFilterModel(MultiFilterInterface *model);
|
||||
int divesFilteredOut;
|
||||
int divesDisplayed;
|
||||
public
|
||||
slots:
|
||||
void myInvalidate();
|
||||
void clearFilter();
|
||||
|
||||
signals:
|
||||
void filterFinished();
|
||||
private:
|
||||
MultiFilterSortModel(QObject *parent = 0);
|
||||
QList<MultiFilterInterface *> models;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue