mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-27 18:12:21 -04:00
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:
parent
a811218d63
commit
8431e7b3af
9 changed files with 650 additions and 713 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue