32 #ifndef pqServerConnectDialog_h 33 #define pqServerConnectDialog_h 35 #include "pqComponentsModule.h" 43 class QListWidgetItem;
58 typedef QDialog Superclass;
76 static bool selectServer(
78 QWidget* dialogParent=NULL,
83 void updateConfigurations();
86 void onServerSelected(
int row);
95 void updateServerType();
101 void acceptConfigurationPage1();
104 void acceptConfigurationPage2();
107 void editServerStartup();
111 void onNameChanged();
125 void updateDialogTitle(
int page_number);
131 void authenticationRequired(QNetworkReply*, QAuthenticator*);
134 void updateImportableConfigurations();
137 void importError(
const QString& message);
140 void importServersSelectionChanged();
143 void importServers();
148 void saveSourcesList();
149 void cancelEditSources();
158 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.