mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: change initialize logic
*complete without change animation
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <QMovie>
|
||||
#include <QWidget>
|
||||
#include <UI/resourcemanager.h>
|
||||
|
||||
namespace Ui {
|
||||
class WaitAnimationWidget;
|
||||
@@ -14,11 +15,14 @@ class WaitAnimationWidget : public QWidget
|
||||
|
||||
public:
|
||||
explicit WaitAnimationWidget(QWidget *parent = nullptr);
|
||||
void setMovie(QMovie *movie);
|
||||
void initialize(ResourceManager *resourceManager);
|
||||
void showWithPlay();
|
||||
void hideWithStop();
|
||||
~WaitAnimationWidget();
|
||||
|
||||
public slots:
|
||||
void slotActivateLoadingAnimation(bool flag);
|
||||
|
||||
private:
|
||||
Ui::WaitAnimationWidget *ui;
|
||||
QMovie *loadingMovie;
|
||||
|
||||
Reference in New Issue
Block a user