blob: ee4e26c7ad98340cc4ab0c6f69545af7a49907f2 [file] [log] [blame]
Isa Nanic6e4a39a2018-12-04 14:26:02 -05001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PasswordDialog</class>
4 <widget class="PasswordDialog" name="PasswordDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>458</width>
10 <height>250</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="minimumSize">
20 <size>
21 <width>440</width>
22 <height>250</height>
23 </size>
24 </property>
25 <property name="maximumSize">
26 <size>
27 <width>458</width>
28 <height>268</height>
29 </size>
30 </property>
31 <property name="windowTitle">
32 <string>Change Account Password</string>
33 </property>
34 <property name="styleSheet">
35 <string notr="true">background: white;</string>
36 </property>
37 <layout class="QVBoxLayout" name="verticalLayout">
38 <property name="sizeConstraint">
39 <enum>QLayout::SetDefaultConstraint</enum>
40 </property>
41 <item>
42 <layout class="QVBoxLayout" name="verticalLayout_5">
43 <item>
44 <widget class="QLineEdit" name="currentPsswdEdit">
45 <property name="minimumSize">
46 <size>
47 <width>0</width>
48 <height>30</height>
49 </size>
50 </property>
51 <property name="layoutDirection">
52 <enum>Qt::LeftToRight</enum>
53 </property>
54 <property name="text">
55 <string/>
56 </property>
57 <property name="placeholderText">
58 <string>Enter Current Password</string>
59 </property>
60 </widget>
61 </item>
62 <item>
63 <spacer name="verticalSpacer">
64 <property name="orientation">
65 <enum>Qt::Vertical</enum>
66 </property>
67 <property name="sizeType">
68 <enum>QSizePolicy::Fixed</enum>
69 </property>
70 <property name="sizeHint" stdset="0">
71 <size>
72 <width>20</width>
73 <height>15</height>
74 </size>
75 </property>
76 </spacer>
77 </item>
78 <item>
79 <widget class="QLineEdit" name="newPsswdEdit">
80 <property name="minimumSize">
81 <size>
82 <width>0</width>
83 <height>30</height>
84 </size>
85 </property>
86 <property name="text">
87 <string/>
88 </property>
89 <property name="placeholderText">
90 <string>Enter New Password</string>
91 </property>
92 </widget>
93 </item>
94 <item>
95 <widget class="QLineEdit" name="confirmNewPsswdEdit">
96 <property name="minimumSize">
97 <size>
98 <width>0</width>
99 <height>30</height>
100 </size>
101 </property>
102 <property name="text">
103 <string/>
104 </property>
105 <property name="placeholderText">
106 <string>Confirm New Password</string>
107 </property>
108 </widget>
109 </item>
110 <item>
111 <layout class="QHBoxLayout" name="horizontalLayout">
112 <property name="spacing">
113 <number>20</number>
114 </property>
115 <property name="leftMargin">
116 <number>20</number>
117 </property>
118 <property name="topMargin">
119 <number>0</number>
120 </property>
121 <property name="rightMargin">
122 <number>20</number>
123 </property>
124 <item>
125 <widget class="QPushButton" name="confirmButton">
126 <property name="minimumSize">
127 <size>
128 <width>0</width>
129 <height>30</height>
130 </size>
131 </property>
132 <property name="styleSheet">
133 <string notr="true">background: rgb(237, 237, 237); border: 1px solid black;</string>
134 </property>
135 <property name="text">
136 <string>Confirm</string>
137 </property>
138 <property name="flat">
139 <bool>false</bool>
140 </property>
141 </widget>
142 </item>
143 <item>
144 <widget class="QPushButton" name="cancelButton">
145 <property name="minimumSize">
146 <size>
147 <width>0</width>
148 <height>30</height>
149 </size>
150 </property>
151 <property name="styleSheet">
152 <string notr="true">background: rgb(237, 237, 237); border: 1px solid black;</string>
153 </property>
154 <property name="text">
155 <string>Cancel</string>
156 </property>
157 <property name="flat">
158 <bool>false</bool>
159 </property>
160 </widget>
161 </item>
162 </layout>
163 </item>
164 <item>
165 <widget class="QLabel" name="userMessageLabel">
166 <property name="minimumSize">
167 <size>
168 <width>0</width>
169 <height>25</height>
170 </size>
171 </property>
172 <property name="maximumSize">
173 <size>
174 <width>16777215</width>
175 <height>25</height>
176 </size>
177 </property>
178 <property name="font">
179 <font>
180 <pointsize>10</pointsize>
181 </font>
182 </property>
183 <property name="text">
184 <string/>
185 </property>
186 <property name="alignment">
187 <set>Qt::AlignCenter</set>
188 </property>
189 </widget>
190 </item>
191 </layout>
192 </item>
193 </layout>
194 </widget>
195 <customwidgets>
196 <customwidget>
197 <class>PasswordDialog</class>
198 <extends>QWidget</extends>
199 <header>passworddialog.h</header>
200 <container>1</container>
201 </customwidget>
202 </customwidgets>
203 <resources/>
204 <connections/>
205</ui>