Added new basic class for a QLineEdit with a clear button - LineEditClear.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5080 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-04-05 21:03:03 +00:00
parent 1df5582e1c
commit 7756b093bf
34 changed files with 413 additions and 962 deletions

View file

@ -81,19 +81,12 @@ private slots:
void selectSearchResults(int index = -1);
void clearKeyword();
void sendLinkTo();
void togglereset();
void onComboIndexChanged(int index);
void filterColumnChanged();
void filterRegExpChanged();
void clearFilter();
void filterItems(const QString &text);
private:
/** render the results to the tree widget display */
@ -106,8 +99,6 @@ private:
void downloadDirectory(const QTreeWidgetItem *item, const QString &base);
void getSourceFriendsForHash(const std::string& hash,std::list<std::string>& srcIds);
/** the advanced search dialog instance */
AdvancedSearchDialog * advSearchDialog;
@ -129,8 +120,7 @@ private:
void processSettings(bool bLoad);
void FilterItems();
bool FilterItem(QTreeWidgetItem *pItem, QString &sPattern, int nFilterColumn);
bool filterItem(QTreeWidgetItem *item, const QString &text, int filterColumn);
bool m_bProcessSettings;