equal
deleted
inserted
replaced
21 |
21 |
22 #include <QMainWindow> |
22 #include <QMainWindow> |
23 #include <QStack> |
23 #include <QStack> |
24 #include <QTime> |
24 #include <QTime> |
25 #include <QPointer> |
25 #include <QPointer> |
|
26 #include <QPropertyAnimation> |
26 |
27 |
27 #include "netserver.h" |
28 #include "netserver.h" |
28 #include "game.h" |
29 #include "game.h" |
29 #include "ui_hwform.h" |
30 #include "ui_hwform.h" |
30 #include "SDLInteraction.h" |
31 #include "SDLInteraction.h" |
168 QTime eggTimer; |
169 QTime eggTimer; |
169 BGWidget * wBackground; |
170 BGWidget * wBackground; |
170 QSignalMapper * pageSwitchMapper; |
171 QSignalMapper * pageSwitchMapper; |
171 QByteArray m_lastDemo; |
172 QByteArray m_lastDemo; |
172 |
173 |
|
174 QPropertyAnimation *animationNewSlide; |
|
175 QPropertyAnimation *animationOldSlide; |
|
176 QPropertyAnimation *animationNewOpacity; |
|
177 QPropertyAnimation *animationOldOpacity; |
|
178 |
173 #ifdef __APPLE__ |
179 #ifdef __APPLE__ |
174 InstallController * panel; |
180 InstallController * panel; |
175 #endif |
181 #endif |
176 |
182 |
177 void OnPageShown(quint8 id, quint8 lastid=0); |
183 void OnPageShown(quint8 id, quint8 lastid=0); |