mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -04:00
Added Search Filter for Contacts View
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3030 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3d09acf96b
commit
d7b8e9cb7c
3 changed files with 140 additions and 6 deletions
|
@ -119,6 +119,8 @@ private slots:
|
|||
void toggleCode();
|
||||
void addPostSplitter();
|
||||
|
||||
void filterRegExpChanged();
|
||||
void clearFilter();
|
||||
|
||||
private:
|
||||
void setTextColor(const QColor& col) ;
|
||||
|
@ -139,6 +141,9 @@ private:
|
|||
void alignmentChanged(Qt::Alignment a);
|
||||
|
||||
void sendMessage_internal(bool bDraftbox);
|
||||
|
||||
void FilterItems();
|
||||
bool FilterItem(QTreeWidgetItem *pItem, QString &sPattern);
|
||||
|
||||
/** Define the popup menus for the Context menu */
|
||||
QMenu* contextMnu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue