35 #include "pqCoreModule.h" 48 typedef QSettings Superclass;
50 pqSettings(
const QString& organization,
const QString& application, QObject* p=NULL);
51 pqSettings(
const QString& fileName, Format format, QObject* parent=NULL);
55 pqSettings(
const QString& filename,
bool temporary, QObject* parent=NULL);
57 void saveState(
const QMainWindow& window,
const QString& key);
58 void saveState(
const QDialog& dialog,
const QString& key);
60 void restoreState(
const QString& key, QMainWindow& window);
61 void restoreState(
const QString& key, QDialog& dialog);
64 void alertSettingsModified();
67 void saveInQSettings(
const char* key, vtkSMProperty* smproperty);
72 void sanityCheckDock(QDockWidget* dock_widget);
pqSettings extends QSettings to add support for following: