32 #ifndef pqSettingsDialog_h 33 #define pqSettingsDialog_h 35 #include "pqComponentsModule.h" 39 class QAbstractButton;
49 typedef QDialog Superclass;
56 void showTab(
const QString& title);
59 void clicked(QAbstractButton*);
62 void onRestoreDefaults();
64 void onTabIndexChanged(
int index);
65 void onChangeAvailable();
66 void showRestartRequiredMessage();
68 void filterPanelWidgets();
75 void filterWidgets(
bool showAdvanced,
const QString& text);
80 pqInternals* Internals;
85 static bool ShowRestartRequired;
pqSettingsDialog provides a dialog for controlling application settings for a ParaView application...
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...