Added Search Filter to the ChatLobbyWidget

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6669 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2013-09-02 00:08:38 +00:00
parent 4559b48a9d
commit 0416a0d888
5 changed files with 162 additions and 30 deletions

View file

@ -51,10 +51,16 @@ protected slots:
void updateMessageChanged(ChatLobbyId);
void updatePeerEntering(ChatLobbyId);
void updatePeerLeaving(ChatLobbyId);
void autoSubscribeItem();
void autoSubscribeItem();
private slots:
void filterColumnChanged(int);
void filterItems(const QString &text);
private:
void autoSubscribeLobby(QTreeWidgetItem *item);
void autoSubscribeLobby(QTreeWidgetItem *item);
bool filterItem(QTreeWidgetItem *item, const QString &text, int filterColumn);
RSTreeWidgetItemCompareRole *compareRole;
QTreeWidgetItem *privateLobbyItem;