6 #ifndef SWIFT_GUI_COMPONENTS_NETWORKSERVERFORM_H
7 #define SWIFT_GUI_COMPONENTS_NETWORKSERVERFORM_H
11 #include <QScopedPointer>
21 class CNetworkServerForm;
23 namespace swift::gui::editors
47 void resetToFirstTab();
51 virtual void setReadOnly(
bool readonly)
override;
56 void showPasswordField(
bool show);
59 void initServerTypes();
60 void onChangedServerType(
const QString &text);
61 void onChangedEcoSystem(
const QString &text);
62 void tempUnhidePassword();
64 QScopedPointer<Ui::CNetworkServerForm> ui;
65 QString m_passwordNameLabel;
Status messages, e.g. from Core -> GUI.
Value object encapsulating information of a server.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.