Specialized tag widget to display tags
Actually just a QListView but with support of the user's supplied blacklist
This commit is contained in:
parent
14e1aa63ab
commit
cc100ad09a
3 changed files with 99 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue