Implement filter
Add a proxy model class with filter logic, and use it as the model for events ListView.
This commit is contained in:
parent
cb76fedcbc
commit
8d44150598
6 changed files with 144 additions and 12 deletions
|
@ -7,8 +7,8 @@ DEFINES += GIT_VERSION=\\\"$$system(git -C "$$_PRO_FILE_PWD_" describe --always
|
|||
QML_IMPORT_NAME = fuzbal
|
||||
QML_IMPORT_MAJOR_VERSION = 1
|
||||
|
||||
SOURCES += event_list.cpp main.cpp
|
||||
HEADERS += event_list.h io.h
|
||||
SOURCES += event_filter.cpp event_list.cpp main.cpp
|
||||
HEADERS += event_filter.h event_list.h io.h
|
||||
|
||||
RESOURCES += main.qrc icons.qrc
|
||||
TRANSLATIONS += translations/fuzbal_sl.ts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue