Added change nick name to the chat lobby dialog.

Optimized layout of the chat dialogs.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4862 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-01-28 15:11:58 +00:00
parent a811218d63
commit 8431e7b3af
9 changed files with 650 additions and 713 deletions

View file

@ -38,6 +38,7 @@ public:
virtual void showDialog(uint chatflags);
virtual ChatWidget *getChatWidget();
virtual bool hasPeerStatus() { return false; }
void setNickname(const QString &nickname);
private slots:
void showParticipantsFrame(bool show);
@ -56,7 +57,7 @@ protected:
virtual void addIncomingChatMsg(const ChatInfo& info);
protected slots:
void setNickName(const QString&);
void changeNickname();
private:
void updateParticipantsList();