mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 13:49:04 -04:00
Merged branch for GUI improvements into trunk. The improvement phase is not finsihed yet. The work on GUI will continue into trunk
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6138 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c23cfd4a0f
commit
50db473329
46 changed files with 2536 additions and 2984 deletions
|
@ -1,9 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <QTreeWidget>
|
||||
#include "ui_ChatLobbyWidget.h"
|
||||
#include "RsAutoUpdatePage.h"
|
||||
|
||||
class RSTreeWidgetItemCompareRole;
|
||||
class ChatTabWidget ;
|
||||
|
||||
class ChatLobbyWidget : public RsAutoUpdatePage, Ui::ChatLobbyWidget
|
||||
{
|
||||
|
@ -18,6 +20,7 @@ public:
|
|||
|
||||
virtual void updateDisplay();
|
||||
|
||||
static ChatTabWidget *getTabWidget() ;
|
||||
protected slots:
|
||||
void lobbyChanged();
|
||||
void lobbyTreeWidgetCostumPopupMenu();
|
||||
|
@ -32,4 +35,7 @@ private:
|
|||
RSTreeWidgetItemCompareRole *compareRole;
|
||||
QTreeWidgetItem *privateLobbyItem;
|
||||
QTreeWidgetItem *publicLobbyItem;
|
||||
|
||||
ChatTabWidget *tabWidget ;
|
||||
QTreeWidget *lobbyTreeWidget ;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue