mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 13:15:39 +08:00
Ref T172, server form supports ecosystem
This commit is contained in:
@@ -47,6 +47,9 @@ namespace BlackGui
|
||||
//! Get server
|
||||
BlackMisc::Network::CServer getServer() const;
|
||||
|
||||
//! Get currently selected server type
|
||||
BlackMisc::Network::CServer::ServerType getServerType() const;
|
||||
|
||||
//! \name Form class implementations
|
||||
//! @{
|
||||
virtual void setReadOnly(bool readonly) override;
|
||||
@@ -57,6 +60,10 @@ namespace BlackGui
|
||||
void showPasswordField(bool show);
|
||||
|
||||
private:
|
||||
void initServerTypes();
|
||||
void onChangedServerType(const QString &text);
|
||||
void onChangedEcoSystem(const QString &text);
|
||||
|
||||
QScopedPointer<Ui::CNetworkServerForm> ui;
|
||||
QString m_passwordNameLabel;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user