17 #include <QtCore/qglobal.h> 19 #if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) 20 #include <QtGui/QWidget> 21 #include <QtGui/QHBoxLayout> 22 #include <QtGui/QLabel> 23 #include <QtGui/QProgressBar> 25 #include <QtWidgets/QWidget> 26 #include <QtWidgets/QHBoxLayout> 27 #include <QtWidgets/QLabel> 28 #include <QtWidgets/QProgressBar> 31 #include <QtCore/QString> 56 void keyPressEvent(QKeyEvent *event)
override;
59 void setPower(
int power);
72 QProgressBar mPowerBar;
static const int port
Definition: trikCommunicatorTest.cpp:24
Abstract motor. It is differently implemented by different motor types (like servo and power motors)...
Definition: motorInterface.h:26
Definition: abstractIndicator.h:21
Definition: trikCommunicator.h:27
Widget that allows to set power value of a motor and turn it on and off.
Definition: motorLever.h:41