added busy indicator when loading a list of clients, on the client management panel
This commit is contained in:
parent
a7030cdcb9
commit
24ea686e4d
4 changed files with 14 additions and 3 deletions
|
@ -12,6 +12,7 @@ class ClientManagementLogic : public PageLogicBase
|
|||
Q_OBJECT
|
||||
|
||||
AUTO_PROPERTY(QString, labelCurrentVpnProtocolText)
|
||||
AUTO_PROPERTY(bool, busyIndicatorIsRunning);
|
||||
|
||||
public:
|
||||
ClientManagementLogic(UiLogic *uiLogic, QObject *parent = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue