mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
Added a new menu item "Search again" to the SearchDialog.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4724 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
030874ca41
commit
ef57cd44b3
4 changed files with 51 additions and 19 deletions
|
@ -64,6 +64,7 @@ private slots:
|
|||
void copyResultLink();
|
||||
void copySearchLink();
|
||||
|
||||
void searchAgain();
|
||||
void searchRemove();
|
||||
void searchRemoveAll();
|
||||
void searchKeywords();
|
||||
|
@ -96,7 +97,7 @@ private slots:
|
|||
|
||||
private:
|
||||
/** render the results to the tree widget display */
|
||||
void initSearchResult(const std::string& txt,qulonglong searchId) ;
|
||||
void initSearchResult(const std::string& txt,qulonglong searchId, bool advanced) ;
|
||||
void resultsToTree(std::string,qulonglong searchId, const std::list<DirDetails>&);
|
||||
void insertFile(const std::string& txt,qulonglong searchId, const FileDetail& file, int searchType = ANONYMOUS_SEARCH) ;
|
||||
void insertDirectory(const std::string &txt, qulonglong searchId, const DirDetails &dir, QTreeWidgetItem *item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue