Implement category filter widget

Show categories in tree mode when subcategories are enabled.
This commit is contained in:
Vladimir Golovnev (Glassez)
2016-07-29 12:45:50 +03:00
committed by sledgehammer999
parent 694311b2bd
commit 3c0dfa6444
8 changed files with 912 additions and 327 deletions

View File

@@ -49,7 +49,9 @@ HEADERS += \
$$PWD/search/searchlistdelegate.h \
$$PWD/search/searchsortmodel.h \
$$PWD/cookiesmodel.h \
$$PWD/cookiesdialog.h
$$PWD/cookiesdialog.h \
$$PWD/categoryfiltermodel.h \
$$PWD/categoryfilterwidget.h
SOURCES += \
$$PWD/mainwindow.cpp \
@@ -89,7 +91,9 @@ SOURCES += \
$$PWD/search/searchlistdelegate.cpp \
$$PWD/search/searchsortmodel.cpp \
$$PWD/cookiesmodel.cpp \
$$PWD/cookiesdialog.cpp
$$PWD/cookiesdialog.cpp \
$$PWD/categoryfiltermodel.cpp \
$$PWD/categoryfilterwidget.cpp
win32|macx {
HEADERS += $$PWD/programupdater.h