Specialized tag widget to display tags

Actually just a QListView but with support of the user's supplied
blacklist
This commit is contained in:
Luca Beltrame 2015-02-20 07:29:52 +01:00
parent 14e1aa63ab
commit cc100ad09a
3 changed files with 99 additions and 0 deletions

View file

@ -3,6 +3,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(danbooru_client_SRCS
danbooruconnectwidget.cpp
danboorusearchwidget.cpp
danboorutagwidget.cpp
model/danboorupostmodel.cpp
model/danboorupoolmodel.cpp
model/danboorutagmodel.cpp