some work on the search function

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@32 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tariq
2006-02-01 18:34:14 +00:00
parent ca554494d2
commit 7a343cc30b
4 changed files with 27 additions and 7 deletions

View File

@@ -31,7 +31,9 @@ public:
KeepassGroupView(QWidget* parent=0);
void updateItems();
bool isSearchResultGroup(GroupViewItem* item);
void selectSearchGroup();
PwDatabase *db;
bool ShowSearchGroup; //needs a "updateItems()" after a change!
vector<GroupViewItem*>Items;
protected:
virtual void dragEnterEvent ( QDragEnterEvent * event );
@@ -50,7 +52,6 @@ private:
QPixmap DragPixmap;
GroupViewItem* DragItem;
GroupViewItem* LastHoverItem;
bool ShowSearchGroup; //needs a "updateItems()" after a change!
GroupViewItem* getLastSameLevelItem(int level);
};