20 #include <QtCore/qglobal.h> 21 #include <QtCore/QTimer> 22 #include <QtWidgets/QApplication> 36 bool notify(QObject *receiver, QEvent *event)
override;
41 void refreshWidgets();
47 QTimer mPowerButtonPressedTimer;
48 QTimer mShutdownDelayTimer;
49 QString mSavedStyleSheet;
50 bool mIsShuttingDown =
false;
51 bool mIsShutdownRequested =
false;
Application main class, to translate events from robot buttons into more convenient events (like pres...
Definition: trikGuiApplication.h:28
TrikGuiApplication(int &argc, char **argv)
Constructor with command-line arguments.
Definition: trikGuiApplication.cpp:28
Definition: abstractIndicator.h:21
bool notify(QObject *receiver, QEvent *event) override
Definition: trikGuiApplication.cpp:41