Add tag sorting (based on counts) to the tag view
This commit is contained in:
parent
ebd9e559ef
commit
db03bdbce2
2 changed files with 24 additions and 12 deletions
|
@ -35,6 +35,7 @@
|
|||
|
||||
|
||||
class QQuickWidget;
|
||||
class QSortFilterProxyModel;
|
||||
|
||||
|
||||
namespace Danbooru
|
||||
|
@ -70,6 +71,8 @@ private:
|
|||
DanbooruConnectWidget *m_connectWidget;
|
||||
DanbooruSearchWidget *m_searchWidget;
|
||||
DanbooruTagWidget *m_tagWidget;
|
||||
QSortFilterProxyModel *m_proxyModel;
|
||||
|
||||
QTableView *m_tableView;
|
||||
KImageCache *m_cache;
|
||||
static QHash<int, DanbooruPost::Rating> ratingMap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue