Import 0.4.3 version in mainstream branch
[keepassx] / src / forms / AutoTypeDlg.ui
1 <ui version="4.0" >
2  <class>AutoTypeDlg</class>
3  <widget class="QWidget" name="AutoTypeDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>439</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>KeePassX - Auto-Type</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <spacer>
18      <property name="orientation" >
19       <enum>Qt::Vertical</enum>
20      </property>
21      <property name="sizeType" >
22       <enum>QSizePolicy::Fixed</enum>
23      </property>
24      <property name="sizeHint" >
25       <size>
26        <width>1</width>
27        <height>50</height>
28       </size>
29      </property>
30     </spacer>
31    </item>
32    <item>
33     <widget class="QLabel" name="label" >
34      <property name="text" >
35       <string>Click on an entry to auto-type it.</string>
36      </property>
37     </widget>
38    </item>
39    <item>
40     <widget class="AutoTypeTreeWidget" name="entryList" >
41      <property name="mouseTracking" >
42       <bool>true</bool>
43      </property>
44      <property name="rootIsDecorated" >
45       <bool>false</bool>
46      </property>
47      <property name="itemsExpandable" >
48       <bool>false</bool>
49      </property>
50      <property name="allColumnsShowFocus" >
51       <bool>true</bool>
52      </property>
53      <property name="columnCount" >
54       <number>0</number>
55      </property>
56     </widget>
57    </item>
58    <item>
59     <widget class="QDialogButtonBox" name="ButtonBox" >
60      <property name="standardButtons" >
61       <set>QDialogButtonBox::Cancel</set>
62      </property>
63     </widget>
64    </item>
65   </layout>
66  </widget>
67  <customwidgets>
68   <customwidget>
69    <class>AutoTypeTreeWidget</class>
70    <extends>QTreeWidget</extends>
71    <header>lib/AutoTypeTreeWidget.h</header>
72   </customwidget>
73  </customwidgets>
74  <resources/>
75  <connections/>
76 </ui>