summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/setmasterpwwnd.ui
Unidiff
Diffstat (limited to 'pwmanager/pwmanager/setmasterpwwnd.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/setmasterpwwnd.ui294
1 files changed, 294 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/setmasterpwwnd.ui b/pwmanager/pwmanager/setmasterpwwnd.ui
new file mode 100644
index 0000000..4f6cd5d
--- a/dev/null
+++ b/pwmanager/pwmanager/setmasterpwwnd.ui
@@ -0,0 +1,294 @@
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>setMasterPwWnd</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>setMasterPwWnd</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>411</width>
12 <height>313</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Set master-password</string>
17 </property>
18 <widget class="QPushButton">
19 <property name="name">
20 <cstring>okButton</cstring>
21 </property>
22 <property name="geometry">
23 <rect>
24 <x>10</x>
25 <y>280</y>
26 <width>107</width>
27 <height>27</height>
28 </rect>
29 </property>
30 <property name="text">
31 <string>&amp;OK</string>
32 </property>
33 </widget>
34 <widget class="QPushButton">
35 <property name="name">
36 <cstring>cancelButton</cstring>
37 </property>
38 <property name="geometry">
39 <rect>
40 <x>290</x>
41 <y>280</y>
42 <width>107</width>
43 <height>27</height>
44 </rect>
45 </property>
46 <property name="text">
47 <string>&amp;Cancel</string>
48 </property>
49 </widget>
50 <widget class="QTabWidget">
51 <property name="name">
52 <cstring>mainTab</cstring>
53 </property>
54 <property name="geometry">
55 <rect>
56 <x>10</x>
57 <y>10</y>
58 <width>390</width>
59 <height>260</height>
60 </rect>
61 </property>
62 <widget class="QWidget">
63 <property name="name">
64 <cstring>tab</cstring>
65 </property>
66 <attribute name="title">
67 <string>Normal password</string>
68 </attribute>
69 <widget class="QLabel">
70 <property name="name">
71 <cstring>textLabel2</cstring>
72 </property>
73 <property name="geometry">
74 <rect>
75 <x>20</x>
76 <y>90</y>
77 <width>340</width>
78 <height>20</height>
79 </rect>
80 </property>
81 <property name="text">
82 <string>Please enter the new master-password:</string>
83 </property>
84 </widget>
85 <widget class="QLabel">
86 <property name="name">
87 <cstring>textLabel3</cstring>
88 </property>
89 <property name="geometry">
90 <rect>
91 <x>20</x>
92 <y>160</y>
93 <width>340</width>
94 <height>20</height>
95 </rect>
96 </property>
97 <property name="text">
98 <string>Please enter the password again:</string>
99 </property>
100 </widget>
101 <widget class="QLabel">
102 <property name="name">
103 <cstring>textLabel1</cstring>
104 </property>
105 <property name="geometry">
106 <rect>
107 <x>10</x>
108 <y>20</y>
109 <width>370</width>
110 <height>40</height>
111 </rect>
112 </property>
113 <property name="frameShape">
114 <enum>Box</enum>
115 </property>
116 <property name="text">
117 <string>Using a normal password-string to encrypt the data.</string>
118 </property>
119 <property name="alignment">
120 <set>WordBreak|AlignCenter</set>
121 </property>
122 </widget>
123 <widget class="QLineEdit">
124 <property name="name">
125 <cstring>pwEdit_1</cstring>
126 </property>
127 <property name="geometry">
128 <rect>
129 <x>20</x>
130 <y>120</y>
131 <width>340</width>
132 <height>20</height>
133 </rect>
134 </property>
135 <property name="echoMode">
136 <enum>Password</enum>
137 </property>
138 </widget>
139 <widget class="QLineEdit">
140 <property name="name">
141 <cstring>pwEdit_2</cstring>
142 </property>
143 <property name="geometry">
144 <rect>
145 <x>20</x>
146 <y>190</y>
147 <width>340</width>
148 <height>20</height>
149 </rect>
150 </property>
151 <property name="echoMode">
152 <enum>Password</enum>
153 </property>
154 </widget>
155 </widget>
156 <widget class="QWidget">
157 <property name="name">
158 <cstring>tab</cstring>
159 </property>
160 <attribute name="title">
161 <string>Key-card (chipcard)</string>
162 </attribute>
163 <widget class="QLabel">
164 <property name="name">
165 <cstring>textLabel1_2</cstring>
166 </property>
167 <property name="geometry">
168 <rect>
169 <x>10</x>
170 <y>20</y>
171 <width>370</width>
172 <height>40</height>
173 </rect>
174 </property>
175 <property name="frameShape">
176 <enum>Box</enum>
177 </property>
178 <property name="text">
179 <string>Using a PwM key-card to encrypt the data.</string>
180 </property>
181 <property name="alignment">
182 <set>WordBreak|AlignCenter</set>
183 </property>
184 </widget>
185 <widget class="QLabel">
186 <property name="name">
187 <cstring>textLabel2_2</cstring>
188 </property>
189 <property name="geometry">
190 <rect>
191 <x>20</x>
192 <y>190</y>
193 <width>170</width>
194 <height>20</height>
195 </rect>
196 </property>
197 <property name="text">
198 <string>selected card:</string>
199 </property>
200 <property name="alignment">
201 <set>AlignVCenter|AlignRight</set>
202 </property>
203 </widget>
204 <widget class="QPushButton">
205 <property name="name">
206 <cstring>selCardButton</cstring>
207 </property>
208 <property name="geometry">
209 <rect>
210 <x>20</x>
211 <y>130</y>
212 <width>350</width>
213 <height>40</height>
214 </rect>
215 </property>
216 <property name="text">
217 <string>&amp;Select the currently inserted card as key-card</string>
218 </property>
219 </widget>
220 <widget class="QPushButton">
221 <property name="name">
222 <cstring>genCardButton</cstring>
223 </property>
224 <property name="geometry">
225 <rect>
226 <x>80</x>
227 <y>90</y>
228 <width>230</width>
229 <height>28</height>
230 </rect>
231 </property>
232 <property name="text">
233 <string>&amp;generate new key-card</string>
234 </property>
235 </widget>
236 <widget class="QLabel">
237 <property name="name">
238 <cstring>curCardIdLabel</cstring>
239 </property>
240 <property name="geometry">
241 <rect>
242 <x>200</x>
243 <y>190</y>
244 <width>170</width>
245 <height>20</height>
246 </rect>
247 </property>
248 <property name="text">
249 <string></string>
250 </property>
251 </widget>
252 </widget>
253 </widget>
254</widget>
255<connections>
256 <connection>
257 <sender>okButton</sender>
258 <signal>clicked()</signal>
259 <receiver>setMasterPwWnd</receiver>
260 <slot>okButton_slot()</slot>
261 </connection>
262 <connection>
263 <sender>cancelButton</sender>
264 <signal>clicked()</signal>
265 <receiver>setMasterPwWnd</receiver>
266 <slot>cancelButton_slot()</slot>
267 </connection>
268 <connection>
269 <sender>genCardButton</sender>
270 <signal>clicked()</signal>
271 <receiver>setMasterPwWnd</receiver>
272 <slot>genCardButton_slot()</slot>
273 </connection>
274 <connection>
275 <sender>selCardButton</sender>
276 <signal>clicked()</signal>
277 <receiver>setMasterPwWnd</receiver>
278 <slot>selCardButton_slot()</slot>
279 </connection>
280</connections>
281<tabstops>
282 <tabstop>pwEdit_1</tabstop>
283 <tabstop>pwEdit_2</tabstop>
284 <tabstop>okButton</tabstop>
285 <tabstop>cancelButton</tabstop>
286</tabstops>
287<slots>
288 <slot>okButton_slot()</slot>
289 <slot>cancelButton_slot()</slot>
290 <slot>genCardButton_slot()</slot>
291 <slot>selCardButton_slot()</slot>
292</slots>
293<layoutdefaults spacing="6" margin="11"/>
294</UI>