Various types containers support
This commit is contained in:
parent
0d9f1ba95b
commit
157d7c4f23
39 changed files with 609 additions and 479 deletions
15
client/ui/pages_logic/ServerConfiguringProgressLogic.cpp
Normal file
15
client/ui/pages_logic/ServerConfiguringProgressLogic.cpp
Normal file
|
@ -0,0 +1,15 @@
|
|||
#include "ServerConfiguringProgressLogic.h"
|
||||
|
||||
ServerConfiguringProgressLogic::ServerConfiguringProgressLogic(UiLogic *logic, QObject *parent):
|
||||
PageLogicBase(logic, parent),
|
||||
m_progressBarValue{0},
|
||||
m_labelWaitInfoVisible{true},
|
||||
m_labelWaitInfoText{tr("Please wait, configuring process may take up to 5 minutes")},
|
||||
m_progressBarVisible{true},
|
||||
m_progressBarMaximium{100},
|
||||
m_progressBarTextVisible{true},
|
||||
m_progressBarText{tr("Configuring...")}
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue