QXRD  0.11.16
qxrdexperimentsettings.h
Go to the documentation of this file.
1 #ifndef QXRDEXPERIMENTSETTINGS_H
2 #define QXRDEXPERIMENTSETTINGS_H
3 
4 #include "qcepmacros.h"
5 #include "qcepobject.h"
6 #include <QSettings>
7 #include "qxrdexperiment-ptr.h"
8 
9 class QxrdExperimentSettings : public QSettings
10 {
11  Q_OBJECT
12 
13 public:
15  QxrdExperimentSettings(const QString &path, QSettings::Format format = QSettings::IniFormat, QcepObject *parent=0);
17 
18 private:
20 };
21 
22 #endif
QxrdExperimentSettings(QxrdExperiment *parent=0)