36 #ifndef SENSORWIDGET_H
37 #define SENSORWIDGET_H
44 #include "sensormodel.h"
53 #include <QGraphicsView>
54 #include <QGraphicsScene>
84 SensorWidget(QWidget *parent = 0, Qt::WindowFlags f = 0);
114 void contextUpdate(
const QModelIndex & topLeft,
const QModelIndex & bottomRight,
const QVector<int> & roles = QVector<int> ());
124 QGraphicsView* m_pGraphicsView;
125 QGraphicsScene* m_pGraphicsScene;
131 #endif // SENSORWIDGET_H
The SensorModel class implements a table model which holds the sensor model properties.