fixing gui
[mnenc] / unlock / unlock.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>182</width>
10     <height>66</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <widget class="QLineEdit" name="lineEdit">
18     <property name="geometry">
19      <rect>
20       <x>0</x>
21       <y>30</y>
22       <width>113</width>
23       <height>26</height>
24      </rect>
25     </property>
26    </widget>
27    <widget class="QPushButton" name="pushButton">
28     <property name="geometry">
29      <rect>
30       <x>120</x>
31       <y>30</y>
32       <width>51</width>
33       <height>28</height>
34      </rect>
35     </property>
36     <property name="text">
37      <string>Ok</string>
38     </property>
39    </widget>
40    <widget class="QLabel" name="label">
41     <property name="geometry">
42      <rect>
43       <x>0</x>
44       <y>10</y>
45       <width>171</width>
46       <height>18</height>
47      </rect>
48     </property>
49     <property name="text">
50      <string>Enter master password</string>
51     </property>
52    </widget>
53   </widget>
54  </widget>
55  <resources/>
56  <connections/>
57 </ui>