filter: add (very primitive) filterpresetmodel

Implement a trivial model to provide the filter preset names
to the UI. Sadly, for now this features the QWidget/QML
column / name dichotomy. However, in this simple case that
shouldn't be too much of an issue.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-05-27 08:17:06 +02:00 committed by Dirk Hohndel
parent 937fdb500b
commit 536fc05dd6
4 changed files with 93 additions and 0 deletions

View file

@ -21,6 +21,8 @@ set(SUBSURFACE_GENERIC_MODELS_LIB_SRCS
divetripmodel.h
filterconstraintmodel.cpp
filterconstraintmodel.h
filterpresetmodel.cpp
filterpresetmodel.h
maplocationmodel.cpp
maplocationmodel.h
models.cpp