src/gui/styles/qwindowsstyle_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    56 #include "qwindowsstyle.h"
    56 #include "qwindowsstyle.h"
    57 #include "qcommonstyle_p.h"
    57 #include "qcommonstyle_p.h"
    58 
    58 
    59 #ifndef QT_NO_STYLE_WINDOWS
    59 #ifndef QT_NO_STYLE_WINDOWS
    60 #include <qlist.h>
    60 #include <qlist.h>
    61 #include <qdatetime.h>
       
    62 #include <qhash.h>
    61 #include <qhash.h>
       
    62 #include <qelapsedtimer.h>
    63 
    63 
    64 QT_BEGIN_NAMESPACE
    64 QT_BEGIN_NAMESPACE
    65 
    65 
    66 class QTime;
    66 class QTime;
    67 class QProgressBar;
    67 class QProgressBar;
    78     int menuBarTimer;
    78     int menuBarTimer;
    79 
    79 
    80     QList<QProgressBar *> bars;
    80     QList<QProgressBar *> bars;
    81     int animationFps;
    81     int animationFps;
    82     int animateTimer;
    82     int animateTimer;
    83     QTime startTime;
    83     QElapsedTimer startTime;
    84     int animateStep;    
    84     int animateStep;    
    85     QColor inactiveCaptionText;
    85     QColor inactiveCaptionText;
    86     QColor activeCaptionColor;
    86     QColor activeCaptionColor;
    87     QColor activeGradientCaptionColor;
    87     QColor activeGradientCaptionColor;
    88     QColor inactiveCaptionColor;
    88     QColor inactiveCaptionColor;