summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/addentrywnd.ui
Unidiff
Diffstat (limited to 'pwmanager/pwmanager/addentrywnd.ui') (more/less context) (show whitespace changes)
-rw-r--r--pwmanager/pwmanager/addentrywnd.ui483
1 files changed, 483 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/addentrywnd.ui b/pwmanager/pwmanager/addentrywnd.ui
new file mode 100644
index 0000000..7ea7342
--- a/dev/null
+++ b/pwmanager/pwmanager/addentrywnd.ui
@@ -0,0 +1,483 @@
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>addEntryWnd</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>addEntryWnd</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>570</width>
12 <height>357</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>edit/add a password-entry</string>
17 </property>
18 <widget class="QLineEdit">
19 <property name="name">
20 <cstring>launcherLineEdit</cstring>
21 </property>
22 <property name="geometry">
23 <rect>
24 <x>310</x>
25 <y>90</y>
26 <width>250</width>
27 <height>21</height>
28 </rect>
29 </property>
30 </widget>
31 <widget class="QPushButton">
32 <property name="name">
33 <cstring>cancelButton</cstring>
34 </property>
35 <property name="geometry">
36 <rect>
37 <x>290</x>
38 <y>320</y>
39 <width>260</width>
40 <height>27</height>
41 </rect>
42 </property>
43 <property name="text">
44 <string>&amp;Cancel</string>
45 </property>
46 </widget>
47 <widget class="QPushButton">
48 <property name="name">
49 <cstring>generateButton</cstring>
50 </property>
51 <property name="geometry">
52 <rect>
53 <x>137</x>
54 <y>210</y>
55 <width>120</width>
56 <height>27</height>
57 </rect>
58 </property>
59 <property name="text">
60 <string>&amp;Generate</string>
61 </property>
62 </widget>
63 <widget class="QLineEdit">
64 <property name="name">
65 <cstring>descLineEdit</cstring>
66 </property>
67 <property name="geometry">
68 <rect>
69 <x>10</x>
70 <y>30</y>
71 <width>250</width>
72 <height>20</height>
73 </rect>
74 </property>
75 </widget>
76 <widget class="QComboBox">
77 <property name="name">
78 <cstring>categoryComboBox</cstring>
79 </property>
80 <property name="geometry">
81 <rect>
82 <x>10</x>
83 <y>80</y>
84 <width>250</width>
85 <height>27</height>
86 </rect>
87 </property>
88 <property name="editable">
89 <bool>true</bool>
90 </property>
91 <property name="sizeLimit">
92 <number>100</number>
93 </property>
94 <property name="autoCompletion">
95 <bool>true</bool>
96 </property>
97 <property name="duplicatesEnabled">
98 <bool>false</bool>
99 </property>
100 </widget>
101 <widget class="QLineEdit">
102 <property name="name">
103 <cstring>usernameLineEdit</cstring>
104 </property>
105 <property name="geometry">
106 <rect>
107 <x>10</x>
108 <y>140</y>
109 <width>250</width>
110 <height>20</height>
111 </rect>
112 </property>
113 </widget>
114 <widget class="QLineEdit">
115 <property name="name">
116 <cstring>pwLineEdit</cstring>
117 </property>
118 <property name="geometry">
119 <rect>
120 <x>10</x>
121 <y>190</y>
122 <width>250</width>
123 <height>20</height>
124 </rect>
125 </property>
126 <property name="echoMode">
127 <enum>Password</enum>
128 </property>
129 </widget>
130 <widget class="QLineEdit">
131 <property name="name">
132 <cstring>urlLineEdit</cstring>
133 </property>
134 <property name="geometry">
135 <rect>
136 <x>10</x>
137 <y>269</y>
138 <width>250</width>
139 <height>20</height>
140 </rect>
141 </property>
142 </widget>
143 <widget class="QLabel">
144 <property name="name">
145 <cstring>textLabel1_3</cstring>
146 </property>
147 <property name="geometry">
148 <rect>
149 <x>276</x>
150 <y>10</y>
151 <width>20</width>
152 <height>280</height>
153 </rect>
154 </property>
155 <property name="frameShape">
156 <enum>VLine</enum>
157 </property>
158 <property name="text">
159 <string></string>
160 </property>
161 </widget>
162 <widget class="QLabel">
163 <property name="name">
164 <cstring>textLabel1</cstring>
165 </property>
166 <property name="geometry">
167 <rect>
168 <x>10</x>
169 <y>10</y>
170 <width>250</width>
171 <height>20</height>
172 </rect>
173 </property>
174 <property name="text">
175 <string>Description:</string>
176 </property>
177 </widget>
178 <widget class="QLabel">
179 <property name="name">
180 <cstring>textLabel1_2</cstring>
181 </property>
182 <property name="geometry">
183 <rect>
184 <x>10</x>
185 <y>60</y>
186 <width>250</width>
187 <height>20</height>
188 </rect>
189 </property>
190 <property name="text">
191 <string>Category:</string>
192 </property>
193 </widget>
194 <widget class="QLabel">
195 <property name="name">
196 <cstring>textLabel2</cstring>
197 </property>
198 <property name="geometry">
199 <rect>
200 <x>10</x>
201 <y>120</y>
202 <width>250</width>
203 <height>20</height>
204 </rect>
205 </property>
206 <property name="frameShape">
207 <enum>NoFrame</enum>
208 </property>
209 <property name="frameShadow">
210 <enum>Plain</enum>
211 </property>
212 <property name="text">
213 <string>Username:</string>
214 </property>
215 </widget>
216 <widget class="QLabel">
217 <property name="name">
218 <cstring>textLabel3</cstring>
219 </property>
220 <property name="geometry">
221 <rect>
222 <x>10</x>
223 <y>170</y>
224 <width>250</width>
225 <height>20</height>
226 </rect>
227 </property>
228 <property name="text">
229 <string>Password:</string>
230 </property>
231 </widget>
232 <widget class="QLabel">
233 <property name="name">
234 <cstring>textLabel2_2</cstring>
235 </property>
236 <property name="geometry">
237 <rect>
238 <x>10</x>
239 <y>248</y>
240 <width>250</width>
241 <height>20</height>
242 </rect>
243 </property>
244 <property name="text">
245 <string>URL:</string>
246 </property>
247 </widget>
248 <widget class="QLabel">
249 <property name="name">
250 <cstring>textLabel3_2</cstring>
251 </property>
252 <property name="geometry">
253 <rect>
254 <x>309</x>
255 <y>8</y>
256 <width>250</width>
257 <height>20</height>
258 </rect>
259 </property>
260 <property name="text">
261 <string>Launcher:</string>
262 </property>
263 </widget>
264 <widget class="QLabel">
265 <property name="name">
266 <cstring>textLabel1_4</cstring>
267 </property>
268 <property name="geometry">
269 <rect>
270 <x>310</x>
271 <y>30</y>
272 <width>250</width>
273 <height>16</height>
274 </rect>
275 </property>
276 <property name="text">
277 <string>$d = Description</string>
278 </property>
279 </widget>
280 <widget class="QLabel">
281 <property name="name">
282 <cstring>textLabel3_3</cstring>
283 </property>
284 <property name="geometry">
285 <rect>
286 <x>310</x>
287 <y>50</y>
288 <width>130</width>
289 <height>16</height>
290 </rect>
291 </property>
292 <property name="text">
293 <string>$n = Username</string>
294 </property>
295 </widget>
296 <widget class="QLabel">
297 <property name="name">
298 <cstring>textLabel2_3</cstring>
299 </property>
300 <property name="geometry">
301 <rect>
302 <x>310</x>
303 <y>70</y>
304 <width>130</width>
305 <height>16</height>
306 </rect>
307 </property>
308 <property name="text">
309 <string>$c = Comment</string>
310 </property>
311 </widget>
312 <widget class="QLabel">
313 <property name="name">
314 <cstring>textLabel5</cstring>
315 </property>
316 <property name="geometry">
317 <rect>
318 <x>440</x>
319 <y>70</y>
320 <width>120</width>
321 <height>16</height>
322 </rect>
323 </property>
324 <property name="text">
325 <string>$u = URL</string>
326 </property>
327 </widget>
328 <widget class="QLabel">
329 <property name="name">
330 <cstring>textLabel4_2</cstring>
331 </property>
332 <property name="geometry">
333 <rect>
334 <x>440</x>
335 <y>50</y>
336 <width>120</width>
337 <height>16</height>
338 </rect>
339 </property>
340 <property name="text">
341 <string>$p = Password</string>
342 </property>
343 </widget>
344 <widget class="QPushButton">
345 <property name="name">
346 <cstring>revealButton</cstring>
347 </property>
348 <property name="geometry">
349 <rect>
350 <x>10</x>
351 <y>210</y>
352 <width>120</width>
353 <height>27</height>
354 </rect>
355 </property>
356 <property name="text">
357 <string>&amp;Reveal</string>
358 </property>
359 <property name="toggleButton">
360 <bool>true</bool>
361 </property>
362 </widget>
363 <widget class="QPushButton">
364 <property name="name">
365 <cstring>okButton</cstring>
366 </property>
367 <property name="geometry">
368 <rect>
369 <x>20</x>
370 <y>320</y>
371 <width>260</width>
372 <height>27</height>
373 </rect>
374 </property>
375 <property name="text">
376 <string>&amp;OK</string>
377 </property>
378 </widget>
379 <widget class="QGroupBox">
380 <property name="name">
381 <cstring>groupBox1</cstring>
382 </property>
383 <property name="geometry">
384 <rect>
385 <x>300</x>
386 <y>140</y>
387 <width>260</width>
388 <height>150</height>
389 </rect>
390 </property>
391 <property name="title">
392 <string>Comment:</string>
393 </property>
394 <widget class="QLabel">
395 <property name="name">
396 <cstring>commentDummy</cstring>
397 </property>
398 <property name="geometry">
399 <rect>
400 <x>10</x>
401 <y>20</y>
402 <width>240</width>
403 <height>80</height>
404 </rect>
405 </property>
406 <property name="text">
407 <string></string>
408 </property>
409 </widget>
410 <widget class="QPushButton">
411 <property name="name">
412 <cstring>advancedCommentButton</cstring>
413 </property>
414 <property name="geometry">
415 <rect>
416 <x>10</x>
417 <y>110</y>
418 <width>240</width>
419 <height>30</height>
420 </rect>
421 </property>
422 <property name="text">
423 <string>advanced comment</string>
424 </property>
425 <property name="toggleButton">
426 <bool>true</bool>
427 </property>
428 </widget>
429 </widget>
430</widget>
431<connections>
432 <connection>
433 <sender>generateButton</sender>
434 <signal>clicked()</signal>
435 <receiver>addEntryWnd</receiver>
436 <slot>generateButton_slot()</slot>
437 </connection>
438 <connection>
439 <sender>revealButton</sender>
440 <signal>toggled(bool)</signal>
441 <receiver>addEntryWnd</receiver>
442 <slot>revealButton_slot()</slot>
443 </connection>
444 <connection>
445 <sender>cancelButton</sender>
446 <signal>clicked()</signal>
447 <receiver>addEntryWnd</receiver>
448 <slot>cancelButton_slot()</slot>
449 </connection>
450 <connection>
451 <sender>okButton</sender>
452 <signal>clicked()</signal>
453 <receiver>addEntryWnd</receiver>
454 <slot>okButton_slot()</slot>
455 </connection>
456 <connection>
457 <sender>advancedCommentButton</sender>
458 <signal>toggled(bool)</signal>
459 <receiver>addEntryWnd</receiver>
460 <slot>advancedCommentButton_slot(bool)</slot>
461 </connection>
462</connections>
463<tabstops>
464 <tabstop>descLineEdit</tabstop>
465 <tabstop>categoryComboBox</tabstop>
466 <tabstop>usernameLineEdit</tabstop>
467 <tabstop>pwLineEdit</tabstop>
468 <tabstop>revealButton</tabstop>
469 <tabstop>generateButton</tabstop>
470 <tabstop>urlLineEdit</tabstop>
471 <tabstop>launcherLineEdit</tabstop>
472 <tabstop>okButton</tabstop>
473 <tabstop>cancelButton</tabstop>
474</tabstops>
475<slots>
476 <slot>okButton_slot()</slot>
477 <slot>cancelButton_slot()</slot>
478 <slot>revealButton_slot()</slot>
479 <slot>generateButton_slot()</slot>
480 <slot>advancedCommentButton_slot(bool on)</slot>
481</slots>
482<layoutdefaults spacing="6" margin="11"/>
483</UI>