c39a1a2b0ad6208ae384c46627c0b1e53fcb6135
[vlp.git] / src / kernel / ui / lock_dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LockDialog</class>
4  <widget class="QDialog" name="LockDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>275</width>
10     <height>90</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>0</width>
22     <height>0</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Lock console</string>
27   </property>
28   <layout class="QVBoxLayout" name="verticalLayout">
29    <property name="spacing">
30     <number>0</number>
31    </property>
32    <property name="sizeConstraint">
33     <enum>QLayout::SetMinimumSize</enum>
34    </property>
35    <property name="leftMargin">
36     <number>3</number>
37    </property>
38    <property name="topMargin">
39     <number>3</number>
40    </property>
41    <property name="rightMargin">
42     <number>3</number>
43    </property>
44    <property name="bottomMargin">
45     <number>3</number>
46    </property>
47    <item>
48     <layout class="QHBoxLayout" name="horizontalLayout">
49      <property name="sizeConstraint">
50       <enum>QLayout::SetMinimumSize</enum>
51      </property>
52      <item>
53       <widget class="QLabel" name="label">
54        <property name="text">
55         <string>Password</string>
56        </property>
57       </widget>
58      </item>
59      <item>
60       <widget class="QLineEdit" name="lineEdit">
61        <property name="echoMode">
62         <enum>QLineEdit::Password</enum>
63        </property>
64       </widget>
65      </item>
66     </layout>
67    </item>
68    <item>
69     <widget class="QDialogButtonBox" name="buttonBox">
70      <property name="orientation">
71       <enum>Qt::Horizontal</enum>
72      </property>
73      <property name="standardButtons">
74       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
75      </property>
76     </widget>
77    </item>
78   </layout>
79  </widget>
80  <resources/>
81  <connections>
82   <connection>
83    <sender>buttonBox</sender>
84    <signal>accepted()</signal>
85    <receiver>LockDialog</receiver>
86    <slot>accept()</slot>
87    <hints>
88     <hint type="sourcelabel">
89      <x>248</x>
90      <y>254</y>
91     </hint>
92     <hint type="destinationlabel">
93      <x>157</x>
94      <y>274</y>
95     </hint>
96    </hints>
97   </connection>
98   <connection>
99    <sender>buttonBox</sender>
100    <signal>rejected()</signal>
101    <receiver>LockDialog</receiver>
102    <slot>reject()</slot>
103    <hints>
104     <hint type="sourcelabel">
105      <x>316</x>
106      <y>260</y>
107     </hint>
108     <hint type="destinationlabel">
109      <x>286</x>
110      <y>274</y>
111     </hint>
112    </hints>
113   </connection>
114  </connections>
115 </ui>