Improve hints for manage sets dialog (#3419)

This commit is contained in:
tooomm 2018-11-01 02:14:47 +01:00 committed by Zach H
parent 051fcff284
commit 0cd671c022
2 changed files with 16 additions and 10 deletions

View file

@ -8,13 +8,14 @@
#include <QMainWindow>
#include <QSet>
class CardDatabase;
class QGroupBox;
class QItemSelection;
class QPushButton;
class QTreeView;
class SetsDisplayModel;
class SetsModel;
class SetsProxyModel;
class SetsDisplayModel;
class QPushButton;
class CardDatabase;
class QItemSelection;
class QTreeView;
class WndSets : public QMainWindow
{
@ -22,6 +23,7 @@ class WndSets : public QMainWindow
private:
SetsModel *model;
SetsDisplayModel *displayModel;
QGroupBox *hintsGroupBox;
QTreeView *view;
QPushButton *toggleAllButton, *toggleSelectedButton;
QPushButton *enableAllButton, *disableAllButton, *enableSomeButton, *disableSomeButton;