diff options
author | Sami Merila <sami.merila@nokia.com> | 2010-01-22 15:06:05 (GMT) |
---|---|---|
committer | Sami Merila <sami.merila@nokia.com> | 2010-01-22 15:06:05 (GMT) |
commit | 4f9666da561b317729964a402c3f05309778fe90 (patch) | |
tree | bcaa3921f836907245a7ea30c7207d05cb0c3965 /src/gui/styles/qs60style.h | |
parent | 4d1c8407c1ac16b6288c3aa0f7c2118d2748f348 (diff) | |
download | Qt-4f9666da561b317729964a402c3f05309778fe90.zip Qt-4f9666da561b317729964a402c3f05309778fe90.tar.gz Qt-4f9666da561b317729964a402c3f05309778fe90.tar.bz2 |
S60Style: Add support for animations to style
Add support of theme animations to AVKON-based QS60Style.
Currently only QProgressBar's have animations, but adding others
with same kind of S60 theming (mainly note animations) would be
really easy to do.
Task-number: QTBUG-4050
Reviewed-by: Alessandro Portale
Diffstat (limited to 'src/gui/styles/qs60style.h')
-rw-r--r-- | src/gui/styles/qs60style.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/styles/qs60style.h b/src/gui/styles/qs60style.h index adcb313..82cc21c 100644 --- a/src/gui/styles/qs60style.h +++ b/src/gui/styles/qs60style.h @@ -94,6 +94,9 @@ protected Q_SLOTS: QIcon standardIconImplementation( StandardPixmap standardIcon, const QStyleOption * option = 0, const QWidget * widget = 0 ) const; +protected: + void timerEvent(QTimerEvent *event); + bool eventFilter(QObject *o, QEvent *e); private: Q_DISABLE_COPY(QS60Style) friend class QStyleFactory; |