QXRD  0.11.16
qceppropertyvalue.h
Go to the documentation of this file.
1 #ifndef QCEPPROPERTYVALUE_H
2 #define QCEPPROPERTYVALUE_H
3 
4 #include <QMetaType>
5 #include <QSettings>
6 
8 {
9 public:
10  explicit QcepPropertyValue(QObject *parent = 0);
11  virtual ~QcepPropertyValue();
12 
13 signals:
14 
15 public slots:
16 
17 public:
18  virtual void setSettingsValue(QSettings *settings, QString name);
19 };
20 
21 Q_DECLARE_METATYPE(QcepPropertyValue)
22 Q_DECLARE_METATYPE(QcepPropertyValue*)
23 
24 #endif // QCEPPROPERTYVALUE_H
QcepPropertyValue(QObject *parent=0)
virtual void setSettingsValue(QSettings *settings, QString name)
virtual ~QcepPropertyValue()