Initial commit
[keepassx] / src / forms / SimplePasswordDlg.ui
1 <ui version="4.0" >
2  <class>SimplePasswordDialog</class>
3  <widget class="QDialog" name="SimplePasswordDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>345</width>
9     <height>90</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="minimumSize" >
19    <size>
20     <width>345</width>
21     <height>90</height>
22    </size>
23   </property>
24   <property name="maximumSize" >
25    <size>
26     <width>16777215</width>
27     <height>90</height>
28    </size>
29   </property>
30   <property name="windowTitle" >
31    <string>Enter your Password</string>
32   </property>
33   <layout class="QVBoxLayout" >
34    <property name="spacing" >
35     <number>6</number>
36    </property>
37    <item>
38     <layout class="QHBoxLayout" >
39      <property name="spacing" >
40       <number>6</number>
41      </property>
42      <item>
43       <widget class="QLabel" name="textLabel1" >
44        <property name="sizePolicy" >
45         <sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
46          <horstretch>0</horstretch>
47          <verstretch>0</verstretch>
48         </sizepolicy>
49        </property>
50        <property name="text" >
51         <string>Password:</string>
52        </property>
53       </widget>
54      </item>
55      <item>
56       <widget class="QLineEdit" name="EditPassword" >
57        <property name="font" >
58         <font>
59          <family>Serif</family>
60         </font>
61        </property>
62       </widget>
63      </item>
64      <item>
65       <widget class="QPushButton" name="Button_HidePassword" >
66        <property name="sizePolicy" >
67         <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
68          <horstretch>0</horstretch>
69          <verstretch>0</verstretch>
70         </sizepolicy>
71        </property>
72        <property name="minimumSize" >
73         <size>
74          <width>23</width>
75          <height>23</height>
76         </size>
77        </property>
78        <property name="maximumSize" >
79         <size>
80          <width>23</width>
81          <height>23</height>
82         </size>
83        </property>
84        <property name="text" >
85         <string/>
86        </property>
87        <property name="checkable" >
88         <bool>true</bool>
89        </property>
90       </widget>
91      </item>
92     </layout>
93    </item>
94    <item>
95     <widget class="QDialogButtonBox" name="buttonBox" >
96      <property name="orientation" >
97       <enum>Qt::Horizontal</enum>
98      </property>
99      <property name="standardButtons" >
100       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
101      </property>
102     </widget>
103    </item>
104   </layout>
105  </widget>
106  <layoutdefault spacing="6" margin="11" />
107  <tabstops>
108   <tabstop>EditPassword</tabstop>
109   <tabstop>Button_HidePassword</tabstop>
110   <tabstop>buttonBox</tabstop>
111  </tabstops>
112  <resources/>
113  <connections/>
114 </ui>