Gravity Flip
|
Inherits QPushButton.
Public Slots | |
void | changeColor () |
Changes the the color of button when pressed. | |
Public Member Functions | |
CustomButton () | |
Default constructor. | |
CustomButton (const QString textValue) | |
Constructor that takes only text as input. | |
CustomButton (const QString textValue, QWidget *paren) | |
Constructor that takes text and parent widget as input. | |
CustomButton (QWidget *paren) | |
Constructor that takes only parent widget as input. | |