32 #ifndef pqServerConnectDialog_h 33 #define pqServerConnectDialog_h 35 #include "pqComponentsModule.h" 43 class QListWidgetItem;
60 typedef QDialog Superclass;
90 void updateConfigurations();
95 void onServerSelected(
int row);
110 void updateServerType();
115 void goToFirstPage();
120 void acceptConfigurationPage1();
125 void acceptConfigurationPage2();
130 void editServerStartup();
134 void onNameChanged();
156 void updateDialogTitle(
int page_number);
166 void authenticationRequired(QNetworkReply*, QAuthenticator*);
171 void updateImportableConfigurations();
176 void importError(
const QString& message);
181 void importServersSelectionChanged();
186 void importServers();
193 void saveSourcesList();
194 void cancelEditSources();
203 pqInternals* Internals;
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.