Initial commit
[keepassx] / src / forms / TargetWindowDlg.ui
1 <ui version="4.0" >
2  <class>TargetWindowDlg</class>
3  <widget class="QDialog" name="TargetWindowDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>525</width>
9     <height>145</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Auto-Type: Select Target Window</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout" >
16    <item>
17     <widget class="QLabel" name="label" >
18      <property name="text" >
19       <string>To specify the target window, either select an existing currently-opened window
20 from the drop-down list, or enter the window title manually:</string>
21      </property>
22     </widget>
23    </item>
24    <item>
25     <widget class="QComboBox" name="comboWindow" >
26      <property name="editable" >
27       <bool>true</bool>
28      </property>
29     </widget>
30    </item>
31    <item>
32     <widget class="QDialogButtonBox" name="buttonBox" >
33      <property name="standardButtons" >
34       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
35      </property>
36     </widget>
37    </item>
38   </layout>
39  </widget>
40  <resources/>
41  <connections/>
42 </ui>