mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
Reworked the layout of "edit sets" window
This commit is contained in:
parent
58a5834f34
commit
44800df89c
7 changed files with 3234 additions and 49 deletions
|
|
@ -15,8 +15,8 @@ class WndSets : public QMainWindow {
|
|||
private:
|
||||
SetsModel *model;
|
||||
QTreeView *view;
|
||||
QPushButton *enableButton, *disableButton, *enableAllButton, *disableAllButton,
|
||||
*upButton, *downButton, *bottomButton, *topButton;
|
||||
QPushButton *enableAllButton, *disableAllButton;
|
||||
QAction *aUp, *aDown, *aBottom, *aTop;
|
||||
public:
|
||||
WndSets(QWidget *parent = 0);
|
||||
~WndSets();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue