mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: segregate animation screen
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <Widgets/instructorbuttongroupwidget.h>
|
||||
#include <Widgets/updatenotifywidget.h>
|
||||
#include <Widgets/versionselectwidget.h>
|
||||
#include <Widgets/waitanimationwidget.h>
|
||||
#include <UI/resourcemanager.h>
|
||||
#include "mywinheader.h"
|
||||
|
||||
@@ -108,6 +109,7 @@ private:
|
||||
CommonButtonGroupWidget *commonButtonGroupWidget;
|
||||
EntryWidget *entryWidget;
|
||||
VersionSelectWidget *versionSelectWidget;
|
||||
WaitAnimationWidget *waitAnimationWidget;
|
||||
|
||||
QTranslator translator;
|
||||
TCPClient *client;
|
||||
@@ -123,7 +125,6 @@ private:
|
||||
QThread *workerThread;
|
||||
QThread *animationThread;
|
||||
QTimer *timer;
|
||||
QLabel *movieLabel;
|
||||
QList<FileData> *updateList;
|
||||
|
||||
int fileCountForUpdate;
|
||||
|
||||
Reference in New Issue
Block a user