finished search function

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@34 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tariq
2006-02-03 20:14:40 +00:00
parent befd8d5631
commit cdbd7e1b9c
12 changed files with 115 additions and 23 deletions

View File

@@ -213,6 +213,7 @@ if(ShowSearchGroup){
Items.back()->pGroup=NULL;
QFont f=Items.back()->font(0);
f.setItalic(true);
f.setBold(true);
Items.back()->setFont(0,f);
}