mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
redesigned Friends Dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@642 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ca69e3d5e3
commit
6b88d80b5e
6 changed files with 875 additions and 103 deletions
|
@ -59,7 +59,7 @@
|
|||
|
||||
/* Images for toolbar icons */
|
||||
#define IMAGE_NETWORK ":/images/network32.png"
|
||||
#define IMAGE_PEERS ":/images/peers_24x24.png"
|
||||
#define IMAGE_PEERS ":/images/groupchat.png"
|
||||
#define IMAGE_SEARCH ":/images/filefind.png"
|
||||
#define IMAGE_TRANSFERS ":/images/ktorrent32.png"
|
||||
#define IMAGE_LINKS ":/images/ktorrent.png"
|
||||
|
@ -169,8 +169,8 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags flags)
|
|||
ui.stackPages->add(sharedfilesDialog = new SharedFilesDialog(ui.stackPages),
|
||||
createPageAction(QIcon(IMAGE_FILES), tr("Files"), grp));
|
||||
|
||||
ui.stackPages->add(chatDialog = new ChatDialog(ui.stackPages),
|
||||
createPageAction(QIcon(IMAGE_CHAT), tr("Chat"), grp));
|
||||
//ui.stackPages->add(chatDialog = new ChatDialog(ui.stackPages),
|
||||
// createPageAction(QIcon(IMAGE_CHAT), tr("Chat"), grp));
|
||||
|
||||
ui.stackPages->add(messagesDialog = new MessagesDialog(ui.stackPages),
|
||||
createPageAction(QIcon(IMAGE_MESSAGES), tr("Messages"), grp));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue