The TransferLogo class provides an animated sequence of pixmaps that can be turned on and off.
Publicly inherits QLabel.
TransferLogo | ( QWidget* parent=???, const char* name=??? ); | |
void | setTransfer | ( bool b ); |
~TransferLogo | ( ); |
void | timerEvent | ( QTimerEvent* e ); |
int | _index; |
QPixmap | _logo; |
QPixmap** | _pixmaps; |
Turn the animated logo on or off. If b is TRUE then the animated logo shown. If b is FALSE then the animation is stopped, and the QWeb! logo is displayed.