summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/pwgenwnd.ui
Unidiff
Diffstat (limited to 'pwmanager/pwmanager/pwgenwnd.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/pwgenwnd.ui363
1 files changed, 363 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/pwgenwnd.ui b/pwmanager/pwmanager/pwgenwnd.ui
new file mode 100644
index 0000000..cde874b
--- a/dev/null
+++ b/pwmanager/pwmanager/pwgenwnd.ui
@@ -0,0 +1,363 @@
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>pwGenWnd</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>pwGenWnd</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>450</width>
12 <height>349</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Password generator</string>
17 </property>
18 <vbox>
19 <property name="name">
20 <cstring>unnamed</cstring>
21 </property>
22 <widget class="QGroupBox">
23 <property name="name">
24 <cstring>groupBox1</cstring>
25 </property>
26 <property name="title">
27 <string>Character set:</string>
28 </property>
29 <vbox>
30 <property name="name">
31 <cstring>unnamed</cstring>
32 </property>
33 <widget class="QLayoutWidget">
34 <property name="name">
35 <cstring>layout2</cstring>
36 </property>
37 <hbox>
38 <property name="name">
39 <cstring>unnamed</cstring>
40 </property>
41 <widget class="QCheckBox">
42 <property name="name">
43 <cstring>int_charLowerCheckBox</cstring>
44 </property>
45 <property name="text">
46 <string>Lowercase:</string>
47 </property>
48 <property name="checked">
49 <bool>true</bool>
50 </property>
51 </widget>
52 <spacer>
53 <property name="name">
54 <cstring>spacer1</cstring>
55 </property>
56 <property name="orientation">
57 <enum>Horizontal</enum>
58 </property>
59 <property name="sizeType">
60 <enum>Expanding</enum>
61 </property>
62 <property name="sizeHint">
63 <size>
64 <width>40</width>
65 <height>20</height>
66 </size>
67 </property>
68 </spacer>
69 <widget class="QLabel">
70 <property name="name">
71 <cstring>textLabel4</cstring>
72 </property>
73 <property name="text">
74 <string>abc</string>
75 </property>
76 </widget>
77 </hbox>
78 </widget>
79 <widget class="QLayoutWidget">
80 <property name="name">
81 <cstring>layout3</cstring>
82 </property>
83 <hbox>
84 <property name="name">
85 <cstring>unnamed</cstring>
86 </property>
87 <widget class="QCheckBox">
88 <property name="name">
89 <cstring>int_charUpperCheckBox</cstring>
90 </property>
91 <property name="text">
92 <string>Uppercase:</string>
93 </property>
94 <property name="checked">
95 <bool>true</bool>
96 </property>
97 </widget>
98 <spacer>
99 <property name="name">
100 <cstring>spacer2</cstring>
101 </property>
102 <property name="orientation">
103 <enum>Horizontal</enum>
104 </property>
105 <property name="sizeType">
106 <enum>Expanding</enum>
107 </property>
108 <property name="sizeHint">
109 <size>
110 <width>40</width>
111 <height>20</height>
112 </size>
113 </property>
114 </spacer>
115 <widget class="QLabel">
116 <property name="name">
117 <cstring>textLabel5</cstring>
118 </property>
119 <property name="text">
120 <string>ABC</string>
121 </property>
122 </widget>
123 </hbox>
124 </widget>
125 <widget class="QLayoutWidget">
126 <property name="name">
127 <cstring>layout4</cstring>
128 </property>
129 <hbox>
130 <property name="name">
131 <cstring>unnamed</cstring>
132 </property>
133 <widget class="QCheckBox">
134 <property name="name">
135 <cstring>int_charNumCheckBox</cstring>
136 </property>
137 <property name="text">
138 <string>Numbers:</string>
139 </property>
140 <property name="checked">
141 <bool>true</bool>
142 </property>
143 </widget>
144 <spacer>
145 <property name="name">
146 <cstring>spacer3</cstring>
147 </property>
148 <property name="orientation">
149 <enum>Horizontal</enum>
150 </property>
151 <property name="sizeType">
152 <enum>Expanding</enum>
153 </property>
154 <property name="sizeHint">
155 <size>
156 <width>40</width>
157 <height>20</height>
158 </size>
159 </property>
160 </spacer>
161 <widget class="QLabel">
162 <property name="name">
163 <cstring>textLabel6</cstring>
164 </property>
165 <property name="text">
166 <string>123</string>
167 </property>
168 </widget>
169 </hbox>
170 </widget>
171 <widget class="QLayoutWidget">
172 <property name="name">
173 <cstring>layout6</cstring>
174 </property>
175 <hbox>
176 <property name="name">
177 <cstring>unnamed</cstring>
178 </property>
179 <widget class="QCheckBox">
180 <property name="name">
181 <cstring>int_charSpecCheckBox</cstring>
182 </property>
183 <property name="text">
184 <string>Special characters:</string>
185 </property>
186 </widget>
187 <spacer>
188 <property name="name">
189 <cstring>spacer4</cstring>
190 </property>
191 <property name="orientation">
192 <enum>Horizontal</enum>
193 </property>
194 <property name="sizeType">
195 <enum>Expanding</enum>
196 </property>
197 <property name="sizeHint">
198 <size>
199 <width>40</width>
200 <height>20</height>
201 </size>
202 </property>
203 </spacer>
204 <widget class="QLabel">
205 <property name="name">
206 <cstring>textLabel7</cstring>
207 </property>
208 <property name="text">
209 <string>!"ยง$%&amp;/()=?,.-;:_+</string>
210 </property>
211 </widget>
212 </hbox>
213 </widget>
214 <widget class="QCheckBox">
215 <property name="name">
216 <cstring>int_charBlankCheckBox</cstring>
217 </property>
218 <property name="text">
219 <string>Spaces (blank characters)</string>
220 </property>
221 </widget>
222 <widget class="QLayoutWidget">
223 <property name="name">
224 <cstring>layout7</cstring>
225 </property>
226 <hbox>
227 <property name="name">
228 <cstring>unnamed</cstring>
229 </property>
230 <widget class="QCheckBox">
231 <property name="name">
232 <cstring>int_charUserCheckBox</cstring>
233 </property>
234 <property name="text">
235 <string>User defined:</string>
236 </property>
237 </widget>
238 <spacer>
239 <property name="name">
240 <cstring>spacer5</cstring>
241 </property>
242 <property name="orientation">
243 <enum>Horizontal</enum>
244 </property>
245 <property name="sizeType">
246 <enum>Expanding</enum>
247 </property>
248 <property name="sizeHint">
249 <size>
250 <width>40</width>
251 <height>20</height>
252 </size>
253 </property>
254 </spacer>
255 <widget class="QLineEdit">
256 <property name="name">
257 <cstring>int_userDefLineEdit</cstring>
258 </property>
259 <property name="enabled">
260 <bool>false</bool>
261 </property>
262 </widget>
263 </hbox>
264 </widget>
265 </vbox>
266 </widget>
267 <widget class="QLayoutWidget">
268 <property name="name">
269 <cstring>layout8</cstring>
270 </property>
271 <hbox>
272 <property name="name">
273 <cstring>unnamed</cstring>
274 </property>
275 <widget class="QLabel">
276 <property name="name">
277 <cstring>textLabel2</cstring>
278 </property>
279 <property name="text">
280 <string>Password Length:</string>
281 </property>
282 </widget>
283 <widget class="QSpinBox">
284 <property name="name">
285 <cstring>int_lenSpinBox</cstring>
286 </property>
287 <property name="maxValue">
288 <number>9999</number>
289 </property>
290 <property name="minValue">
291 <number>1</number>
292 </property>
293 <property name="value">
294 <number>8</number>
295 </property>
296 </widget>
297 </hbox>
298 </widget>
299 <widget class="QCheckBox">
300 <property name="name">
301 <cstring>int_filterCheckBox</cstring>
302 </property>
303 <property name="text">
304 <string>Enable Filtering to get better passwords</string>
305 </property>
306 <property name="checked">
307 <bool>true</bool>
308 </property>
309 </widget>
310 <widget class="QLayoutWidget">
311 <property name="name">
312 <cstring>layout1</cstring>
313 </property>
314 <hbox>
315 <property name="name">
316 <cstring>unnamed</cstring>
317 </property>
318 <widget class="QPushButton">
319 <property name="name">
320 <cstring>genButton</cstring>
321 </property>
322 <property name="text">
323 <string>&amp;Generate now</string>
324 </property>
325 </widget>
326 <widget class="QPushButton">
327 <property name="name">
328 <cstring>cancelButton</cstring>
329 </property>
330 <property name="text">
331 <string>&amp;Cancel</string>
332 </property>
333 </widget>
334 </hbox>
335 </widget>
336 </vbox>
337</widget>
338<connections>
339 <connection>
340 <sender>int_charUserCheckBox</sender>
341 <signal>toggled(bool)</signal>
342 <receiver>int_userDefLineEdit</receiver>
343 <slot>setEnabled(bool)</slot>
344 </connection>
345 <connection>
346 <sender>cancelButton</sender>
347 <signal>clicked()</signal>
348 <receiver>pwGenWnd</receiver>
349 <slot>cancelButton_slot()</slot>
350 </connection>
351 <connection>
352 <sender>genButton</sender>
353 <signal>clicked()</signal>
354 <receiver>pwGenWnd</receiver>
355 <slot>genButton_slot()</slot>
356 </connection>
357</connections>
358<slots>
359 <slot>cancelButton_slot()</slot>
360 <slot>genButton_slot()</slot>
361</slots>
362<layoutdefaults spacing="6" margin="11"/>
363</UI>