oopapidocs
2.0
|
A QPushButton which will show a spinny icon if you setActive(true) More...
#include <activity.h>
Public Slots | |
void | setActive (bool isActive) |
Public Member Functions | |
bool | isActive () const |
A QPushButton which will show a spinny icon if you setActive(true)
Definition at line 16 of file activity.h.
bool ActivityButton::isActive | ( | ) | const |
void ActivityButton::setActive | ( | bool | isActive | ) | [slot] |
isActive | if true, start spinning the spinner icon |
Definition at line 32 of file activity.cpp.