mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
Added Search Filter for Search Results
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4039 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9de341953d
commit
daad701f52
3 changed files with 383 additions and 162 deletions
|
@ -88,6 +88,10 @@ private slots:
|
|||
|
||||
void onComboIndexChanged(int index);
|
||||
|
||||
void filterColumnChanged();
|
||||
void filterRegExpChanged();
|
||||
void clearFilter();
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
@ -122,10 +126,8 @@ private:
|
|||
static bool initialised;
|
||||
void initialiseFileTypeMappings();
|
||||
|
||||
/****
|
||||
QTreeWidget *searchtableWidget;
|
||||
QTreeWidget *searchtablewidget2;
|
||||
****/
|
||||
void FilterItems();
|
||||
bool FilterItem(QTreeWidgetItem *pItem, QString &sPattern, int nFilterColumn);
|
||||
|
||||
int nextSearchId;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue