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