diff widgets/WaitingWidget.h @ 216:3045ced14a59

modify the animation in the WaitingWidget class
author benoitrigolleau
date Thu, 07 Feb 2008 15:15:52 +0000
parents c107866fd387
children fd17abdbef2d
line wrap: on
line diff
--- a/widgets/WaitingWidget.h	Wed Feb 06 16:45:36 2008 +0000
+++ b/widgets/WaitingWidget.h	Thu Feb 07 15:15:52 2008 +0000
@@ -33,10 +33,11 @@
 	void paintEvent(QPaintEvent *event);
 	void draw(QPainter *painter);
     void timerEvent(QTimerEvent *e);
-
-private:
+	
+private :
 	int m_ind;
 	QBasicTimer timer;
+	QRgb colors[8];
 
 };