Reworked the layout of "edit sets" window

This commit is contained in:
Fabio Bas 2015-05-14 13:12:24 +02:00
parent 58a5834f34
commit 44800df89c
7 changed files with 3234 additions and 49 deletions

View file

@ -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();