timoutcallback to mainwindow

This commit is contained in:
doitux
2007-05-30 07:21:24 +00:00
parent ba82acbd06
commit 1f70aeeefe
4 changed files with 28 additions and 3 deletions
+8
View File
@@ -17,6 +17,9 @@
#include <iostream>
class mainWindowImpl;
class MySetLabel : public QLabel
{
Q_OBJECT
@@ -25,6 +28,9 @@ public:
~MySetLabel();
void setMyW ( mainWindowImpl* theValue ) { myW = theValue; }
void startTimeOutAnimation(int secs);
void stopTimeOutAnimation();
@@ -33,9 +39,11 @@ public:
public slots:
void nextTimeOutAnimationFrame();
private:
mainWindowImpl *myW;
QTimer *timeOutAnimationTimer;
bool timeOutAnimation;