updating with fix for desktop/laptop use
[mnenc] / unlock / unlock.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MasterKey</class>
4  <widget class="QMainWindow" name="MasterKey">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>450</width>
10     <height>322</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>260</x>
21       <y>120</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>290</x>
31       <y>150</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>240</x>
44       <y>100</y>
45       <width>151</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 class="QLabel" name="label_2">
54     <property name="geometry">
55      <rect>
56       <x>-20</x>
57       <y>20</y>
58       <width>271</width>
59       <height>251</height>
60      </rect>
61     </property>
62     <property name="text">
63      <string/>
64     </property>
65     <property name="pixmap">
66      <pixmap resource="unlock.qrc">:/artwork/key_logo.png</pixmap>
67     </property>
68     <property name="scaledContents">
69      <bool>false</bool>
70     </property>
71    </widget>
72   </widget>
73  </widget>
74  <resources>
75   <include location="unlock.qrc"/>
76  </resources>
77  <connections>
78   <connection>
79    <sender>pushButton</sender>
80    <signal>clicked()</signal>
81    <receiver>MasterKey</receiver>
82    <slot>close()</slot>
83    <hints>
84     <hint type="sourcelabel">
85      <x>55</x>
86      <y>73</y>
87     </hint>
88     <hint type="destinationlabel">
89      <x>90</x>
90      <y>32</y>
91     </hint>
92    </hints>
93   </connection>
94  </connections>
95 </ui>