QTfrontend/HWApplication.h
changeset 6185 a6aa2d44f390
parent 5257 0bbdd47522b9
child 6616 f77bb02b669f
--- 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