Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
159 | KeyOz | 1 | <ui version="4.0" > |
2 | <class>dlg_Preferences_UI</class> |
||
3 | <widget class="QDialog" name="dlg_Preferences_UI" > |
||
4 | <property name="geometry" > |
||
5 | <rect> |
||
6 | <x>0</x> |
||
7 | <y>0</y> |
||
227 | KeyOz | 8 | <width>395</width> |
199 | KeyOz | 9 | <height>298</height> |
159 | KeyOz | 10 | </rect> |
11 | </property> |
||
12 | <property name="windowTitle" > |
||
13 | <string>Einstellungen</string> |
||
14 | </property> |
||
163 | KeyOz | 15 | <layout class="QGridLayout" name="gridLayout_4" > |
159 | KeyOz | 16 | <item row="1" column="0" > |
17 | <layout class="QHBoxLayout" name="horizontalLayout" > |
||
18 | <item> |
||
19 | <spacer> |
||
20 | <property name="orientation" > |
||
21 | <enum>Qt::Horizontal</enum> |
||
22 | </property> |
||
23 | <property name="sizeHint" stdset="0" > |
||
24 | <size> |
||
25 | <width>131</width> |
||
26 | <height>31</height> |
||
27 | </size> |
||
28 | </property> |
||
29 | </spacer> |
||
30 | </item> |
||
31 | <item> |
||
32 | <widget class="QPushButton" name="okButton" > |
||
33 | <property name="text" > |
||
34 | <string>OK</string> |
||
35 | </property> |
||
36 | </widget> |
||
37 | </item> |
||
38 | <item> |
||
39 | <widget class="QPushButton" name="cancelButton" > |
||
40 | <property name="text" > |
||
41 | <string>Cancel</string> |
||
42 | </property> |
||
43 | </widget> |
||
44 | </item> |
||
45 | </layout> |
||
46 | </item> |
||
163 | KeyOz | 47 | <item row="0" column="0" > |
48 | <widget class="QTabWidget" name="tabWidget" > |
||
49 | <property name="currentIndex" > |
||
50 | <number>0</number> |
||
51 | </property> |
||
167 | KeyOz | 52 | <property name="usesScrollButtons" > |
53 | <bool>true</bool> |
||
54 | </property> |
||
55 | <widget class="QWidget" name="Tab_1" > |
||
166 | KeyOz | 56 | <attribute name="title" > |
57 | <string>Verbindung </string> |
||
58 | </attribute> |
||
59 | <layout class="QGridLayout" name="gridLayout_7" > |
||
60 | <item row="0" column="0" > |
||
61 | <widget class="QGroupBox" name="groupBox_5" > |
||
62 | <property name="title" > |
||
63 | <string>Serieller Port für Verbindung zum MK.</string> |
||
64 | </property> |
||
65 | <layout class="QGridLayout" name="gridLayout_6" > |
||
66 | <item row="0" column="0" > |
||
67 | <widget class="QLabel" name="label_6" > |
||
68 | <property name="text" > |
||
69 | <string>Device: </string> |
||
70 | </property> |
||
71 | </widget> |
||
72 | </item> |
||
73 | <item row="0" column="1" > |
||
74 | <widget class="QLineEdit" name="le_TTY" > |
||
75 | <property name="text" > |
||
76 | <string>/dev/ttyS0</string> |
||
77 | </property> |
||
78 | </widget> |
||
79 | </item> |
||
80 | </layout> |
||
81 | </widget> |
||
82 | </item> |
||
83 | <item row="1" column="0" > |
||
84 | <widget class="QGroupBox" name="groupBox_6" > |
||
85 | <property name="enabled" > |
||
86 | <bool>false</bool> |
||
87 | </property> |
||
88 | <property name="title" > |
||
89 | <string>ISP-Adapter (Flash AVR)</string> |
||
90 | </property> |
||
91 | <layout class="QGridLayout" name="gridLayout_5" > |
||
92 | <item row="0" column="0" > |
||
93 | <widget class="QLabel" name="label_4" > |
||
94 | <property name="text" > |
||
95 | <string>ISP-Adapter: </string> |
||
96 | </property> |
||
97 | </widget> |
||
98 | </item> |
||
99 | <item row="0" column="1" > |
||
100 | <widget class="QComboBox" name="comboBox" > |
||
101 | <item> |
||
102 | <property name="text" > |
||
103 | <string>Sercon</string> |
||
104 | </property> |
||
105 | </item> |
||
106 | <item> |
||
107 | <property name="text" > |
||
108 | <string>STK200</string> |
||
109 | </property> |
||
110 | </item> |
||
111 | <item> |
||
112 | <property name="text" > |
||
113 | <string>USBProg</string> |
||
114 | </property> |
||
115 | </item> |
||
116 | <item> |
||
117 | <property name="text" > |
||
118 | <string>Atmel AVR ISP (STK500)</string> |
||
119 | </property> |
||
120 | </item> |
||
121 | <item> |
||
122 | <property name="text" > |
||
123 | <string>Atmel AVR ISP mkII (STK500v1)</string> |
||
124 | </property> |
||
125 | </item> |
||
126 | <item> |
||
127 | <property name="text" > |
||
128 | <string>Atmel AVR ISP mkII (STK500v2)</string> |
||
129 | </property> |
||
130 | </item> |
||
131 | </widget> |
||
132 | </item> |
||
133 | <item row="1" column="0" > |
||
134 | <widget class="QLabel" name="label_5" > |
||
135 | <property name="text" > |
||
136 | <string>Device: </string> |
||
137 | </property> |
||
138 | </widget> |
||
139 | </item> |
||
140 | <item row="1" column="1" > |
||
141 | <widget class="QLineEdit" name="lineEdit_2" /> |
||
142 | </item> |
||
143 | <item row="2" column="0" colspan="2" > |
||
144 | <widget class="QCheckBox" name="checkBox_2" > |
||
145 | <property name="text" > |
||
146 | <string>Serielle Firmeware-Updates mit AVRDUDE</string> |
||
147 | </property> |
||
148 | </widget> |
||
149 | </item> |
||
150 | </layout> |
||
151 | </widget> |
||
152 | </item> |
||
153 | <item row="2" column="0" > |
||
154 | <spacer name="verticalSpacer_2" > |
||
155 | <property name="orientation" > |
||
156 | <enum>Qt::Vertical</enum> |
||
157 | </property> |
||
158 | <property name="sizeHint" stdset="0" > |
||
159 | <size> |
||
160 | <width>20</width> |
||
161 | <height>50</height> |
||
162 | </size> |
||
163 | </property> |
||
164 | </spacer> |
||
165 | </item> |
||
166 | </layout> |
||
167 | </widget> |
||
167 | KeyOz | 168 | <widget class="QWidget" name="Tab_2" > |
163 | KeyOz | 169 | <attribute name="title" > |
167 | KeyOz | 170 | <string>Debug-Daten</string> |
163 | KeyOz | 171 | </attribute> |
172 | <layout class="QGridLayout" name="gridLayout_3" > |
||
199 | KeyOz | 173 | <item row="0" column="0" colspan="2" > |
163 | KeyOz | 174 | <widget class="QGroupBox" name="groupBox" > |
175 | <property name="title" > |
||
167 | KeyOz | 176 | <string>Debug-Daten intervall</string> |
163 | KeyOz | 177 | </property> |
178 | <layout class="QGridLayout" name="gridLayout" > |
||
179 | <item row="0" column="0" > |
||
180 | <widget class="QLabel" name="label" > |
||
181 | <property name="text" > |
||
182 | <string>Intervall langsam :</string> |
||
183 | </property> |
||
184 | </widget> |
||
185 | </item> |
||
199 | KeyOz | 186 | <item row="0" column="3" > |
163 | KeyOz | 187 | <widget class="QSpinBox" name="sp_Debug_Slow" > |
188 | <property name="suffix" > |
||
189 | <string> ms</string> |
||
190 | </property> |
||
191 | <property name="minimum" > |
||
192 | <number>10</number> |
||
193 | </property> |
||
194 | <property name="maximum" > |
||
195 | <number>2550</number> |
||
196 | </property> |
||
197 | <property name="singleStep" > |
||
198 | <number>10</number> |
||
199 | </property> |
||
200 | <property name="value" > |
||
201 | <number>500</number> |
||
202 | </property> |
||
203 | </widget> |
||
204 | </item> |
||
199 | KeyOz | 205 | <item rowspan="2" row="1" column="0" > |
163 | KeyOz | 206 | <widget class="QLabel" name="label_2" > |
207 | <property name="text" > |
||
208 | <string>Intervall schnell :</string> |
||
209 | </property> |
||
210 | </widget> |
||
211 | </item> |
||
199 | KeyOz | 212 | <item rowspan="2" row="1" column="3" > |
163 | KeyOz | 213 | <widget class="QSpinBox" name="sp_Debug_Fast" > |
214 | <property name="suffix" > |
||
215 | <string> ms</string> |
||
216 | </property> |
||
217 | <property name="prefix" > |
||
218 | <string/> |
||
219 | </property> |
||
220 | <property name="minimum" > |
||
221 | <number>10</number> |
||
222 | </property> |
||
223 | <property name="maximum" > |
||
224 | <number>2550</number> |
||
225 | </property> |
||
226 | <property name="singleStep" > |
||
227 | <number>10</number> |
||
228 | </property> |
||
229 | <property name="value" > |
||
230 | <number>100</number> |
||
231 | </property> |
||
232 | </widget> |
||
233 | </item> |
||
199 | KeyOz | 234 | <item row="3" column="0" > |
235 | <widget class="QLabel" name="label_10" > |
||
163 | KeyOz | 236 | <property name="text" > |
199 | KeyOz | 237 | <string>Intervall offline :</string> |
163 | KeyOz | 238 | </property> |
239 | </widget> |
||
240 | </item> |
||
199 | KeyOz | 241 | <item row="3" column="3" > |
242 | <widget class="QSpinBox" name="sp_Debug_Off" > |
||
243 | <property name="suffix" > |
||
244 | <string> ms</string> |
||
245 | </property> |
||
246 | <property name="prefix" > |
||
247 | <string/> |
||
248 | </property> |
||
249 | <property name="minimum" > |
||
250 | <number>10</number> |
||
251 | </property> |
||
252 | <property name="maximum" > |
||
253 | <number>2550</number> |
||
254 | </property> |
||
255 | <property name="singleStep" > |
||
256 | <number>10</number> |
||
257 | </property> |
||
258 | <property name="value" > |
||
259 | <number>1000</number> |
||
260 | </property> |
||
261 | </widget> |
||
262 | </item> |
||
163 | KeyOz | 263 | </layout> |
264 | </widget> |
||
265 | </item> |
||
199 | KeyOz | 266 | <item row="1" column="0" colspan="2" > |
163 | KeyOz | 267 | <widget class="QGroupBox" name="groupBox_2" > |
268 | <property name="title" > |
||
269 | <string>Plotter</string> |
||
270 | </property> |
||
271 | <layout class="QGridLayout" name="gridLayout_2" > |
||
272 | <item row="0" column="0" > |
||
273 | <widget class="QLabel" name="label_3" > |
||
274 | <property name="text" > |
||
275 | <string>Angezeigte Datensätze :</string> |
||
276 | </property> |
||
277 | </widget> |
||
278 | </item> |
||
279 | <item row="0" column="1" > |
||
280 | <widget class="QSpinBox" name="sp_Plotter_Count" > |
||
281 | <property name="minimum" > |
||
282 | <number>50</number> |
||
283 | </property> |
||
284 | <property name="maximum" > |
||
285 | <number>250</number> |
||
286 | </property> |
||
287 | <property name="singleStep" > |
||
288 | <number>5</number> |
||
289 | </property> |
||
290 | <property name="value" > |
||
291 | <number>100</number> |
||
292 | </property> |
||
293 | </widget> |
||
294 | </item> |
||
295 | </layout> |
||
296 | </widget> |
||
297 | </item> |
||
199 | KeyOz | 298 | <item row="2" column="0" colspan="2" > |
167 | KeyOz | 299 | <spacer name="verticalSpacer_4" > |
300 | <property name="orientation" > |
||
301 | <enum>Qt::Vertical</enum> |
||
302 | </property> |
||
303 | <property name="sizeHint" stdset="0" > |
||
304 | <size> |
||
305 | <width>20</width> |
||
306 | <height>40</height> |
||
307 | </size> |
||
308 | </property> |
||
309 | </spacer> |
||
310 | </item> |
||
163 | KeyOz | 311 | </layout> |
312 | </widget> |
||
167 | KeyOz | 313 | <widget class="QWidget" name="Seite" > |
163 | KeyOz | 314 | <attribute name="title" > |
167 | KeyOz | 315 | <string>Navi-Daten</string> |
316 | </attribute> |
||
317 | <layout class="QGridLayout" name="gridLayout_11" > |
||
318 | <item row="0" column="0" > |
||
319 | <widget class="QGroupBox" name="groupBox_9" > |
||
320 | <property name="title" > |
||
321 | <string>Navi-Daten Intervall</string> |
||
322 | </property> |
||
323 | <layout class="QGridLayout" name="gridLayout_10" > |
||
324 | <item row="0" column="0" > |
||
325 | <widget class="QLabel" name="label_8" > |
||
326 | <property name="text" > |
||
327 | <string>Intervall langsam :</string> |
||
328 | </property> |
||
329 | </widget> |
||
330 | </item> |
||
331 | <item row="0" column="1" > |
||
199 | KeyOz | 332 | <widget class="QSpinBox" name="sp_Navi_Slow" > |
167 | KeyOz | 333 | <property name="suffix" > |
334 | <string> ms</string> |
||
335 | </property> |
||
336 | <property name="minimum" > |
||
337 | <number>10</number> |
||
338 | </property> |
||
339 | <property name="maximum" > |
||
340 | <number>2550</number> |
||
341 | </property> |
||
342 | <property name="singleStep" > |
||
343 | <number>10</number> |
||
344 | </property> |
||
345 | <property name="value" > |
||
346 | <number>500</number> |
||
347 | </property> |
||
348 | </widget> |
||
349 | </item> |
||
350 | <item row="1" column="0" > |
||
351 | <widget class="QLabel" name="label_9" > |
||
352 | <property name="text" > |
||
353 | <string>Intervall schnell :</string> |
||
354 | </property> |
||
355 | </widget> |
||
356 | </item> |
||
357 | <item row="1" column="1" > |
||
199 | KeyOz | 358 | <widget class="QSpinBox" name="sp_Navi_Fast" > |
167 | KeyOz | 359 | <property name="suffix" > |
360 | <string> ms</string> |
||
361 | </property> |
||
362 | <property name="prefix" > |
||
363 | <string/> |
||
364 | </property> |
||
365 | <property name="minimum" > |
||
366 | <number>10</number> |
||
367 | </property> |
||
368 | <property name="maximum" > |
||
369 | <number>2550</number> |
||
370 | </property> |
||
371 | <property name="singleStep" > |
||
372 | <number>10</number> |
||
373 | </property> |
||
374 | <property name="value" > |
||
375 | <number>100</number> |
||
376 | </property> |
||
377 | </widget> |
||
378 | </item> |
||
199 | KeyOz | 379 | <item row="2" column="0" > |
380 | <widget class="QLabel" name="label_11" > |
||
167 | KeyOz | 381 | <property name="text" > |
199 | KeyOz | 382 | <string>Intervall offline :</string> |
167 | KeyOz | 383 | </property> |
384 | </widget> |
||
385 | </item> |
||
199 | KeyOz | 386 | <item row="2" column="1" > |
387 | <widget class="QSpinBox" name="sp_Navi_Off" > |
||
388 | <property name="suffix" > |
||
389 | <string> ms</string> |
||
390 | </property> |
||
391 | <property name="prefix" > |
||
392 | <string/> |
||
393 | </property> |
||
394 | <property name="minimum" > |
||
395 | <number>10</number> |
||
396 | </property> |
||
397 | <property name="maximum" > |
||
398 | <number>2550</number> |
||
399 | </property> |
||
400 | <property name="singleStep" > |
||
401 | <number>10</number> |
||
402 | </property> |
||
403 | <property name="value" > |
||
404 | <number>250</number> |
||
405 | </property> |
||
406 | </widget> |
||
407 | </item> |
||
167 | KeyOz | 408 | </layout> |
409 | </widget> |
||
410 | </item> |
||
411 | <item row="1" column="0" > |
||
412 | <spacer name="verticalSpacer_5" > |
||
413 | <property name="orientation" > |
||
414 | <enum>Qt::Vertical</enum> |
||
415 | </property> |
||
416 | <property name="sizeHint" stdset="0" > |
||
417 | <size> |
||
418 | <width>375</width> |
||
419 | <height>76</height> |
||
420 | </size> |
||
421 | </property> |
||
422 | </spacer> |
||
423 | </item> |
||
424 | </layout> |
||
425 | </widget> |
||
426 | <widget class="QWidget" name="Tab_3" > |
||
427 | <attribute name="title" > |
||
163 | KeyOz | 428 | <string>Verzeichnisse</string> |
429 | </attribute> |
||
430 | <layout class="QVBoxLayout" name="verticalLayout_3" > |
||
431 | <item> |
||
432 | <widget class="QGroupBox" name="groupBox_3" > |
||
433 | <property name="title" > |
||
434 | <string>Verzeichniss für CVS-Dateien (Datenrecorder)</string> |
||
435 | </property> |
||
436 | <layout class="QVBoxLayout" name="verticalLayout" > |
||
437 | <item> |
||
438 | <widget class="QLineEdit" name="le_DIR_CVS" /> |
||
439 | </item> |
||
440 | <item> |
||
441 | <widget class="QPushButton" name="pb_DIR_CVS" > |
||
442 | <property name="text" > |
||
443 | <string>Verzeichniss auswählen</string> |
||
444 | </property> |
||
445 | <property name="icon" > |
||
446 | <iconset resource="../MKTool.qrc" > |
||
447 | <normaloff>:/Actions/Images/22X22/folder-print.png</normaloff>:/Actions/Images/22X22/folder-print.png</iconset> |
||
448 | </property> |
||
449 | </widget> |
||
450 | </item> |
||
451 | </layout> |
||
452 | </widget> |
||
453 | </item> |
||
454 | <item> |
||
455 | <widget class="QGroupBox" name="groupBox_4" > |
||
456 | <property name="title" > |
||
457 | <string>Verzeichniss für Setting-Dateien</string> |
||
458 | </property> |
||
459 | <layout class="QVBoxLayout" name="verticalLayout_2" > |
||
460 | <item> |
||
461 | <widget class="QLineEdit" name="le_DIR_SET" /> |
||
462 | </item> |
||
463 | <item> |
||
464 | <widget class="QPushButton" name="pb_DIR_SET" > |
||
465 | <property name="text" > |
||
466 | <string>Verzeichniss auswählen</string> |
||
467 | </property> |
||
468 | <property name="icon" > |
||
469 | <iconset resource="../MKTool.qrc" > |
||
470 | <normaloff>:/Actions/Images/22X22/folder.png</normaloff>:/Actions/Images/22X22/folder.png</iconset> |
||
471 | </property> |
||
472 | </widget> |
||
473 | </item> |
||
474 | </layout> |
||
475 | </widget> |
||
476 | </item> |
||
477 | <item> |
||
478 | <spacer name="verticalSpacer" > |
||
479 | <property name="orientation" > |
||
480 | <enum>Qt::Vertical</enum> |
||
481 | </property> |
||
482 | <property name="sizeHint" stdset="0" > |
||
483 | <size> |
||
484 | <width>20</width> |
||
485 | <height>21</height> |
||
486 | </size> |
||
487 | </property> |
||
488 | </spacer> |
||
489 | </item> |
||
490 | </layout> |
||
491 | </widget> |
||
167 | KeyOz | 492 | <widget class="QWidget" name="Tab_4" > |
493 | <attribute name="title" > |
||
494 | <string>Google Earth</string> |
||
495 | </attribute> |
||
496 | <layout class="QVBoxLayout" name="verticalLayout_4" > |
||
497 | <item> |
||
498 | <widget class="QGroupBox" name="groupBox_7" > |
||
499 | <property name="title" > |
||
500 | <string>Server</string> |
||
501 | </property> |
||
502 | <layout class="QGridLayout" name="gridLayout_8" > |
||
503 | <item row="0" column="0" > |
||
504 | <widget class="QLabel" name="label_7" > |
||
505 | <property name="text" > |
||
506 | <string>Serverport: </string> |
||
507 | </property> |
||
508 | </widget> |
||
509 | </item> |
||
510 | <item row="0" column="1" > |
||
199 | KeyOz | 511 | <widget class="QLineEdit" name="le_ServerPort" > |
167 | KeyOz | 512 | <property name="text" > |
513 | <string>10664</string> |
||
514 | </property> |
||
515 | </widget> |
||
516 | </item> |
||
517 | <item row="1" column="0" colspan="2" > |
||
199 | KeyOz | 518 | <widget class="QCheckBox" name="cb_StartServer" > |
167 | KeyOz | 519 | <property name="text" > |
520 | <string>Google Earth Server automatisch starten</string> |
||
521 | </property> |
||
522 | </widget> |
||
523 | </item> |
||
524 | </layout> |
||
525 | </widget> |
||
526 | </item> |
||
527 | <item> |
||
528 | <widget class="QGroupBox" name="groupBox_8" > |
||
529 | <property name="title" > |
||
530 | <string>Datenanzeige</string> |
||
531 | </property> |
||
532 | <layout class="QGridLayout" name="gridLayout_9" > |
||
533 | <item row="0" column="0" > |
||
199 | KeyOz | 534 | <widget class="QCheckBox" name="cb_ToGround" > |
167 | KeyOz | 535 | <property name="text" > |
536 | <string>Höhe bis zum Boden verlängern</string> |
||
537 | </property> |
||
538 | </widget> |
||
539 | </item> |
||
540 | </layout> |
||
541 | </widget> |
||
542 | </item> |
||
543 | <item> |
||
544 | <spacer name="verticalSpacer_3" > |
||
545 | <property name="orientation" > |
||
546 | <enum>Qt::Vertical</enum> |
||
547 | </property> |
||
548 | <property name="sizeHint" stdset="0" > |
||
549 | <size> |
||
550 | <width>20</width> |
||
551 | <height>37</height> |
||
552 | </size> |
||
553 | </property> |
||
554 | </spacer> |
||
555 | </item> |
||
556 | </layout> |
||
557 | </widget> |
||
227 | KeyOz | 558 | <widget class="QWidget" name="Seite_2" > |
559 | <attribute name="title" > |
||
560 | <string>QMK-Datenserver</string> |
||
561 | </attribute> |
||
562 | <layout class="QGridLayout" name="gridLayout_14" > |
||
563 | <item row="0" column="0" > |
||
564 | <widget class="QGroupBox" name="groupBox_10" > |
||
565 | <property name="enabled" > |
||
566 | <bool>false</bool> |
||
567 | </property> |
||
568 | <property name="title" > |
||
569 | <string>Server</string> |
||
570 | </property> |
||
571 | <layout class="QGridLayout" name="gridLayout_12" > |
||
572 | <item row="0" column="0" > |
||
573 | <widget class="QLabel" name="label_12" > |
||
574 | <property name="text" > |
||
575 | <string>Server:</string> |
||
576 | </property> |
||
577 | </widget> |
||
578 | </item> |
||
579 | <item row="0" column="1" > |
||
580 | <widget class="QLineEdit" name="lineEdit" > |
||
581 | <property name="text" > |
||
582 | <string>nimari.de</string> |
||
583 | </property> |
||
584 | </widget> |
||
585 | </item> |
||
586 | <item row="1" column="0" > |
||
587 | <widget class="QLabel" name="label_13" > |
||
588 | <property name="text" > |
||
589 | <string>Port:</string> |
||
590 | </property> |
||
591 | </widget> |
||
592 | </item> |
||
593 | <item row="1" column="1" > |
||
594 | <widget class="QLineEdit" name="lineEdit_3" > |
||
595 | <property name="text" > |
||
596 | <string>16441</string> |
||
597 | </property> |
||
598 | </widget> |
||
599 | </item> |
||
600 | </layout> |
||
601 | </widget> |
||
602 | </item> |
||
603 | <item row="1" column="0" > |
||
604 | <widget class="QGroupBox" name="groupBox_11" > |
||
605 | <property name="enabled" > |
||
606 | <bool>false</bool> |
||
607 | </property> |
||
608 | <property name="title" > |
||
609 | <string>Logindaten</string> |
||
610 | </property> |
||
611 | <layout class="QGridLayout" name="gridLayout_13" > |
||
612 | <item row="0" column="0" > |
||
613 | <widget class="QLabel" name="label_14" > |
||
614 | <property name="text" > |
||
615 | <string>Loginname:</string> |
||
616 | </property> |
||
617 | </widget> |
||
618 | </item> |
||
619 | <item row="0" column="1" > |
||
620 | <widget class="QLineEdit" name="le_Login" /> |
||
621 | </item> |
||
622 | <item row="1" column="0" > |
||
623 | <widget class="QLabel" name="label_15" > |
||
624 | <property name="text" > |
||
625 | <string>Password:</string> |
||
626 | </property> |
||
627 | </widget> |
||
628 | </item> |
||
629 | <item row="1" column="1" > |
||
630 | <widget class="QLineEdit" name="le_Password" > |
||
631 | <property name="echoMode" > |
||
632 | <enum>QLineEdit::Password</enum> |
||
633 | </property> |
||
634 | </widget> |
||
635 | </item> |
||
636 | </layout> |
||
637 | </widget> |
||
638 | </item> |
||
639 | </layout> |
||
640 | </widget> |
||
163 | KeyOz | 641 | </widget> |
642 | </item> |
||
159 | KeyOz | 643 | </layout> |
644 | </widget> |
||
163 | KeyOz | 645 | <resources> |
646 | <include location="../MKTool.qrc" /> |
||
647 | </resources> |
||
159 | KeyOz | 648 | <connections> |
649 | <connection> |
||
650 | <sender>okButton</sender> |
||
651 | <signal>clicked()</signal> |
||
652 | <receiver>dlg_Preferences_UI</receiver> |
||
653 | <slot>accept()</slot> |
||
654 | <hints> |
||
655 | <hint type="sourcelabel" > |
||
656 | <x>278</x> |
||
657 | <y>253</y> |
||
658 | </hint> |
||
659 | <hint type="destinationlabel" > |
||
660 | <x>96</x> |
||
661 | <y>254</y> |
||
662 | </hint> |
||
663 | </hints> |
||
664 | </connection> |
||
665 | <connection> |
||
666 | <sender>cancelButton</sender> |
||
667 | <signal>clicked()</signal> |
||
668 | <receiver>dlg_Preferences_UI</receiver> |
||
669 | <slot>reject()</slot> |
||
670 | <hints> |
||
671 | <hint type="sourcelabel" > |
||
672 | <x>369</x> |
||
673 | <y>253</y> |
||
674 | </hint> |
||
675 | <hint type="destinationlabel" > |
||
676 | <x>179</x> |
||
677 | <y>282</y> |
||
678 | </hint> |
||
679 | </hints> |
||
680 | </connection> |
||
681 | </connections> |
||
682 | </ui> |