4 #ifndef pqSettingsDialog_h 5 #define pqSettingsDialog_h 11 class QAbstractButton;
24 typedef QDialog Superclass;
27 pqSettingsDialog(QWidget* parent =
nullptr, Qt::WindowFlags flags = Qt::WindowFlags{},
28 const QStringList& proxyLabelsToShow = QStringList());
35 void showTab(
const QString&
title);
38 void clicked(QAbstractButton*);
42 void onTabIndexChanged(
int index);
43 void onChangeAvailable();
44 void showRestartRequiredMessage();
46 void filterPanelWidgets();
55 void filterWidgets(
bool showAdvanced,
const QString& text);
60 pqInternals* Internals;
66 static bool ShowRestartRequired;
#define PQCOMPONENTS_EXPORT
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...