android: Fix XML form filter.
[qpwmc.git] / pwmdGenPassWidget.ui
blobb2d90633ade7b5704dfe726d0650571a92c56415
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PwmdGenPassWidget</class>
4 <widget class="QFrame" name="PwmdGenPassWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>256</width>
10 <height>323</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Frame</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <property name="leftMargin">
18 <number>3</number>
19 </property>
20 <property name="topMargin">
21 <number>3</number>
22 </property>
23 <property name="rightMargin">
24 <number>3</number>
25 </property>
26 <property name="bottomMargin">
27 <number>3</number>
28 </property>
29 <item>
30 <layout class="QFormLayout" name="formLayout">
31 <item row="0" column="0">
32 <widget class="QLabel" name="label">
33 <property name="statusTip">
34 <string>The current passphrase for this element or the newly typed or generated one.</string>
35 </property>
36 <property name="whatsThis">
37 <string>The current passphrase for this element or the newly typed or generated one.</string>
38 </property>
39 <property name="text">
40 <string>Passphrase:</string>
41 </property>
42 </widget>
43 </item>
44 <item row="0" column="1">
45 <widget class="QLineEdit" name="le_password">
46 <property name="statusTip">
47 <string>The current passphrase for this element or the newly typed or generated one.</string>
48 </property>
49 <property name="whatsThis">
50 <string>The current passphrase for this element or the newly typed or generated one.</string>
51 </property>
52 <property name="inputMethodHints">
53 <set>Qt::ImhHiddenText|Qt::ImhNoAutoUppercase|Qt::ImhNoPredictiveText|Qt::ImhPreferLowercase|Qt::ImhSensitiveData</set>
54 </property>
55 <property name="echoMode">
56 <enum>QLineEdit::Password</enum>
57 </property>
58 <property name="readOnly">
59 <bool>false</bool>
60 </property>
61 <property name="placeholderText">
62 <string>Type or click Generate...</string>
63 </property>
64 <property name="clearButtonEnabled">
65 <bool>true</bool>
66 </property>
67 </widget>
68 </item>
69 </layout>
70 </item>
71 <item>
72 <widget class="QProgressBar" name="pg_strength">
73 <property name="statusTip">
74 <string>The quality of the passphrase as a percentage of 80 bits of entropy.</string>
75 </property>
76 <property name="whatsThis">
77 <string>The quality of the passphrase as a percentage of 80 bits of entropy.</string>
78 </property>
79 <property name="value">
80 <number>0</number>
81 </property>
82 <property name="alignment">
83 <set>Qt::AlignHCenter</set>
84 </property>
85 <property name="format">
86 <string>Strength %p%</string>
87 </property>
88 </widget>
89 </item>
90 <item>
91 <widget class="QCheckBox" name="ck_showPassword">
92 <property name="statusTip">
93 <string>Show the passphrase contents.</string>
94 </property>
95 <property name="whatsThis">
96 <string>Show the passphrase contents.</string>
97 </property>
98 <property name="text">
99 <string>&amp;Show</string>
100 </property>
101 </widget>
102 </item>
103 <item>
104 <widget class="QGroupBox" name="gr_generate">
105 <property name="title">
106 <string>Generate:</string>
107 </property>
108 <property name="flat">
109 <bool>false</bool>
110 </property>
111 <layout class="QVBoxLayout" name="verticalLayout_2">
112 <property name="leftMargin">
113 <number>3</number>
114 </property>
115 <property name="topMargin">
116 <number>3</number>
117 </property>
118 <property name="rightMargin">
119 <number>3</number>
120 </property>
121 <property name="bottomMargin">
122 <number>3</number>
123 </property>
124 <item>
125 <layout class="QFormLayout" name="formLayout_2">
126 <property name="fieldGrowthPolicy">
127 <enum>QFormLayout::ExpandingFieldsGrow</enum>
128 </property>
129 <item row="1" column="0">
130 <widget class="QLabel" name="generateLabel">
131 <property name="statusTip">
132 <string>Generate characters of the specified character class.</string>
133 </property>
134 <property name="whatsThis">
135 <string>Generate characters of the specified character class.</string>
136 </property>
137 <property name="text">
138 <string>Characters:</string>
139 </property>
140 </widget>
141 </item>
142 <item row="1" column="1">
143 <widget class="QComboBox" name="generateComboBox">
144 <property name="sizePolicy">
145 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
146 <horstretch>0</horstretch>
147 <verstretch>0</verstretch>
148 </sizepolicy>
149 </property>
150 <property name="statusTip">
151 <string>Generate characters of the specified character class.</string>
152 </property>
153 <property name="whatsThis">
154 <string>Generate characters of the specified character class.</string>
155 </property>
156 <item>
157 <property name="text">
158 <string>Any</string>
159 </property>
160 </item>
161 <item>
162 <property name="text">
163 <string>Alphanumeric</string>
164 </property>
165 </item>
166 <item>
167 <property name="text">
168 <string>Alpha only</string>
169 </property>
170 </item>
171 <item>
172 <property name="text">
173 <string>Numeric only</string>
174 </property>
175 </item>
176 </widget>
177 </item>
178 <item row="4" column="1">
179 <widget class="QLineEdit" name="le_constraints">
180 <property name="enabled">
181 <bool>true</bool>
182 </property>
183 <property name="statusTip">
184 <string>Characters to be added or removed based on the above constraint.</string>
185 </property>
186 <property name="whatsThis">
187 <string>Characters to be added or removed based on the above constraint.</string>
188 </property>
189 <property name="inputMethodHints">
190 <set>Qt::ImhNoAutoUppercase|Qt::ImhNoPredictiveText|Qt::ImhSensitiveData</set>
191 </property>
192 <property name="placeholderText">
193 <string>Enter constraints...</string>
194 </property>
195 <property name="clearButtonEnabled">
196 <bool>true</bool>
197 </property>
198 </widget>
199 </item>
200 <item row="5" column="0">
201 <widget class="QLabel" name="lengthLabel">
202 <property name="statusTip">
203 <string>The length of the passphrase to generate.</string>
204 </property>
205 <property name="whatsThis">
206 <string>The length of the passphrase to generate.</string>
207 </property>
208 <property name="text">
209 <string>Length:</string>
210 </property>
211 </widget>
212 </item>
213 <item row="5" column="1">
214 <widget class="QSpinBox" name="lengthSpinBox">
215 <property name="statusTip">
216 <string>The length of the passphrase to generate.</string>
217 </property>
218 <property name="whatsThis">
219 <string>The length of the passphrase to generate.</string>
220 </property>
221 <property name="minimum">
222 <number>1</number>
223 </property>
224 <property name="value">
225 <number>16</number>
226 </property>
227 </widget>
228 </item>
229 <item row="3" column="0">
230 <widget class="QLabel" name="constraintsLabel">
231 <property name="statusTip">
232 <string>Additional characters to be included with or excluded from the generated passphrase.</string>
233 </property>
234 <property name="whatsThis">
235 <string>Additional characters to be included with or excluded from the generated passphrase.</string>
236 </property>
237 <property name="text">
238 <string>Constraints:</string>
239 </property>
240 </widget>
241 </item>
242 <item row="3" column="1">
243 <widget class="QComboBox" name="constraintsComboBox">
244 <property name="statusTip">
245 <string>Additional characters to be included with or excluded from the generated passphrase.</string>
246 </property>
247 <property name="whatsThis">
248 <string>Additional characters to be included with or excluded from the generated passphrase.</string>
249 </property>
250 <item>
251 <property name="text">
252 <string>None</string>
253 </property>
254 </item>
255 <item>
256 <property name="text">
257 <string>With</string>
258 </property>
259 </item>
260 <item>
261 <property name="text">
262 <string>Without</string>
263 </property>
264 </item>
265 </widget>
266 </item>
267 </layout>
268 </item>
269 <item>
270 <layout class="QHBoxLayout" name="horizontalLayout_2">
271 <item>
272 <widget class="QPushButton" name="pb_generate">
273 <property name="sizePolicy">
274 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
275 <horstretch>0</horstretch>
276 <verstretch>0</verstretch>
277 </sizepolicy>
278 </property>
279 <property name="statusTip">
280 <string>Generate a passphrase using the specified parameters.</string>
281 </property>
282 <property name="whatsThis">
283 <string>Generate a passphrase using the specified parameters.</string>
284 </property>
285 <property name="text">
286 <string>&amp;Generate</string>
287 </property>
288 </widget>
289 </item>
290 <item>
291 <widget class="QPushButton" name="pb_clipboard">
292 <property name="sizePolicy">
293 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
294 <horstretch>0</horstretch>
295 <verstretch>0</verstretch>
296 </sizepolicy>
297 </property>
298 <property name="statusTip">
299 <string>Copy the contents of the passphrase to the clipboard.</string>
300 </property>
301 <property name="whatsThis">
302 <string>Copy the contents of the passphrase to the clipboard.</string>
303 </property>
304 <property name="text">
305 <string>&amp;Copy to clipboard</string>
306 </property>
307 </widget>
308 </item>
309 </layout>
310 </item>
311 </layout>
312 </widget>
313 </item>
314 <item>
315 <spacer name="verticalSpacer">
316 <property name="orientation">
317 <enum>Qt::Vertical</enum>
318 </property>
319 <property name="sizeHint" stdset="0">
320 <size>
321 <width>20</width>
322 <height>40</height>
323 </size>
324 </property>
325 </spacer>
326 </item>
327 </layout>
328 </widget>
329 <tabstops>
330 <tabstop>le_password</tabstop>
331 <tabstop>ck_showPassword</tabstop>
332 <tabstop>generateComboBox</tabstop>
333 <tabstop>constraintsComboBox</tabstop>
334 <tabstop>le_constraints</tabstop>
335 <tabstop>lengthSpinBox</tabstop>
336 <tabstop>pb_generate</tabstop>
337 <tabstop>pb_clipboard</tabstop>
338 </tabstops>
339 <resources/>
340 <connections/>
341 </ui>