Quark
0.1
|
An animated component (a "throbber") that indicates ongoing activity in an application. More...
#include <ActivityIndicator.h++>
Public Slots | |
void | setColor (const QColor &color) |
Sets the foreground color for the component. More... | |
void | setActive (bool busy) |
Starts or stops the animation. More... | |
void | start () |
Starts the animation. More... | |
void | stop () |
Stops the animation. More... | |
Public Member Functions | |
ActivityIndicator (QWidget *parent=NULL) | |
Constructor. More... | |
virtual | ~ActivityIndicator () |
Destructor. More... | |
Protected Member Functions | |
virtual void | paintEvent (QPaintEvent *event) |
virtual void | resizeEvent (QResizeEvent *event) |
An animated component (a "throbber") that indicates ongoing activity in an application.
The component can be scaled to any desired size.
|
explicit |
Constructor.
|
virtual |
Destructor.
|
protectedvirtual |
|
protectedvirtual |
|
slot |
Starts or stops the animation.
|
slot |
Sets the foreground color for the component.
|
slot |
Starts the animation.
|
slot |
Stops the animation.