mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 00:53:55 -07:00
added icons
This commit is contained in:
parent
494d40318f
commit
534a0b633f
8 changed files with 40 additions and 31 deletions
|
|
@ -2,13 +2,16 @@
|
|||
#define PHASESTOOLBAR_H
|
||||
|
||||
#include <QFrame>
|
||||
#include <QList>
|
||||
|
||||
class QPushButton;
|
||||
|
||||
class PhasesToolbar : public QFrame {
|
||||
Q_OBJECT
|
||||
public:
|
||||
PhasesToolbar(QWidget *parent = 0);
|
||||
private:
|
||||
QAction *aUntap, *aUpkeep, *aDraw, *aMain1, *aCombat, *aMain2, *aCleanup;
|
||||
QList<QPushButton *> buttonList;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue