17 #include <QtCore/qglobal.h> 19 #if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) 20 #include <QtGui/QHBoxLayout> 21 #include <QtGui/QLabel> 22 #include <QtGui/QDial> 24 #include <QtWidgets/QHBoxLayout> 25 #include <QtWidgets/QLabel> 26 #include <QtWidgets/QDial> 32 class EncoderInterface;
50 void renew()
override;
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
Encoder of power motor.
Definition: encoderInterface.h:26
Definition: trikCommunicator.h:27
Widget that shows current encoder reading.
Definition: encoderIndicator.h:38