added send button and a avatar frame

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@396 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-03-21 17:30:15 +00:00
parent 08bdd8f567
commit 22aff3aa60
3 changed files with 269 additions and 664 deletions

View file

@ -45,6 +45,7 @@ public:
PopupChatDialog(std::string id, std::string name,
QWidget *parent = 0, Qt::WFlags flags = 0);
/** Default destructor */
~PopupChatDialog();
void updateChat();
void addChatMsg(ChatInfo *ci);
@ -58,6 +59,8 @@ protected:
private slots:
void showAvatarFrame(bool show);
void setColor();
void textBold();