QTfrontend/ui/widget/chatwidget.h
changeset 6185 a6aa2d44f390
parent 6182 d56d18802481
child 6194 32b7e0ece99a
equal deleted inserted replaced
6184:335ece2bce9c 6185:a6aa2d44f390
    49 
    49 
    50 private:
    50 private:
    51   bool aFriend;
    51   bool aFriend;
    52   bool isIgnored;
    52   bool isIgnored;
    53 };
    53 };
       
    54 
       
    55 
       
    56 /**
       
    57  * @brief A chat widget.
       
    58  *
       
    59  * By default uses :res/css/chat.css as style sheet for chat.
       
    60  * See \repo{res/css/chat.css} for a more detailed description.
       
    61  *
       
    62  * @see http://doc.qt.nokia.com/4.5/richtext-html-subset.html#css-properties
       
    63  */
    54 
    64 
    55 class HWChatWidget : public QWidget
    65 class HWChatWidget : public QWidget
    56 {
    66 {
    57   Q_OBJECT
    67   Q_OBJECT
    58 
    68