Inheritance diagram for DzPushButton:
Properties | |
Boolean | autoDefault |
Boolean | default |
Boolean | flat |
Constructors | |
DzPushButton (DzWidget parent) | |
Methods | |
void | setCheckable (Boolean yesNo) |
void | setToggleButton (Boolean yesNo) |
DzPushButton::DzPushButton | ( | DzWidget | parent | ) |
Creates a push button as a child of the given parent widget
void DzPushButton::setCheckable | ( | Boolean | yesNo | ) |
Whether the button is a toggle button.
void DzPushButton::setToggleButton | ( | Boolean | yesNo | ) |
Whether the button is the auto default. false
by default.
Whether the button is the default button. false
by default.
Whether the border is disabled. false
by default.