improved AutoTypeDlg (keyboard only usage, visual selection feedback)

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@195 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tarek_saidi
2008-04-14 20:03:58 +00:00
parent 96ac6e31f1
commit 1905150642
5 changed files with 88 additions and 8 deletions

View File

@@ -37,9 +37,9 @@
</widget>
</item>
<item>
<widget class="QTreeWidget" name="entryList" >
<property name="cursor" stdset="0" >
<cursorShape>PointingHandCursor</cursorShape>
<widget class="AutoTypeTreeWidget" name="entryList" >
<property name="mouseTracking" >
<bool>true</bool>
</property>
<property name="rootIsDecorated" >
<bool>false</bool>
@@ -64,6 +64,13 @@
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>AutoTypeTreeWidget</class>
<extends>QTreeWidget</extends>
<header>lib/AutoTypeTreeWidget.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>