32 #ifndef pqSettingsDialog_h 33 #define pqSettingsDialog_h 35 #include "pqComponentsModule.h" 39 class QAbstractButton;
51 typedef QDialog Superclass;
61 void showTab(
const QString& title);
64 void clicked(QAbstractButton*);
67 void onRestoreDefaults();
69 void onTabIndexChanged(
int index);
70 void onChangeAvailable();
71 void showRestartRequiredMessage();
73 void filterPanelWidgets();
82 void filterWidgets(
bool showAdvanced,
const QString& text);
87 pqInternals* Internals;
94 static bool ShowRestartRequired;
superclass for all SM properties
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...