mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
Various types containers support
This commit is contained in:
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...")}
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user