IconButton Class
(Utils::IconButton)Properties
- autoHide : bool
- iconOpacity : float
Public Functions
IconButton(QWidget *parent = 0) | |
void | animateShow(bool visible) |
bool | hasAutoHide() const |
float | iconOpacity() |
void | paintEvent(QPaintEvent *event) |
void | setAutoHide(bool hide) |
void | setIconOpacity(float value) |
QSize | sizeHint() const |
Protected Functions
void | keyPressEvent(QKeyEvent *ke) |
void | keyReleaseEvent(QKeyEvent *ke) |
Property Documentation
autoHide : bool
Access functions:
bool | hasAutoHide() const |
void | setAutoHide(bool hide) |
iconOpacity : float
Access functions:
float | iconOpacity() |
void | setIconOpacity(float value) |
Member Function Documentation
IconButton::IconButton(QWidget *parent = 0)
Default constructs an instance of IconButton.