added page to display raw config
This commit is contained in:
parent
c13b9754eb
commit
3aaa7b62ef
16 changed files with 266 additions and 30 deletions
|
@ -42,7 +42,8 @@ namespace PageLoader
|
|||
PageProtocolShadowSocksSettings,
|
||||
PageProtocolCloakSettings,
|
||||
PageProtocolWireGuardSettings,
|
||||
PageProtocolIKev2Settings
|
||||
PageProtocolIKev2Settings,
|
||||
PageProtocolRaw
|
||||
};
|
||||
Q_ENUM_NS(PageEnum)
|
||||
|
||||
|
@ -70,6 +71,7 @@ signals:
|
|||
void showErrorMessage(QString errorMessage);
|
||||
void showInfoMessage(QString message);
|
||||
void showBusyIndicator(bool visible);
|
||||
void raise();
|
||||
|
||||
private:
|
||||
QSharedPointer<ServersModel> m_serversModel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue