1 #ifndef DUREUAPPLICATION_H 2 #define DUREUAPPLICATION_H 4 #include <QApplication> 5 #include <QTabletEvent> 33 void setDPIScalingGUI();
36 #endif // DUREUAPPLICATION_H Class that is derivative of QApplication and runs the application process.
Definition: CherishApplication.h:10
CherishApplication(int &argv, char **argc)
Definition: CherishApplication.cpp:15
void setTabletActivity(bool active)
bool event(QEvent *event) Q_DECL_OVERRIDE
Definition: CherishApplication.cpp:21