adding communication skills to ui
[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   <connection>
58    <sender>pushButton</sender>
59    <signal>clicked()</signal>
60    <receiver>MainWindow</receiver>
61    <slot>close()</slot>
62    <hints>
63     <hint type="sourcelabel">
64      <x>145</x>
65      <y>43</y>
66     </hint>
67     <hint type="destinationlabel">
68      <x>90</x>
69      <y>32</y>
70     </hint>
71    </hints>
72   </connection>
73  </connections>
74 </ui>