beeter loading animation

This commit is contained in:
Blue 2019-09-06 02:44:20 +03:00
parent e32c1177c3
commit 139c0de0e3
2 changed files with 21 additions and 11 deletions

View file

@ -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;