diff -r 335ece2bce9c -r a6aa2d44f390 QTfrontend/ui/widget/chatwidget.h --- 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