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