4 #ifndef pqServerConnectDialog_h 5 #define pqServerConnectDialog_h 15 class QListWidgetItem;
32 typedef QDialog Superclass;
75 void updateConfigurations();
80 void onServerSelected();
100 void updateServerType();
105 void goToFirstPage();
110 void acceptConfigurationPage1();
115 void acceptConfigurationPage2();
120 void editServerStartup();
124 void onNameChanged();
130 void deleteAllServers();
147 void updateDialogTitle(
int page_number);
157 void authenticationRequired(QNetworkReply*, QAuthenticator*);
162 void updateImportableConfigurations();
167 void importError(
const QString& message);
172 void importServersSelectionChanged();
177 void importServers();
184 void saveSourcesList();
185 void cancelEditSources();
189 bool serverNameExists(
const QString&
name);
195 pqInternals* Internals;
#define PQCOMPONENTS_EXPORT
pqServerConnectDialog is a dialog that can be used to show the user a selection of server configurati...
pqServerConfiguration corresponds to a server connection configuration.
pqServerResource encapsulates a resource in ParaView.