diff -r 335ece2bce9c -r a6aa2d44f390 QTfrontend/HWApplication.h --- a/QTfrontend/HWApplication.h Sat Oct 22 11:50:55 2011 -0400 +++ b/QTfrontend/HWApplication.h Sat Oct 22 18:24:36 2011 +0200 @@ -25,6 +25,14 @@ class HWForm; +/** + * @brief Main class of the Qt application. + * + * By default uses :res/css/qt.css as style sheet for the main form. + * See \repo{res/css/qt.css} for a more detailed description. + * + * @see http://doc.qt.nokia.com/4.5/stylesheet.html + */ class HWApplication : public QApplication { Q_OBJECT