17 #include <QtCore/qglobal.h> 18 #include <QtWidgets/QHBoxLayout> 19 #include <QtWidgets/QLabel> 20 #include <QtWidgets/QProgressBar> 25 class SensorInterface;
43 void renew()
override;
50 QProgressBar mValueBar;
static const int port
Definition: trikCommunicatorTest.cpp:24
Base class for a widget that can show some reading from sensor, encoder and so on.
Definition: abstractIndicator.h:24
Definition: abstractIndicator.h:21
Definition: trikCommunicator.h:27
Abstract sensor, inherited by various sensor types.
Definition: sensorInterface.h:26
Widget that shows current sensor reading.
Definition: sensorIndicator.h:31