Rev 272 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
306 | KeyOz | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> |
||
159 | KeyOz | 3 | <class>dlg_Preferences_UI</class> |
306 | KeyOz | 4 | <widget class="QDialog" name="dlg_Preferences_UI"> |
5 | <property name="geometry"> |
||
159 | KeyOz | 6 | <rect> |
7 | <x>0</x> |
||
8 | <y>0</y> |
||
306 | KeyOz | 9 | <width>589</width> |
10 | <height>272</height> |
||
159 | KeyOz | 11 | </rect> |
12 | </property> |
||
306 | KeyOz | 13 | <property name="windowTitle"> |
159 | KeyOz | 14 | <string>Einstellungen</string> |
15 | </property> |
||
306 | KeyOz | 16 | <layout class="QGridLayout" name="gridLayout_16"> |
17 | <item row="0" column="0"> |
||
18 | <widget class="QListWidget" name="listWidget"> |
||
19 | <property name="minimumSize"> |
||
20 | <size> |
||
21 | <width>150</width> |
||
22 | <height>0</height> |
||
23 | </size> |
||
24 | </property> |
||
25 | <property name="maximumSize"> |
||
26 | <size> |
||
27 | <width>150</width> |
||
28 | <height>16777215</height> |
||
29 | </size> |
||
30 | </property> |
||
159 | KeyOz | 31 | <item> |
306 | KeyOz | 32 | <property name="text"> |
33 | <string>Verbindung</string> |
||
34 | </property> |
||
35 | <property name="flags"> |
||
36 | <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set> |
||
37 | </property> |
||
38 | </item> |
||
39 | <item> |
||
40 | <property name="text"> |
||
41 | <string>Debug-Daten</string> |
||
42 | </property> |
||
43 | <property name="flags"> |
||
44 | <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set> |
||
45 | </property> |
||
46 | </item> |
||
47 | <item> |
||
48 | <property name="text"> |
||
49 | <string>Navi-Daten</string> |
||
50 | </property> |
||
51 | <property name="flags"> |
||
52 | <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set> |
||
53 | </property> |
||
54 | </item> |
||
55 | <item> |
||
56 | <property name="text"> |
||
57 | <string>Plotter</string> |
||
58 | </property> |
||
59 | <property name="flags"> |
||
60 | <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set> |
||
61 | </property> |
||
62 | </item> |
||
63 | <item> |
||
64 | <property name="text"> |
||
65 | <string>Verzeichnisse</string> |
||
66 | </property> |
||
67 | <property name="flags"> |
||
68 | <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set> |
||
69 | </property> |
||
70 | </item> |
||
71 | <item> |
||
72 | <property name="text"> |
||
73 | <string>KML-Server</string> |
||
74 | </property> |
||
75 | <property name="flags"> |
||
76 | <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set> |
||
77 | </property> |
||
78 | </item> |
||
79 | <item> |
||
80 | <property name="text"> |
||
81 | <string>QMK-Datenserver</string> |
||
82 | </property> |
||
83 | <property name="flags"> |
||
84 | <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set> |
||
85 | </property> |
||
86 | </item> |
||
87 | <item> |
||
88 | <property name="text"> |
||
89 | <string>Flash & Update</string> |
||
90 | </property> |
||
91 | <property name="flags"> |
||
92 | <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set> |
||
93 | </property> |
||
94 | </item> |
||
95 | </widget> |
||
96 | </item> |
||
97 | <item row="1" column="0" colspan="3"> |
||
98 | <layout class="QHBoxLayout" name="horizontalLayout"> |
||
99 | <item> |
||
159 | KeyOz | 100 | <spacer> |
306 | KeyOz | 101 | <property name="orientation"> |
159 | KeyOz | 102 | <enum>Qt::Horizontal</enum> |
103 | </property> |
||
306 | KeyOz | 104 | <property name="sizeHint" stdset="0"> |
159 | KeyOz | 105 | <size> |
106 | <width>131</width> |
||
107 | <height>31</height> |
||
108 | </size> |
||
109 | </property> |
||
110 | </spacer> |
||
111 | </item> |
||
112 | <item> |
||
306 | KeyOz | 113 | <widget class="QPushButton" name="okButton"> |
114 | <property name="text"> |
||
159 | KeyOz | 115 | <string>OK</string> |
116 | </property> |
||
117 | </widget> |
||
118 | </item> |
||
119 | <item> |
||
306 | KeyOz | 120 | <widget class="QPushButton" name="cancelButton"> |
121 | <property name="text"> |
||
159 | KeyOz | 122 | <string>Cancel</string> |
123 | </property> |
||
124 | </widget> |
||
125 | </item> |
||
126 | </layout> |
||
127 | </item> |
||
306 | KeyOz | 128 | <item row="0" column="1"> |
129 | <widget class="QStackedWidget" name="stackedWidget"> |
||
130 | <property name="frameShape"> |
||
131 | <enum>QFrame::Box</enum> |
||
132 | </property> |
||
133 | <property name="currentIndex"> |
||
163 | KeyOz | 134 | <number>0</number> |
135 | </property> |
||
306 | KeyOz | 136 | <widget class="QWidget" name="page"> |
137 | <layout class="QGridLayout" name="gridLayout_4"> |
||
138 | <item row="1" column="0"> |
||
139 | <widget class="QGroupBox" name="groupBox_5"> |
||
140 | <property name="title"> |
||
166 | KeyOz | 141 | <string>Serieller Port für Verbindung zum MK.</string> |
142 | </property> |
||
306 | KeyOz | 143 | <layout class="QGridLayout" name="gridLayout_6"> |
144 | <item row="0" column="0"> |
||
145 | <widget class="QLabel" name="label_6"> |
||
146 | <property name="text"> |
||
166 | KeyOz | 147 | <string>Device: </string> |
148 | </property> |
||
149 | </widget> |
||
150 | </item> |
||
306 | KeyOz | 151 | <item row="0" column="1"> |
152 | <widget class="QLineEdit" name="le_TTY"> |
||
153 | <property name="text"> |
||
166 | KeyOz | 154 | <string>/dev/ttyS0</string> |
155 | </property> |
||
156 | </widget> |
||
157 | </item> |
||
158 | </layout> |
||
159 | </widget> |
||
160 | </item> |
||
306 | KeyOz | 161 | <item row="2" column="0"> |
162 | <spacer name="verticalSpacer_6"> |
||
163 | <property name="orientation"> |
||
166 | KeyOz | 164 | <enum>Qt::Vertical</enum> |
165 | </property> |
||
306 | KeyOz | 166 | <property name="sizeHint" stdset="0"> |
166 | KeyOz | 167 | <size> |
168 | <width>20</width> |
||
306 | KeyOz | 169 | <height>40</height> |
166 | KeyOz | 170 | </size> |
171 | </property> |
||
172 | </spacer> |
||
173 | </item> |
||
306 | KeyOz | 174 | <item row="0" column="0"> |
175 | <widget class="QLabel" name="label_16"> |
||
176 | <property name="font"> |
||
177 | <font> |
||
178 | <weight>75</weight> |
||
179 | <bold>true</bold> |
||
180 | </font> |
||
181 | </property> |
||
182 | <property name="text"> |
||
183 | <string>Verbindung zum Kopter</string> |
||
184 | </property> |
||
185 | </widget> |
||
186 | </item> |
||
166 | KeyOz | 187 | </layout> |
188 | </widget> |
||
306 | KeyOz | 189 | <widget class="QWidget" name="page_2"> |
190 | <layout class="QGridLayout" name="gridLayout_3"> |
||
191 | <item row="1" column="0"> |
||
192 | <widget class="QGroupBox" name="groupBox"> |
||
193 | <property name="title"> |
||
167 | KeyOz | 194 | <string>Debug-Daten intervall</string> |
163 | KeyOz | 195 | </property> |
306 | KeyOz | 196 | <layout class="QGridLayout" name="gridLayout"> |
197 | <item row="1" column="0"> |
||
198 | <widget class="QLabel" name="label"> |
||
199 | <property name="text"> |
||
163 | KeyOz | 200 | <string>Intervall langsam :</string> |
201 | </property> |
||
202 | </widget> |
||
203 | </item> |
||
306 | KeyOz | 204 | <item row="1" column="3"> |
205 | <widget class="QSpinBox" name="sp_Debug_Slow"> |
||
206 | <property name="suffix"> |
||
163 | KeyOz | 207 | <string> ms</string> |
208 | </property> |
||
306 | KeyOz | 209 | <property name="minimum"> |
163 | KeyOz | 210 | <number>10</number> |
211 | </property> |
||
306 | KeyOz | 212 | <property name="maximum"> |
163 | KeyOz | 213 | <number>2550</number> |
214 | </property> |
||
306 | KeyOz | 215 | <property name="singleStep"> |
163 | KeyOz | 216 | <number>10</number> |
217 | </property> |
||
306 | KeyOz | 218 | <property name="value"> |
163 | KeyOz | 219 | <number>500</number> |
220 | </property> |
||
221 | </widget> |
||
222 | </item> |
||
306 | KeyOz | 223 | <item row="2" column="0" rowspan="2"> |
224 | <widget class="QLabel" name="label_2"> |
||
225 | <property name="text"> |
||
163 | KeyOz | 226 | <string>Intervall schnell :</string> |
227 | </property> |
||
228 | </widget> |
||
229 | </item> |
||
306 | KeyOz | 230 | <item row="2" column="3" rowspan="2"> |
231 | <widget class="QSpinBox" name="sp_Debug_Fast"> |
||
232 | <property name="suffix"> |
||
163 | KeyOz | 233 | <string> ms</string> |
234 | </property> |
||
306 | KeyOz | 235 | <property name="prefix"> |
163 | KeyOz | 236 | <string/> |
237 | </property> |
||
306 | KeyOz | 238 | <property name="minimum"> |
163 | KeyOz | 239 | <number>10</number> |
240 | </property> |
||
306 | KeyOz | 241 | <property name="maximum"> |
163 | KeyOz | 242 | <number>2550</number> |
243 | </property> |
||
306 | KeyOz | 244 | <property name="singleStep"> |
163 | KeyOz | 245 | <number>10</number> |
246 | </property> |
||
306 | KeyOz | 247 | <property name="value"> |
163 | KeyOz | 248 | <number>100</number> |
249 | </property> |
||
250 | </widget> |
||
251 | </item> |
||
306 | KeyOz | 252 | <item row="4" column="0"> |
253 | <widget class="QLabel" name="label_10"> |
||
254 | <property name="text"> |
||
199 | KeyOz | 255 | <string>Intervall offline :</string> |
163 | KeyOz | 256 | </property> |
257 | </widget> |
||
258 | </item> |
||
306 | KeyOz | 259 | <item row="4" column="3"> |
260 | <widget class="QSpinBox" name="sp_Debug_Off"> |
||
261 | <property name="suffix"> |
||
199 | KeyOz | 262 | <string> ms</string> |
263 | </property> |
||
306 | KeyOz | 264 | <property name="prefix"> |
199 | KeyOz | 265 | <string/> |
266 | </property> |
||
306 | KeyOz | 267 | <property name="minimum"> |
199 | KeyOz | 268 | <number>10</number> |
269 | </property> |
||
306 | KeyOz | 270 | <property name="maximum"> |
199 | KeyOz | 271 | <number>2550</number> |
272 | </property> |
||
306 | KeyOz | 273 | <property name="singleStep"> |
199 | KeyOz | 274 | <number>10</number> |
275 | </property> |
||
306 | KeyOz | 276 | <property name="value"> |
199 | KeyOz | 277 | <number>1000</number> |
278 | </property> |
||
279 | </widget> |
||
280 | </item> |
||
163 | KeyOz | 281 | </layout> |
282 | </widget> |
||
283 | </item> |
||
306 | KeyOz | 284 | <item row="2" column="0"> |
285 | <spacer name="verticalSpacer_7"> |
||
286 | <property name="orientation"> |
||
167 | KeyOz | 287 | <enum>Qt::Vertical</enum> |
288 | </property> |
||
306 | KeyOz | 289 | <property name="sizeHint" stdset="0"> |
167 | KeyOz | 290 | <size> |
291 | <width>20</width> |
||
292 | <height>40</height> |
||
293 | </size> |
||
294 | </property> |
||
295 | </spacer> |
||
296 | </item> |
||
306 | KeyOz | 297 | <item row="0" column="0"> |
298 | <widget class="QLabel" name="label_17"> |
||
299 | <property name="font"> |
||
300 | <font> |
||
301 | <weight>75</weight> |
||
302 | <bold>true</bold> |
||
303 | </font> |
||
304 | </property> |
||
305 | <property name="text"> |
||
306 | <string>Debug-Daten</string> |
||
307 | </property> |
||
308 | </widget> |
||
309 | </item> |
||
163 | KeyOz | 310 | </layout> |
311 | </widget> |
||
306 | KeyOz | 312 | <widget class="QWidget" name="Seite_3"> |
313 | <layout class="QGridLayout" name="gridLayout_7"> |
||
314 | <item row="1" column="0"> |
||
315 | <widget class="QGroupBox" name="groupBox_9"> |
||
316 | <property name="title"> |
||
167 | KeyOz | 317 | <string>Navi-Daten Intervall</string> |
318 | </property> |
||
306 | KeyOz | 319 | <layout class="QGridLayout" name="gridLayout_10"> |
320 | <item row="0" column="0"> |
||
321 | <widget class="QLabel" name="label_8"> |
||
322 | <property name="text"> |
||
167 | KeyOz | 323 | <string>Intervall langsam :</string> |
324 | </property> |
||
325 | </widget> |
||
326 | </item> |
||
306 | KeyOz | 327 | <item row="0" column="1"> |
328 | <widget class="QSpinBox" name="sp_Navi_Slow"> |
||
329 | <property name="suffix"> |
||
167 | KeyOz | 330 | <string> ms</string> |
331 | </property> |
||
306 | KeyOz | 332 | <property name="minimum"> |
167 | KeyOz | 333 | <number>10</number> |
334 | </property> |
||
306 | KeyOz | 335 | <property name="maximum"> |
167 | KeyOz | 336 | <number>2550</number> |
337 | </property> |
||
306 | KeyOz | 338 | <property name="singleStep"> |
167 | KeyOz | 339 | <number>10</number> |
340 | </property> |
||
306 | KeyOz | 341 | <property name="value"> |
167 | KeyOz | 342 | <number>500</number> |
343 | </property> |
||
344 | </widget> |
||
345 | </item> |
||
306 | KeyOz | 346 | <item row="1" column="0"> |
347 | <widget class="QLabel" name="label_9"> |
||
348 | <property name="text"> |
||
167 | KeyOz | 349 | <string>Intervall schnell :</string> |
350 | </property> |
||
351 | </widget> |
||
352 | </item> |
||
306 | KeyOz | 353 | <item row="1" column="1"> |
354 | <widget class="QSpinBox" name="sp_Navi_Fast"> |
||
355 | <property name="suffix"> |
||
167 | KeyOz | 356 | <string> ms</string> |
357 | </property> |
||
306 | KeyOz | 358 | <property name="prefix"> |
167 | KeyOz | 359 | <string/> |
360 | </property> |
||
306 | KeyOz | 361 | <property name="minimum"> |
167 | KeyOz | 362 | <number>10</number> |
363 | </property> |
||
306 | KeyOz | 364 | <property name="maximum"> |
167 | KeyOz | 365 | <number>2550</number> |
366 | </property> |
||
306 | KeyOz | 367 | <property name="singleStep"> |
167 | KeyOz | 368 | <number>10</number> |
369 | </property> |
||
306 | KeyOz | 370 | <property name="value"> |
167 | KeyOz | 371 | <number>100</number> |
372 | </property> |
||
373 | </widget> |
||
374 | </item> |
||
306 | KeyOz | 375 | <item row="2" column="0"> |
376 | <widget class="QLabel" name="label_11"> |
||
377 | <property name="text"> |
||
199 | KeyOz | 378 | <string>Intervall offline :</string> |
167 | KeyOz | 379 | </property> |
380 | </widget> |
||
381 | </item> |
||
306 | KeyOz | 382 | <item row="2" column="1"> |
383 | <widget class="QSpinBox" name="sp_Navi_Off"> |
||
384 | <property name="suffix"> |
||
199 | KeyOz | 385 | <string> ms</string> |
386 | </property> |
||
306 | KeyOz | 387 | <property name="prefix"> |
199 | KeyOz | 388 | <string/> |
389 | </property> |
||
306 | KeyOz | 390 | <property name="minimum"> |
199 | KeyOz | 391 | <number>10</number> |
392 | </property> |
||
306 | KeyOz | 393 | <property name="maximum"> |
199 | KeyOz | 394 | <number>2550</number> |
395 | </property> |
||
306 | KeyOz | 396 | <property name="singleStep"> |
199 | KeyOz | 397 | <number>10</number> |
398 | </property> |
||
306 | KeyOz | 399 | <property name="value"> |
199 | KeyOz | 400 | <number>250</number> |
401 | </property> |
||
402 | </widget> |
||
403 | </item> |
||
167 | KeyOz | 404 | </layout> |
405 | </widget> |
||
406 | </item> |
||
306 | KeyOz | 407 | <item row="2" column="0"> |
408 | <spacer name="verticalSpacer_8"> |
||
409 | <property name="orientation"> |
||
167 | KeyOz | 410 | <enum>Qt::Vertical</enum> |
411 | </property> |
||
306 | KeyOz | 412 | <property name="sizeHint" stdset="0"> |
167 | KeyOz | 413 | <size> |
306 | KeyOz | 414 | <width>20</width> |
415 | <height>40</height> |
||
167 | KeyOz | 416 | </size> |
417 | </property> |
||
418 | </spacer> |
||
419 | </item> |
||
306 | KeyOz | 420 | <item row="0" column="0"> |
421 | <widget class="QLabel" name="label_18"> |
||
422 | <property name="font"> |
||
423 | <font> |
||
424 | <weight>75</weight> |
||
425 | <bold>true</bold> |
||
426 | </font> |
||
427 | </property> |
||
428 | <property name="text"> |
||
429 | <string>Navigations-Daten</string> |
||
430 | </property> |
||
431 | </widget> |
||
432 | </item> |
||
167 | KeyOz | 433 | </layout> |
434 | </widget> |
||
306 | KeyOz | 435 | <widget class="QWidget" name="Seite_4"> |
436 | <layout class="QGridLayout" name="gridLayout_15"> |
||
437 | <item row="1" column="0"> |
||
438 | <widget class="QGroupBox" name="groupBox_2"> |
||
439 | <property name="title"> |
||
440 | <string>Plotter</string> |
||
163 | KeyOz | 441 | </property> |
306 | KeyOz | 442 | <layout class="QGridLayout" name="gridLayout_2"> |
443 | <item row="0" column="0"> |
||
444 | <widget class="QLabel" name="label_3"> |
||
445 | <property name="text"> |
||
446 | <string>Angezeigte Datensätze :</string> |
||
447 | </property> |
||
448 | </widget> |
||
163 | KeyOz | 449 | </item> |
306 | KeyOz | 450 | <item row="0" column="1"> |
451 | <widget class="QSpinBox" name="sp_Plotter_Count"> |
||
452 | <property name="minimum"> |
||
453 | <number>50</number> |
||
163 | KeyOz | 454 | </property> |
306 | KeyOz | 455 | <property name="maximum"> |
456 | <number>250</number> |
||
163 | KeyOz | 457 | </property> |
306 | KeyOz | 458 | <property name="singleStep"> |
459 | <number>5</number> |
||
460 | </property> |
||
461 | <property name="value"> |
||
462 | <number>100</number> |
||
463 | </property> |
||
163 | KeyOz | 464 | </widget> |
465 | </item> |
||
466 | </layout> |
||
467 | </widget> |
||
468 | </item> |
||
306 | KeyOz | 469 | <item row="2" column="0"> |
470 | <spacer name="verticalSpacer_9"> |
||
471 | <property name="orientation"> |
||
472 | <enum>Qt::Vertical</enum> |
||
163 | KeyOz | 473 | </property> |
306 | KeyOz | 474 | <property name="sizeHint" stdset="0"> |
475 | <size> |
||
476 | <width>20</width> |
||
477 | <height>40</height> |
||
478 | </size> |
||
479 | </property> |
||
480 | </spacer> |
||
481 | </item> |
||
482 | <item row="0" column="0"> |
||
483 | <widget class="QLabel" name="label_19"> |
||
484 | <property name="font"> |
||
485 | <font> |
||
486 | <weight>75</weight> |
||
487 | <bold>true</bold> |
||
488 | </font> |
||
489 | </property> |
||
490 | <property name="text"> |
||
491 | <string>Plotter-Einstellungen</string> |
||
492 | </property> |
||
493 | </widget> |
||
494 | </item> |
||
495 | </layout> |
||
496 | </widget> |
||
497 | <widget class="QWidget" name="Seite_5"> |
||
498 | <layout class="QGridLayout" name="gridLayout_14"> |
||
499 | <item row="0" column="0"> |
||
500 | <widget class="QLabel" name="label_23"> |
||
501 | <property name="font"> |
||
502 | <font> |
||
503 | <weight>75</weight> |
||
504 | <bold>true</bold> |
||
505 | </font> |
||
506 | </property> |
||
507 | <property name="text"> |
||
508 | <string>Verzeichnisse</string> |
||
509 | </property> |
||
510 | </widget> |
||
511 | </item> |
||
512 | <item row="1" column="0"> |
||
513 | <widget class="QGroupBox" name="groupBox_12"> |
||
514 | <property name="title"> |
||
515 | <string/> |
||
516 | </property> |
||
517 | <layout class="QGridLayout" name="gridLayout_11"> |
||
518 | <item row="0" column="0"> |
||
519 | <widget class="QLabel" name="label_24"> |
||
520 | <property name="text"> |
||
521 | <string>Verzeichniss für CVS-Dateien (Datenrecorder)</string> |
||
522 | </property> |
||
523 | </widget> |
||
163 | KeyOz | 524 | </item> |
306 | KeyOz | 525 | <item row="1" column="0"> |
526 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
||
527 | <item> |
||
528 | <widget class="QPushButton" name="pb_DIR_CVS"> |
||
529 | <property name="text"> |
||
530 | <string/> |
||
531 | </property> |
||
532 | <property name="icon"> |
||
533 | <iconset resource="../MKTool.qrc"> |
||
534 | <normaloff>:/Actions/Images/Actions/Folder-Open.png</normaloff>:/Actions/Images/Actions/Folder-Open.png</iconset> |
||
535 | </property> |
||
536 | </widget> |
||
537 | </item> |
||
538 | <item> |
||
539 | <widget class="QLineEdit" name="le_DIR_CVS"/> |
||
540 | </item> |
||
541 | </layout> |
||
542 | </item> |
||
543 | <item row="2" column="0"> |
||
544 | <widget class="QLabel" name="label_25"> |
||
545 | <property name="text"> |
||
546 | <string>Verzeichniss für Setting-Dateien</string> |
||
163 | KeyOz | 547 | </property> |
306 | KeyOz | 548 | </widget> |
549 | </item> |
||
550 | <item row="3" column="0"> |
||
551 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
||
552 | <item> |
||
553 | <widget class="QPushButton" name="pb_DIR_SET"> |
||
554 | <property name="text"> |
||
555 | <string/> |
||
556 | </property> |
||
557 | <property name="icon"> |
||
558 | <iconset resource="../MKTool.qrc"> |
||
559 | <normaloff>:/Actions/Images/Actions/Folder-Open.png</normaloff>:/Actions/Images/Actions/Folder-Open.png</iconset> |
||
560 | </property> |
||
561 | </widget> |
||
562 | </item> |
||
563 | <item> |
||
564 | <widget class="QLineEdit" name="le_DIR_SET"/> |
||
565 | </item> |
||
566 | </layout> |
||
567 | </item> |
||
568 | <item row="4" column="0"> |
||
569 | <widget class="QLabel" name="label_26"> |
||
570 | <property name="text"> |
||
571 | <string>Verzeichniss für Karten-Cache</string> |
||
163 | KeyOz | 572 | </property> |
573 | </widget> |
||
574 | </item> |
||
306 | KeyOz | 575 | <item row="5" column="0"> |
576 | <layout class="QHBoxLayout" name="horizontalLayout_4"> |
||
577 | <item> |
||
578 | <widget class="QPushButton" name="pb_DIR_CACHE"> |
||
579 | <property name="text"> |
||
580 | <string/> |
||
581 | </property> |
||
582 | <property name="icon"> |
||
583 | <iconset resource="../MKTool.qrc"> |
||
584 | <normaloff>:/Actions/Images/Actions/Folder-Open.png</normaloff>:/Actions/Images/Actions/Folder-Open.png</iconset> |
||
585 | </property> |
||
586 | </widget> |
||
587 | </item> |
||
588 | <item> |
||
589 | <widget class="QLineEdit" name="le_DIR_CACHE"/> |
||
590 | </item> |
||
591 | </layout> |
||
592 | </item> |
||
163 | KeyOz | 593 | </layout> |
594 | </widget> |
||
595 | </item> |
||
306 | KeyOz | 596 | <item row="2" column="0"> |
597 | <spacer name="verticalSpacer_2"> |
||
598 | <property name="orientation"> |
||
163 | KeyOz | 599 | <enum>Qt::Vertical</enum> |
600 | </property> |
||
306 | KeyOz | 601 | <property name="sizeHint" stdset="0"> |
163 | KeyOz | 602 | <size> |
603 | <width>20</width> |
||
306 | KeyOz | 604 | <height>40</height> |
163 | KeyOz | 605 | </size> |
606 | </property> |
||
607 | </spacer> |
||
608 | </item> |
||
609 | </layout> |
||
610 | </widget> |
||
306 | KeyOz | 611 | <widget class="QWidget" name="Seite_6"> |
612 | <layout class="QGridLayout" name="gridLayout_18"> |
||
613 | <item row="1" column="0"> |
||
614 | <widget class="QGroupBox" name="groupBox_7"> |
||
615 | <property name="title"> |
||
167 | KeyOz | 616 | <string>Server</string> |
617 | </property> |
||
306 | KeyOz | 618 | <layout class="QGridLayout" name="gridLayout_8"> |
619 | <item row="0" column="0"> |
||
620 | <widget class="QLabel" name="label_7"> |
||
621 | <property name="text"> |
||
167 | KeyOz | 622 | <string>Serverport: </string> |
623 | </property> |
||
624 | </widget> |
||
625 | </item> |
||
306 | KeyOz | 626 | <item row="0" column="1"> |
627 | <widget class="QLineEdit" name="le_ServerPort"> |
||
628 | <property name="text"> |
||
167 | KeyOz | 629 | <string>10664</string> |
630 | </property> |
||
631 | </widget> |
||
632 | </item> |
||
306 | KeyOz | 633 | <item row="1" column="0" colspan="2"> |
634 | <widget class="QCheckBox" name="cb_StartServer"> |
||
635 | <property name="text"> |
||
636 | <string>KML-Server automatisch starten</string> |
||
167 | KeyOz | 637 | </property> |
638 | </widget> |
||
639 | </item> |
||
640 | </layout> |
||
641 | </widget> |
||
642 | </item> |
||
306 | KeyOz | 643 | <item row="2" column="0"> |
644 | <widget class="QGroupBox" name="groupBox_8"> |
||
645 | <property name="title"> |
||
167 | KeyOz | 646 | <string>Datenanzeige</string> |
647 | </property> |
||
306 | KeyOz | 648 | <layout class="QGridLayout" name="gridLayout_9"> |
649 | <item row="0" column="0"> |
||
650 | <widget class="QCheckBox" name="cb_ToGround"> |
||
651 | <property name="text"> |
||
167 | KeyOz | 652 | <string>Höhe bis zum Boden verlängern</string> |
653 | </property> |
||
654 | </widget> |
||
655 | </item> |
||
656 | </layout> |
||
657 | </widget> |
||
658 | </item> |
||
306 | KeyOz | 659 | <item row="3" column="0"> |
660 | <spacer name="verticalSpacer_11"> |
||
661 | <property name="orientation"> |
||
167 | KeyOz | 662 | <enum>Qt::Vertical</enum> |
663 | </property> |
||
306 | KeyOz | 664 | <property name="sizeHint" stdset="0"> |
167 | KeyOz | 665 | <size> |
306 | KeyOz | 666 | <width>290</width> |
667 | <height>54</height> |
||
167 | KeyOz | 668 | </size> |
669 | </property> |
||
670 | </spacer> |
||
671 | </item> |
||
306 | KeyOz | 672 | <item row="0" column="0"> |
673 | <widget class="QLabel" name="label_22"> |
||
674 | <property name="font"> |
||
675 | <font> |
||
676 | <weight>75</weight> |
||
677 | <bold>true</bold> |
||
678 | </font> |
||
679 | </property> |
||
680 | <property name="text"> |
||
681 | <string>KML-Datenserver</string> |
||
682 | </property> |
||
683 | </widget> |
||
684 | </item> |
||
167 | KeyOz | 685 | </layout> |
686 | </widget> |
||
306 | KeyOz | 687 | <widget class="QWidget" name="Seite_7"> |
688 | <layout class="QGridLayout" name="gridLayout_17"> |
||
689 | <item row="1" column="0"> |
||
690 | <widget class="QGroupBox" name="groupBox_10"> |
||
691 | <property name="enabled"> |
||
272 | KeyOz | 692 | <bool>true</bool> |
227 | KeyOz | 693 | </property> |
306 | KeyOz | 694 | <property name="title"> |
227 | KeyOz | 695 | <string>Server</string> |
696 | </property> |
||
306 | KeyOz | 697 | <layout class="QGridLayout" name="gridLayout_12"> |
698 | <item row="0" column="0"> |
||
699 | <widget class="QLabel" name="label_12"> |
||
700 | <property name="text"> |
||
227 | KeyOz | 701 | <string>Server:</string> |
702 | </property> |
||
703 | </widget> |
||
704 | </item> |
||
306 | KeyOz | 705 | <item row="0" column="1"> |
706 | <widget class="QLineEdit" name="le_QMKS_Host"> |
||
707 | <property name="text"> |
||
272 | KeyOz | 708 | <string/> |
227 | KeyOz | 709 | </property> |
710 | </widget> |
||
711 | </item> |
||
306 | KeyOz | 712 | <item row="1" column="0"> |
713 | <widget class="QLabel" name="label_13"> |
||
714 | <property name="text"> |
||
227 | KeyOz | 715 | <string>Port:</string> |
716 | </property> |
||
717 | </widget> |
||
718 | </item> |
||
306 | KeyOz | 719 | <item row="1" column="1"> |
720 | <widget class="QLineEdit" name="le_QMKS_Port"> |
||
721 | <property name="text"> |
||
272 | KeyOz | 722 | <string/> |
227 | KeyOz | 723 | </property> |
724 | </widget> |
||
725 | </item> |
||
726 | </layout> |
||
727 | </widget> |
||
728 | </item> |
||
306 | KeyOz | 729 | <item row="2" column="0"> |
730 | <widget class="QGroupBox" name="groupBox_11"> |
||
731 | <property name="enabled"> |
||
272 | KeyOz | 732 | <bool>true</bool> |
227 | KeyOz | 733 | </property> |
306 | KeyOz | 734 | <property name="title"> |
227 | KeyOz | 735 | <string>Logindaten</string> |
736 | </property> |
||
306 | KeyOz | 737 | <layout class="QGridLayout" name="gridLayout_13"> |
738 | <item row="0" column="0"> |
||
739 | <widget class="QLabel" name="label_14"> |
||
740 | <property name="text"> |
||
227 | KeyOz | 741 | <string>Loginname:</string> |
742 | </property> |
||
743 | </widget> |
||
744 | </item> |
||
306 | KeyOz | 745 | <item row="0" column="1"> |
746 | <widget class="QLineEdit" name="le_Login"/> |
||
227 | KeyOz | 747 | </item> |
306 | KeyOz | 748 | <item row="1" column="0"> |
749 | <widget class="QLabel" name="label_15"> |
||
750 | <property name="text"> |
||
227 | KeyOz | 751 | <string>Password:</string> |
752 | </property> |
||
753 | </widget> |
||
754 | </item> |
||
306 | KeyOz | 755 | <item row="1" column="1"> |
756 | <widget class="QLineEdit" name="le_Password"> |
||
757 | <property name="echoMode"> |
||
227 | KeyOz | 758 | <enum>QLineEdit::Password</enum> |
759 | </property> |
||
760 | </widget> |
||
761 | </item> |
||
762 | </layout> |
||
763 | </widget> |
||
764 | </item> |
||
306 | KeyOz | 765 | <item row="3" column="0"> |
766 | <spacer name="verticalSpacer_12"> |
||
767 | <property name="orientation"> |
||
768 | <enum>Qt::Vertical</enum> |
||
769 | </property> |
||
770 | <property name="sizeHint" stdset="0"> |
||
771 | <size> |
||
772 | <width>290</width> |
||
773 | <height>21</height> |
||
774 | </size> |
||
775 | </property> |
||
776 | </spacer> |
||
777 | </item> |
||
778 | <item row="0" column="0"> |
||
779 | <widget class="QLabel" name="label_21"> |
||
780 | <property name="font"> |
||
781 | <font> |
||
782 | <weight>75</weight> |
||
783 | <bold>true</bold> |
||
784 | </font> |
||
785 | </property> |
||
786 | <property name="text"> |
||
787 | <string>QMK-Datenserver Verbindung & Login</string> |
||
788 | </property> |
||
789 | </widget> |
||
790 | </item> |
||
227 | KeyOz | 791 | </layout> |
792 | </widget> |
||
306 | KeyOz | 793 | <widget class="QWidget" name="Seite_8"> |
794 | <layout class="QGridLayout" name="gridLayout_20"> |
||
795 | <item row="0" column="0"> |
||
796 | <widget class="QLabel" name="label_20"> |
||
797 | <property name="font"> |
||
798 | <font> |
||
799 | <weight>75</weight> |
||
800 | <bold>true</bold> |
||
801 | </font> |
||
802 | </property> |
||
803 | <property name="text"> |
||
804 | <string>Firmware Flash & Update</string> |
||
805 | </property> |
||
806 | </widget> |
||
807 | </item> |
||
808 | <item row="1" column="0"> |
||
809 | <widget class="QGroupBox" name="groupBox_3"> |
||
810 | <property name="title"> |
||
811 | <string>Pfad zu AVRDUDE </string> |
||
812 | </property> |
||
813 | <layout class="QGridLayout" name="gridLayout_19"> |
||
814 | <item row="0" column="0"> |
||
815 | <widget class="QPushButton" name="pb_PATH_AVRDUDE"> |
||
816 | <property name="text"> |
||
817 | <string/> |
||
818 | </property> |
||
819 | <property name="icon"> |
||
820 | <iconset resource="../MKTool.qrc"> |
||
821 | <normaloff>:/Actions/Images/Actions/Folder-Open.png</normaloff>:/Actions/Images/Actions/Folder-Open.png</iconset> |
||
822 | </property> |
||
823 | </widget> |
||
824 | </item> |
||
825 | <item row="0" column="1"> |
||
826 | <widget class="QLineEdit" name="le_PATH_AVRDUDE"/> |
||
827 | </item> |
||
828 | </layout> |
||
829 | </widget> |
||
830 | </item> |
||
831 | <item row="2" column="0"> |
||
832 | <widget class="QGroupBox" name="groupBox_6"> |
||
833 | <property name="enabled"> |
||
834 | <bool>false</bool> |
||
835 | </property> |
||
836 | <property name="title"> |
||
837 | <string>ISP-Adapter (Flash AVR)</string> |
||
838 | </property> |
||
839 | <layout class="QGridLayout" name="gridLayout_5"> |
||
840 | <item row="0" column="0"> |
||
841 | <widget class="QLabel" name="label_4"> |
||
842 | <property name="text"> |
||
843 | <string>ISP-Adapter: </string> |
||
844 | </property> |
||
845 | </widget> |
||
846 | </item> |
||
847 | <item row="0" column="1"> |
||
848 | <widget class="QComboBox" name="comboBox"> |
||
849 | <item> |
||
850 | <property name="text"> |
||
851 | <string>Sercon</string> |
||
852 | </property> |
||
853 | </item> |
||
854 | <item> |
||
855 | <property name="text"> |
||
856 | <string>STK200</string> |
||
857 | </property> |
||
858 | </item> |
||
859 | <item> |
||
860 | <property name="text"> |
||
861 | <string>USBProg</string> |
||
862 | </property> |
||
863 | </item> |
||
864 | <item> |
||
865 | <property name="text"> |
||
866 | <string>Atmel AVR ISP (STK500)</string> |
||
867 | </property> |
||
868 | </item> |
||
869 | <item> |
||
870 | <property name="text"> |
||
871 | <string>Atmel AVR ISP mkII (STK500v1)</string> |
||
872 | </property> |
||
873 | </item> |
||
874 | <item> |
||
875 | <property name="text"> |
||
876 | <string>Atmel AVR ISP mkII (STK500v2)</string> |
||
877 | </property> |
||
878 | </item> |
||
879 | </widget> |
||
880 | </item> |
||
881 | <item row="1" column="0"> |
||
882 | <widget class="QLabel" name="label_5"> |
||
883 | <property name="text"> |
||
884 | <string>Device: </string> |
||
885 | </property> |
||
886 | </widget> |
||
887 | </item> |
||
888 | <item row="1" column="1"> |
||
889 | <widget class="QLineEdit" name="lineEdit_2"/> |
||
890 | </item> |
||
891 | <item row="2" column="0" colspan="2"> |
||
892 | <widget class="QCheckBox" name="checkBox_2"> |
||
893 | <property name="text"> |
||
894 | <string>Serielle Firmeware-Updates mit AVRDUDE</string> |
||
895 | </property> |
||
896 | </widget> |
||
897 | </item> |
||
898 | </layout> |
||
899 | </widget> |
||
900 | </item> |
||
901 | <item row="3" column="0"> |
||
902 | <spacer name="verticalSpacer"> |
||
903 | <property name="orientation"> |
||
904 | <enum>Qt::Vertical</enum> |
||
905 | </property> |
||
906 | <property name="sizeHint" stdset="0"> |
||
907 | <size> |
||
908 | <width>20</width> |
||
909 | <height>40</height> |
||
910 | </size> |
||
911 | </property> |
||
912 | </spacer> |
||
913 | </item> |
||
914 | </layout> |
||
915 | </widget> |
||
163 | KeyOz | 916 | </widget> |
917 | </item> |
||
159 | KeyOz | 918 | </layout> |
919 | </widget> |
||
163 | KeyOz | 920 | <resources> |
306 | KeyOz | 921 | <include location="../MKTool.qrc"/> |
163 | KeyOz | 922 | </resources> |
159 | KeyOz | 923 | <connections> |
924 | <connection> |
||
925 | <sender>okButton</sender> |
||
926 | <signal>clicked()</signal> |
||
927 | <receiver>dlg_Preferences_UI</receiver> |
||
928 | <slot>accept()</slot> |
||
929 | <hints> |
||
306 | KeyOz | 930 | <hint type="sourcelabel"> |
159 | KeyOz | 931 | <x>278</x> |
932 | <y>253</y> |
||
933 | </hint> |
||
306 | KeyOz | 934 | <hint type="destinationlabel"> |
159 | KeyOz | 935 | <x>96</x> |
936 | <y>254</y> |
||
937 | </hint> |
||
938 | </hints> |
||
939 | </connection> |
||
940 | <connection> |
||
941 | <sender>cancelButton</sender> |
||
942 | <signal>clicked()</signal> |
||
943 | <receiver>dlg_Preferences_UI</receiver> |
||
944 | <slot>reject()</slot> |
||
945 | <hints> |
||
306 | KeyOz | 946 | <hint type="sourcelabel"> |
159 | KeyOz | 947 | <x>369</x> |
948 | <y>253</y> |
||
949 | </hint> |
||
306 | KeyOz | 950 | <hint type="destinationlabel"> |
159 | KeyOz | 951 | <x>179</x> |
952 | <y>282</y> |
||
953 | </hint> |
||
954 | </hints> |
||
955 | </connection> |
||
306 | KeyOz | 956 | <connection> |
957 | <sender>listWidget</sender> |
||
958 | <signal>currentRowChanged(int)</signal> |
||
959 | <receiver>stackedWidget</receiver> |
||
960 | <slot>setCurrentIndex(int)</slot> |
||
961 | <hints> |
||
962 | <hint type="sourcelabel"> |
||
963 | <x>90</x> |
||
964 | <y>265</y> |
||
965 | </hint> |
||
966 | <hint type="destinationlabel"> |
||
967 | <x>439</x> |
||
968 | <y>369</y> |
||
969 | </hint> |
||
970 | </hints> |
||
971 | </connection> |
||
159 | KeyOz | 972 | </connections> |
973 | </ui> |