mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 14:10:54 -04:00
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:
parent
08bdd8f567
commit
22aff3aa60
3 changed files with 269 additions and 664 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue