beeter loading animation
This commit is contained in:
parent
e32c1177c3
commit
139c0de0e3
2 changed files with 21 additions and 11 deletions
|
@ -25,6 +25,9 @@
|
|||
#include <QLabel>
|
||||
#include <QResizeEvent>
|
||||
#include <QIcon>
|
||||
#include <QGraphicsScene>
|
||||
#include <QGraphicsView>
|
||||
#include <QGraphicsPixmapItem>
|
||||
#include <QVariantAnimation>
|
||||
#include "../global.h"
|
||||
|
||||
|
@ -73,7 +76,9 @@ private:
|
|||
std::map<QString, QString> palNames;
|
||||
std::deque<QHBoxLayout*> views;
|
||||
bool room;
|
||||
QLabel busyLabel;
|
||||
QGraphicsPixmapItem* busyPixmap;
|
||||
QGraphicsScene busyScene;
|
||||
QGraphicsView busyLabel;
|
||||
QHBoxLayout busyLayout;
|
||||
bool busyShown;
|
||||
QVariantAnimation rotation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue