mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Перенес формирование Item ов в отдельный поток
This commit is contained in:
@@ -29,6 +29,11 @@ void WaitAnimationWidget::hideWithStop()
|
||||
loadingMovie->stop();
|
||||
}
|
||||
|
||||
void WaitAnimationWidget::resize(QSize size)
|
||||
{
|
||||
setFixedSize(size);
|
||||
}
|
||||
|
||||
WaitAnimationWidget::~WaitAnimationWidget()
|
||||
{
|
||||
delete ui;
|
||||
|
||||
@@ -17,6 +17,7 @@ public:
|
||||
void initialize(QMovie *movie,QWidget *parent);
|
||||
void showWithPlay();
|
||||
void hideWithStop();
|
||||
void resize(QSize size);
|
||||
~WaitAnimationWidget();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user