mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Запуск refact
This commit is contained in:
@@ -56,7 +56,7 @@ ServerLMSWidget::ServerLMSWidget(QWidget *parent) :
|
||||
waitAnimationWidget->setParent(this);
|
||||
waitAnimationWidget->initialize(movie,this);
|
||||
|
||||
waitAnimationWidget->showWithPlay();
|
||||
//waitAnimationWidget->showWithPlay();
|
||||
|
||||
updateStateOnlyVersion();
|
||||
}
|
||||
@@ -361,6 +361,10 @@ QString ServerLMSWidget::loadStyleSheet()
|
||||
|
||||
void ServerLMSWidget::startInitialization_step0()
|
||||
{
|
||||
emit signal_Tray_ShowMessage(tr("Starting the server..."));
|
||||
|
||||
waitAnimationWidget->showWithPlay();
|
||||
|
||||
//QApplication::setOverrideCursor(Qt::WaitCursor);
|
||||
|
||||
providerDBLMS = new ProviderDBLMS(this);
|
||||
|
||||
Reference in New Issue
Block a user