mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
added settings to search for store the splitter position
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4043 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5a36473a4d
commit
24b2b8ce29
2 changed files with 47 additions and 1 deletions
|
@ -39,7 +39,7 @@ class SearchDialog : public MainPage
|
|||
/** Default Constructor */
|
||||
SearchDialog(QWidget *parent = 0);
|
||||
/** Default Destructor */
|
||||
|
||||
~SearchDialog();
|
||||
|
||||
public slots:
|
||||
void updateFiles(qulonglong request_id,FileDetail file) ;
|
||||
|
@ -126,9 +126,13 @@ private:
|
|||
static bool initialised;
|
||||
void initialiseFileTypeMappings();
|
||||
|
||||
void processSettings(bool bLoad);
|
||||
|
||||
void FilterItems();
|
||||
bool FilterItem(QTreeWidgetItem *pItem, QString &sPattern, int nFilterColumn);
|
||||
|
||||
bool m_bProcessSettings;
|
||||
|
||||
int nextSearchId;
|
||||
|
||||
/** Qt Designer generated object */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue