QTfrontend/HWApplication.h
changeset 8799 44e520374cfc
parent 8722 2dead6b84bca
child 10108 c68cf030eded
equal deleted inserted replaced
8797:b7e0b7a18e3a 8799:44e520374cfc
    18 
    18 
    19 #ifndef HWAPP_H
    19 #ifndef HWAPP_H
    20 #define HWAPP_H
    20 #define HWAPP_H
    21 
    21 
    22 #include <QApplication>
    22 #include <QApplication>
    23 #include <QString>
       
    24 #include <QEvent>
       
    25 
    23 
    26 class HWForm;
    24 class HWForm;
       
    25 class QEvent;
    27 
    26 
    28 /**
    27 /**
    29  * @brief Main class of the Qt application.
    28  * @brief Main class of the Qt application.
    30  *
    29  *
    31  * By default uses :res/css/qt.css as style sheet for the main form.
    30  * By default uses :res/css/qt.css as style sheet for the main form.