Added "Tools" button to EditEntryDlg: Window List and Auto-Type sequence

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@228 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
sniperbeamer
2008-09-30 19:03:41 +00:00
parent a5d427d262
commit 699befe618
10 changed files with 227 additions and 30 deletions

View File

@@ -0,0 +1,42 @@
<ui version="4.0" >
<class>TargetWindowDlg</class>
<widget class="QDialog" name="TargetWindowDlg" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>574</width>
<height>145</height>
</rect>
</property>
<property name="windowTitle" >
<string>Auto-Type: Select Target Window</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" >
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>To specify the target window, either select an existing currently-opened window
from the drop-down list, or enter the window title manually:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboWindow" >
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="standardButtons" >
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>