1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>KNewPasswordWidget</class>
4 <widget class="QWidget" name="KNewPasswordWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>273</width>
10    <height>130</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="verticalLayout">
14   <item>
15    <layout class="QFormLayout" name="formLayout">
16     <item row="1" column="0">
17      <widget class="QLabel" name="labelPassword">
18       <property name="text">
19        <string comment="@label:textbox">Password:</string>
20       </property>
21       <property name="buddy">
22        <cstring>linePassword</cstring>
23       </property>
24      </widget>
25     </item>
26     <item row="2" column="0">
27      <widget class="QLabel" name="labelVerifyPassword">
28       <property name="text">
29        <string comment="@label:textbox">&amp;Verify:</string>
30       </property>
31       <property name="buddy">
32        <cstring>lineVerifyPassword</cstring>
33       </property>
34      </widget>
35     </item>
36     <item row="1" column="1">
37      <widget class="KPasswordLineEdit" name="linePassword">
38      </widget>
39     </item>
40     <item row="2" column="1">
41      <widget class="QLineEdit" name="lineVerifyPassword">
42       <property name="echoMode">
43        <enum>QLineEdit::Password</enum>
44       </property>
45      </widget>
46     </item>
47    </layout>
48   </item>
49   <item>
50    <layout class="QHBoxLayout" name="horizontalLayout">
51     <item>
52      <widget class="QLabel" name="labelStrengthMeter">
53       <property name="text">
54        <string comment="@label">Password strength &amp;meter:</string>
55       </property>
56       <property name="buddy">
57        <cstring>strengthBar</cstring>
58       </property>
59      </widget>
60     </item>
61     <item>
62      <widget class="QProgressBar" name="strengthBar">
63       <property name="value">
64        <number>0</number>
65       </property>
66       <property name="textVisible">
67        <bool>false</bool>
68       </property>
69      </widget>
70     </item>
71    </layout>
72   </item>
73   <item>
74    <spacer name="verticalSpacer">
75     <property name="orientation">
76      <enum>Qt::Vertical</enum>
77     </property>
78    </spacer>
79   </item>
80  </layout>
81 </widget>
82 <customwidgets>
83  <customwidget>
84   <class>KPasswordLineEdit</class>
85   <extends>QWidget</extends>
86   <header>kpasswordlineedit.h</header>
87  </customwidget>
88 </customwidgets>
89 <resources/>
90 <connections/>
91</ui>
92