mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
PhaseButton added
This commit is contained in:
parent
f238b59935
commit
08a5338e9b
3 changed files with 135 additions and 16 deletions
16
cockatrice/src/phasebutton.h
Normal file
16
cockatrice/src/phasebutton.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef PHASEBUTTON_H
|
||||
#define PHASEBUTTON_H
|
||||
//
|
||||
#include <QPushButton>
|
||||
//
|
||||
class PhaseButton : public QPushButton
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
PhaseButton();
|
||||
PhaseButton(QIcon, QString);
|
||||
void update();
|
||||
void paintEvent(QPaintEvent *event);
|
||||
|
||||
};
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue