QXRD  0.11.16
qceppropertiesmodel.h
Go to the documentation of this file.
1 #ifndef QCEPPROPERTIESMODEL_H
2 #define QCEPPROPERTIESMODEL_H
3 
4 #include <QAbstractTableModel>
5 
6 class QcepPropertiesModel : public QAbstractTableModel
7 {
8  Q_OBJECT
9 
10 public:
12 
13 private slots:
14  void onDataObjectChanged();
15 };
16 
17 #endif // QCEPPROPERTIESMODEL_H