QTfrontend/ui/widget/chatwidget.h
changeset 6185 a6aa2d44f390
parent 6182 d56d18802481
child 6194 32b7e0ece99a
--- a/QTfrontend/ui/widget/chatwidget.h	Sat Oct 22 11:50:55 2011 -0400
+++ b/QTfrontend/ui/widget/chatwidget.h	Sat Oct 22 18:24:36 2011 +0200
@@ -52,6 +52,16 @@
   bool isIgnored;
 };
 
+
+/**
+ * @brief A chat widget.
+ *
+ * By default uses :res/css/chat.css as style sheet for chat.
+ * See \repo{res/css/chat.css} for a more detailed description.
+ *
+ * @see http://doc.qt.nokia.com/4.5/richtext-html-subset.html#css-properties
+ */
+
 class HWChatWidget : public QWidget
 {
   Q_OBJECT