QTfrontend/HWApplication.h
changeset 6185 a6aa2d44f390
parent 5257 0bbdd47522b9
child 6616 f77bb02b669f
equal deleted inserted replaced
6184:335ece2bce9c 6185:a6aa2d44f390
    23 #include <QString>
    23 #include <QString>
    24 #include <QEvent>
    24 #include <QEvent>
    25 
    25 
    26 class HWForm;
    26 class HWForm;
    27 
    27 
       
    28 /**
       
    29  * @brief Main class of the Qt application.
       
    30  *
       
    31  * By default uses :res/css/qt.css as style sheet for the main form.
       
    32  * See \repo{res/css/qt.css} for a more detailed description.
       
    33  *
       
    34  * @see http://doc.qt.nokia.com/4.5/stylesheet.html
       
    35  */
    28 class HWApplication : public QApplication
    36 class HWApplication : public QApplication
    29 {
    37 {
    30     Q_OBJECT
    38     Q_OBJECT
    31 public:
    39 public:
    32     HWApplication(int &argc, char **argv);
    40     HWApplication(int &argc, char **argv);