Rev 750 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
674 | KeyOz | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> |
||
3 | <class>dlg_Main_UI</class> |
||
4 | <widget class="QMainWindow" name="dlg_Main_UI"> |
||
5 | <property name="geometry"> |
||
6 | <rect> |
||
7 | <x>0</x> |
||
8 | <y>0</y> |
||
9 | <width>711</width> |
||
10 | <height>404</height> |
||
11 | </rect> |
||
12 | </property> |
||
13 | <property name="windowTitle"> |
||
14 | <string>QMK</string> |
||
15 | </property> |
||
16 | <property name="windowIcon"> |
||
17 | <iconset resource="../QMK-Maps.qrc"> |
||
18 | <normaloff>:/Icon/Global/Images/Icons/QMK-Maps.png</normaloff>:/Icon/Global/Images/Icons/QMK-Maps.png</iconset> |
||
19 | </property> |
||
20 | <widget class="QWidget" name="centralWidget"> |
||
21 | <layout class="QGridLayout" name="gridLayout_6"> |
||
22 | <item row="0" column="1" colspan="2"> |
||
23 | <widget class="QFrame" name="frame"> |
||
24 | <property name="frameShape"> |
||
25 | <enum>QFrame::StyledPanel</enum> |
||
26 | </property> |
||
27 | <property name="frameShadow"> |
||
28 | <enum>QFrame::Raised</enum> |
||
29 | </property> |
||
30 | <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,0,0,0,0,0"> |
||
31 | <property name="spacing"> |
||
32 | <number>2</number> |
||
33 | </property> |
||
34 | <property name="margin"> |
||
35 | <number>2</number> |
||
36 | </property> |
||
37 | <item> |
||
38 | <widget class="QToolButton" name="btn_Connect"> |
||
39 | <property name="text"> |
||
40 | <string>...</string> |
||
41 | </property> |
||
42 | <property name="icon"> |
||
43 | <iconset resource="../QMK-Maps.qrc"> |
||
44 | <normaloff>:/Actions/Global/Images/Actions/Connection-NO.png</normaloff> |
||
45 | <normalon>:/Actions/Global/Images/Actions/Connection-OK.png</normalon>:/Actions/Global/Images/Actions/Connection-NO.png</iconset> |
||
46 | </property> |
||
47 | <property name="checkable"> |
||
48 | <bool>true</bool> |
||
49 | </property> |
||
50 | <property name="checked"> |
||
51 | <bool>false</bool> |
||
52 | </property> |
||
53 | </widget> |
||
54 | </item> |
||
55 | <item> |
||
56 | <widget class="QLabel" name="label"> |
||
57 | <property name="text"> |
||
58 | <string>Server:</string> |
||
59 | </property> |
||
60 | </widget> |
||
61 | </item> |
||
62 | <item> |
||
63 | <widget class="QComboBox" name="cb_Server"> |
||
64 | <property name="minimumSize"> |
||
65 | <size> |
||
66 | <width>120</width> |
||
67 | <height>0</height> |
||
68 | </size> |
||
69 | </property> |
||
70 | <property name="editable"> |
||
71 | <bool>true</bool> |
||
72 | </property> |
||
73 | </widget> |
||
74 | </item> |
||
75 | <item> |
||
76 | <widget class="QLabel" name="label_4"> |
||
77 | <property name="text"> |
||
78 | <string>PW:</string> |
||
79 | </property> |
||
80 | </widget> |
||
81 | </item> |
||
82 | <item> |
||
83 | <widget class="QLineEdit" name="le_Password"> |
||
84 | <property name="sizePolicy"> |
||
85 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
||
86 | <horstretch>0</horstretch> |
||
87 | <verstretch>0</verstretch> |
||
88 | </sizepolicy> |
||
89 | </property> |
||
90 | <property name="minimumSize"> |
||
91 | <size> |
||
92 | <width>120</width> |
||
93 | <height>0</height> |
||
94 | </size> |
||
95 | </property> |
||
96 | <property name="text"> |
||
97 | <string/> |
||
98 | </property> |
||
99 | <property name="echoMode"> |
||
100 | <enum>QLineEdit::Password</enum> |
||
101 | </property> |
||
102 | </widget> |
||
103 | </item> |
||
104 | <item> |
||
105 | <widget class="Line" name="line"> |
||
106 | <property name="orientation"> |
||
107 | <enum>Qt::Vertical</enum> |
||
108 | </property> |
||
109 | </widget> |
||
110 | </item> |
||
111 | <item> |
||
112 | <widget class="QLabel" name="label_3"> |
||
113 | <property name="text"> |
||
114 | <string>Intervall:</string> |
||
115 | </property> |
||
116 | </widget> |
||
117 | </item> |
||
118 | <item> |
||
119 | <widget class="QSpinBox" name="sb_Intervall"> |
||
120 | <property name="minimumSize"> |
||
121 | <size> |
||
122 | <width>80</width> |
||
123 | <height>0</height> |
||
124 | </size> |
||
125 | </property> |
||
126 | <property name="suffix"> |
||
127 | <string> ms</string> |
||
128 | </property> |
||
129 | <property name="maximum"> |
||
130 | <number>5000</number> |
||
131 | </property> |
||
132 | <property name="singleStep"> |
||
133 | <number>50</number> |
||
134 | </property> |
||
135 | <property name="value"> |
||
136 | <number>500</number> |
||
137 | </property> |
||
138 | </widget> |
||
139 | </item> |
||
140 | <item> |
||
141 | <spacer name="horizontalSpacer_2"> |
||
142 | <property name="orientation"> |
||
143 | <enum>Qt::Horizontal</enum> |
||
144 | </property> |
||
145 | <property name="sizeHint" stdset="0"> |
||
146 | <size> |
||
147 | <width>35</width> |
||
148 | <height>20</height> |
||
149 | </size> |
||
150 | </property> |
||
151 | </spacer> |
||
152 | </item> |
||
153 | </layout> |
||
154 | </widget> |
||
155 | </item> |
||
156 | <item row="1" column="1"> |
||
157 | <widget class="QFrame" name="frame_3"> |
||
158 | <property name="frameShape"> |
||
159 | <enum>QFrame::StyledPanel</enum> |
||
160 | </property> |
||
161 | <property name="frameShadow"> |
||
162 | <enum>QFrame::Raised</enum> |
||
163 | </property> |
||
164 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
||
165 | <property name="spacing"> |
||
166 | <number>2</number> |
||
167 | </property> |
||
168 | <property name="margin"> |
||
169 | <number>2</number> |
||
170 | </property> |
||
171 | <item> |
||
172 | <widget class="QLabel" name="label_7"> |
||
173 | <property name="text"> |
||
174 | <string>WP:</string> |
||
175 | </property> |
||
176 | </widget> |
||
177 | </item> |
||
178 | <item> |
||
179 | <widget class="QLineEdit" name="le_WP"> |
||
180 | <property name="sizePolicy"> |
||
181 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
||
182 | <horstretch>50</horstretch> |
||
183 | <verstretch>0</verstretch> |
||
184 | </sizepolicy> |
||
185 | </property> |
||
186 | <property name="minimumSize"> |
||
187 | <size> |
||
188 | <width>50</width> |
||
189 | <height>0</height> |
||
190 | </size> |
||
191 | </property> |
||
192 | <property name="maximumSize"> |
||
193 | <size> |
||
194 | <width>50</width> |
||
195 | <height>16777215</height> |
||
196 | </size> |
||
197 | </property> |
||
198 | <property name="text"> |
||
199 | <string/> |
||
200 | </property> |
||
201 | <property name="alignment"> |
||
202 | <set>Qt::AlignCenter</set> |
||
203 | </property> |
||
204 | <property name="readOnly"> |
||
205 | <bool>true</bool> |
||
206 | </property> |
||
207 | </widget> |
||
208 | </item> |
||
209 | <item> |
||
210 | <widget class="QLineEdit" name="le_WPTime"> |
||
211 | <property name="minimumSize"> |
||
212 | <size> |
||
213 | <width>50</width> |
||
214 | <height>0</height> |
||
215 | </size> |
||
216 | </property> |
||
217 | <property name="maximumSize"> |
||
218 | <size> |
||
219 | <width>50</width> |
||
220 | <height>16777215</height> |
||
221 | </size> |
||
222 | </property> |
||
223 | <property name="alignment"> |
||
224 | <set>Qt::AlignCenter</set> |
||
225 | </property> |
||
226 | <property name="readOnly"> |
||
227 | <bool>true</bool> |
||
228 | </property> |
||
229 | </widget> |
||
230 | </item> |
||
231 | <item> |
||
232 | <widget class="QLineEdit" name="le_WPDist"> |
||
233 | <property name="minimumSize"> |
||
234 | <size> |
||
235 | <width>60</width> |
||
236 | <height>0</height> |
||
237 | </size> |
||
238 | </property> |
||
239 | <property name="maximumSize"> |
||
240 | <size> |
||
241 | <width>60</width> |
||
242 | <height>16777215</height> |
||
243 | </size> |
||
244 | </property> |
||
245 | <property name="text"> |
||
246 | <string/> |
||
247 | </property> |
||
248 | <property name="alignment"> |
||
249 | <set>Qt::AlignCenter</set> |
||
250 | </property> |
||
251 | <property name="readOnly"> |
||
252 | <bool>true</bool> |
||
253 | </property> |
||
254 | </widget> |
||
255 | </item> |
||
256 | <item> |
||
257 | <widget class="QLabel" name="label_9"> |
||
258 | <property name="text"> |
||
259 | <string>Home:</string> |
||
260 | </property> |
||
261 | </widget> |
||
262 | </item> |
||
263 | <item> |
||
264 | <widget class="QLineEdit" name="le_HomeDist"> |
||
265 | <property name="minimumSize"> |
||
266 | <size> |
||
267 | <width>60</width> |
||
268 | <height>0</height> |
||
269 | </size> |
||
270 | </property> |
||
271 | <property name="maximumSize"> |
||
272 | <size> |
||
273 | <width>60</width> |
||
274 | <height>16777215</height> |
||
275 | </size> |
||
276 | </property> |
||
277 | <property name="text"> |
||
278 | <string/> |
||
279 | </property> |
||
280 | <property name="alignment"> |
||
281 | <set>Qt::AlignCenter</set> |
||
282 | </property> |
||
283 | <property name="readOnly"> |
||
284 | <bool>true</bool> |
||
285 | </property> |
||
286 | </widget> |
||
287 | </item> |
||
288 | <item> |
||
289 | <widget class="QLabel" name="label_8"> |
||
290 | <property name="text"> |
||
291 | <string>Mode:</string> |
||
292 | </property> |
||
293 | </widget> |
||
294 | </item> |
||
295 | <item> |
||
296 | <widget class="QLineEdit" name="le_Mode"> |
||
297 | <property name="minimumSize"> |
||
298 | <size> |
||
299 | <width>120</width> |
||
300 | <height>0</height> |
||
301 | </size> |
||
302 | </property> |
||
303 | <property name="maximumSize"> |
||
304 | <size> |
||
305 | <width>120</width> |
||
306 | <height>16777215</height> |
||
307 | </size> |
||
308 | </property> |
||
309 | <property name="alignment"> |
||
310 | <set>Qt::AlignCenter</set> |
||
311 | </property> |
||
312 | <property name="readOnly"> |
||
313 | <bool>true</bool> |
||
314 | </property> |
||
315 | </widget> |
||
316 | </item> |
||
317 | <item> |
||
318 | <spacer name="horizontalSpacer"> |
||
319 | <property name="orientation"> |
||
320 | <enum>Qt::Horizontal</enum> |
||
321 | </property> |
||
322 | <property name="sizeHint" stdset="0"> |
||
323 | <size> |
||
324 | <width>138</width> |
||
325 | <height>20</height> |
||
326 | </size> |
||
327 | </property> |
||
328 | </spacer> |
||
329 | </item> |
||
330 | </layout> |
||
331 | </widget> |
||
332 | </item> |
||
333 | <item row="1" column="2" rowspan="4"> |
||
334 | <layout class="QVBoxLayout" name="verticalLayout"> |
||
335 | <item> |
||
336 | <widget class="QGroupBox" name="groupBox"> |
||
337 | <property name="title"> |
||
338 | <string>Route</string> |
||
339 | </property> |
||
340 | <layout class="QGridLayout" name="gridLayout_2"> |
||
341 | <item row="0" column="0"> |
||
342 | <widget class="QLabel" name="label_6"> |
||
343 | <property name="text"> |
||
344 | <string>Verweilzeit</string> |
||
345 | </property> |
||
346 | </widget> |
||
347 | </item> |
||
348 | <item row="2" column="0"> |
||
349 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
||
350 | <item> |
||
351 | <widget class="QSpinBox" name="sb_Time"> |
||
352 | <property name="maximum"> |
||
353 | <number>300</number> |
||
354 | </property> |
||
355 | <property name="value"> |
||
356 | <number>10</number> |
||
357 | </property> |
||
358 | </widget> |
||
359 | </item> |
||
360 | <item> |
||
361 | <widget class="QLabel" name="label_2"> |
||
362 | <property name="text"> |
||
363 | <string>Sek.</string> |
||
364 | </property> |
||
365 | </widget> |
||
366 | </item> |
||
367 | </layout> |
||
368 | </item> |
||
369 | <item row="3" column="0"> |
||
370 | <widget class="QPushButton" name="btn_WPAdd"> |
||
371 | <property name="text"> |
||
372 | <string>hinzufügen</string> |
||
373 | </property> |
||
374 | </widget> |
||
375 | </item> |
||
376 | <item row="4" column="0"> |
||
377 | <widget class="QPushButton" name="btn_WPFly"> |
||
378 | <property name="enabled"> |
||
379 | <bool>false</bool> |
||
380 | </property> |
||
381 | <property name="text"> |
||
382 | <string>abfliegen</string> |
||
383 | </property> |
||
384 | </widget> |
||
385 | </item> |
||
386 | <item row="5" column="0"> |
||
387 | <widget class="QPushButton" name="btn_WPDelete"> |
||
388 | <property name="text"> |
||
389 | <string>löschen</string> |
||
390 | </property> |
||
391 | </widget> |
||
392 | </item> |
||
393 | </layout> |
||
394 | </widget> |
||
395 | </item> |
||
396 | <item> |
||
397 | <widget class="QFrame" name="frame_4"> |
||
398 | <property name="frameShape"> |
||
399 | <enum>QFrame::StyledPanel</enum> |
||
400 | </property> |
||
401 | <property name="frameShadow"> |
||
402 | <enum>QFrame::Raised</enum> |
||
403 | </property> |
||
404 | <layout class="QGridLayout" name="gridLayout_4"> |
||
405 | <item row="2" column="0"> |
||
406 | <widget class="QCheckBox" name="cb_ShowWPs"> |
||
407 | <property name="text"> |
||
408 | <string>ausgewählte |
||
409 | Route anzeigen</string> |
||
410 | </property> |
||
411 | <property name="checked"> |
||
412 | <bool>true</bool> |
||
413 | </property> |
||
414 | </widget> |
||
415 | </item> |
||
416 | <item row="3" column="0"> |
||
417 | <widget class="QCheckBox" name="cb_CenterPos"> |
||
418 | <property name="text"> |
||
419 | <string>auf IST-Position |
||
420 | zentrieren</string> |
||
421 | </property> |
||
422 | <property name="checked"> |
||
423 | <bool>true</bool> |
||
424 | </property> |
||
425 | </widget> |
||
426 | </item> |
||
427 | <item row="1" column="0"> |
||
428 | <widget class="QCheckBox" name="cb_ShowRoute"> |
||
429 | <property name="text"> |
||
430 | <string>geflogene |
||
431 | Route anzeigen</string> |
||
432 | </property> |
||
433 | <property name="checked"> |
||
434 | <bool>true</bool> |
||
435 | </property> |
||
436 | </widget> |
||
437 | </item> |
||
438 | </layout> |
||
439 | </widget> |
||
440 | </item> |
||
441 | <item> |
||
442 | <spacer name="verticalSpacer"> |
||
443 | <property name="orientation"> |
||
444 | <enum>Qt::Vertical</enum> |
||
445 | </property> |
||
446 | <property name="sizeHint" stdset="0"> |
||
447 | <size> |
||
448 | <width>20</width> |
||
449 | <height>40</height> |
||
450 | </size> |
||
451 | </property> |
||
452 | </spacer> |
||
453 | </item> |
||
454 | </layout> |
||
455 | </item> |
||
456 | <item row="2" column="0"> |
||
457 | <spacer name="AAA1"> |
||
458 | <property name="orientation"> |
||
459 | <enum>Qt::Vertical</enum> |
||
460 | </property> |
||
461 | <property name="sizeHint" stdset="0"> |
||
462 | <size> |
||
463 | <width>0</width> |
||
464 | <height>40</height> |
||
465 | </size> |
||
466 | </property> |
||
467 | </spacer> |
||
468 | </item> |
||
469 | <item row="2" column="1"> |
||
470 | <widget class="QFrame" name="w_Map"> |
||
471 | <property name="frameShape"> |
||
472 | <enum>QFrame::StyledPanel</enum> |
||
473 | </property> |
||
474 | <property name="frameShadow"> |
||
475 | <enum>QFrame::Raised</enum> |
||
476 | </property> |
||
477 | <layout class="QGridLayout" name="gridLayout"> |
||
478 | <property name="margin"> |
||
479 | <number>2</number> |
||
480 | </property> |
||
481 | <item row="0" column="0"> |
||
482 | <layout class="QHBoxLayout" name="l_Map"/> |
||
483 | </item> |
||
484 | </layout> |
||
485 | </widget> |
||
486 | </item> |
||
487 | <item row="3" column="0" colspan="2"> |
||
488 | <spacer name="AAA2"> |
||
489 | <property name="orientation"> |
||
490 | <enum>Qt::Horizontal</enum> |
||
491 | </property> |
||
492 | <property name="sizeHint" stdset="0"> |
||
493 | <size> |
||
494 | <width>40</width> |
||
495 | <height>0</height> |
||
496 | </size> |
||
497 | </property> |
||
498 | </spacer> |
||
499 | </item> |
||
500 | <item row="4" column="1"> |
||
501 | <widget class="QFrame" name="frame_2"> |
||
502 | <property name="frameShape"> |
||
503 | <enum>QFrame::StyledPanel</enum> |
||
504 | </property> |
||
505 | <property name="frameShadow"> |
||
506 | <enum>QFrame::Raised</enum> |
||
507 | </property> |
||
508 | <layout class="QGridLayout" name="gridLayout_3"> |
||
509 | <property name="margin"> |
||
510 | <number>2</number> |
||
511 | </property> |
||
512 | <item row="0" column="1"> |
||
513 | <widget class="QSlider" name="sl_Zoom"> |
||
514 | <property name="maximum"> |
||
515 | <number>18</number> |
||
516 | </property> |
||
517 | <property name="pageStep"> |
||
518 | <number>1</number> |
||
519 | </property> |
||
520 | <property name="orientation"> |
||
521 | <enum>Qt::Horizontal</enum> |
||
522 | </property> |
||
523 | <property name="tickPosition"> |
||
524 | <enum>QSlider::NoTicks</enum> |
||
525 | </property> |
||
526 | </widget> |
||
527 | </item> |
||
528 | <item row="0" column="0"> |
||
529 | <widget class="QLabel" name="label_5"> |
||
530 | <property name="text"> |
||
531 | <string>Zoom:</string> |
||
532 | </property> |
||
533 | </widget> |
||
534 | </item> |
||
535 | <item row="0" column="2"> |
||
536 | <widget class="QCheckBox" name="cb_Goto"> |
||
537 | <property name="text"> |
||
538 | <string>Position bei Click Anfliegen</string> |
||
539 | </property> |
||
540 | </widget> |
||
541 | </item> |
||
542 | <item row="0" column="3"> |
||
543 | <widget class="QComboBox" name="cb_Maps"> |
||
544 | <property name="enabled"> |
||
545 | <bool>true</bool> |
||
546 | </property> |
||
547 | <item> |
||
548 | <property name="text"> |
||
549 | <string>OpenStreetMap</string> |
||
550 | </property> |
||
551 | </item> |
||
552 | <item> |
||
553 | <property name="text"> |
||
554 | <string>OpenAerialMap</string> |
||
555 | </property> |
||
556 | </item> |
||
557 | <item> |
||
558 | <property name="text"> |
||
559 | <string>Google: Map</string> |
||
560 | </property> |
||
561 | </item> |
||
562 | <item> |
||
563 | <property name="text"> |
||
564 | <string>Google: Satellit</string> |
||
565 | </property> |
||
566 | </item> |
||
567 | <item> |
||
568 | <property name="text"> |
||
569 | <string>Yahoo: Map </string> |
||
570 | </property> |
||
571 | </item> |
||
572 | <item> |
||
573 | <property name="text"> |
||
574 | <string>Yahoo: Satellit</string> |
||
575 | </property> |
||
576 | </item> |
||
577 | </widget> |
||
578 | </item> |
||
579 | </layout> |
||
580 | </widget> |
||
581 | </item> |
||
582 | </layout> |
||
583 | </widget> |
||
584 | <widget class="QMenuBar" name="menuBar"> |
||
585 | <property name="geometry"> |
||
586 | <rect> |
||
587 | <x>0</x> |
||
588 | <y>0</y> |
||
589 | <width>711</width> |
||
590 | <height>21</height> |
||
591 | </rect> |
||
592 | </property> |
||
593 | <widget class="QMenu" name="menu_Program"> |
||
594 | <property name="title"> |
||
595 | <string>Programm</string> |
||
596 | </property> |
||
597 | <addaction name="ac_Quit"/> |
||
598 | <addaction name="ac_Connect"/> |
||
599 | </widget> |
||
600 | <widget class="QMenu" name="menu_Preferences"> |
||
601 | <property name="enabled"> |
||
602 | <bool>false</bool> |
||
603 | </property> |
||
604 | <property name="title"> |
||
605 | <string>Einstellungen</string> |
||
606 | </property> |
||
607 | </widget> |
||
608 | <widget class="QMenu" name="menu_Help"> |
||
609 | <property name="title"> |
||
610 | <string>Hilfe</string> |
||
611 | </property> |
||
612 | <addaction name="ac_About"/> |
||
613 | </widget> |
||
614 | <widget class="QMenu" name="menuExtras"> |
||
615 | <property name="title"> |
||
616 | <string>Extras</string> |
||
617 | </property> |
||
618 | <addaction name="ac_RouteDelete"/> |
||
619 | </widget> |
||
620 | <widget class="QMenu" name="menuAnsicht"> |
||
621 | <property name="title"> |
||
622 | <string>Ansicht</string> |
||
623 | </property> |
||
624 | <addaction name="ac_Toolbar"/> |
||
625 | </widget> |
||
626 | <addaction name="menu_Program"/> |
||
627 | <addaction name="menuAnsicht"/> |
||
628 | <addaction name="menu_Preferences"/> |
||
629 | <addaction name="menuExtras"/> |
||
630 | <addaction name="menu_Help"/> |
||
631 | </widget> |
||
632 | <widget class="QToolBar" name="ToolBar"> |
||
633 | <property name="windowTitle"> |
||
634 | <string>toolBar</string> |
||
635 | </property> |
||
636 | <property name="movable"> |
||
637 | <bool>false</bool> |
||
638 | </property> |
||
639 | <property name="allowedAreas"> |
||
640 | <set>Qt::LeftToolBarArea</set> |
||
641 | </property> |
||
642 | <property name="iconSize"> |
||
643 | <size> |
||
644 | <width>30</width> |
||
645 | <height>30</height> |
||
646 | </size> |
||
647 | </property> |
||
648 | <property name="toolButtonStyle"> |
||
649 | <enum>Qt::ToolButtonTextUnderIcon</enum> |
||
650 | </property> |
||
651 | <attribute name="toolBarArea"> |
||
652 | <enum>LeftToolBarArea</enum> |
||
653 | </attribute> |
||
654 | <attribute name="toolBarBreak"> |
||
655 | <bool>false</bool> |
||
656 | </attribute> |
||
657 | <addaction name="ac_Connect"/> |
||
658 | <addaction name="separator"/> |
||
659 | <addaction name="ac_LoadRoute"/> |
||
660 | <addaction name="ac_SaveRoute"/> |
||
661 | <addaction name="separator"/> |
||
662 | <addaction name="ac_LoadMap"/> |
||
663 | <addaction name="separator"/> |
||
664 | <addaction name="ac_Record"/> |
||
665 | <addaction name="separator"/> |
||
666 | </widget> |
||
667 | <widget class="QToolBar" name="tb_More"> |
||
668 | <property name="windowTitle"> |
||
669 | <string>toolBar</string> |
||
670 | </property> |
||
671 | <property name="movable"> |
||
672 | <bool>false</bool> |
||
673 | </property> |
||
674 | <property name="allowedAreas"> |
||
675 | <set>Qt::LeftToolBarArea</set> |
||
676 | </property> |
||
677 | <attribute name="toolBarArea"> |
||
678 | <enum>LeftToolBarArea</enum> |
||
679 | </attribute> |
||
680 | <attribute name="toolBarBreak"> |
||
681 | <bool>false</bool> |
||
682 | </attribute> |
||
683 | </widget> |
||
684 | <action name="ac_Quit"> |
||
685 | <property name="icon"> |
||
686 | <iconset resource="../QMK-Maps.qrc"> |
||
687 | <normaloff>:/Actions/Global/Images/Actions/Exit.png</normaloff>:/Actions/Global/Images/Actions/Exit.png</iconset> |
||
688 | </property> |
||
689 | <property name="text"> |
||
690 | <string>Beenden</string> |
||
691 | </property> |
||
692 | </action> |
||
693 | <action name="ac_About"> |
||
694 | <property name="icon"> |
||
695 | <iconset resource="../QMK-Maps.qrc"> |
||
696 | <normaloff>:/Icon/Global/Images/Icons/QMK-Maps.png</normaloff>:/Icon/Global/Images/Icons/QMK-Maps.png</iconset> |
||
697 | </property> |
||
698 | <property name="text"> |
||
699 | <string>Über QMK-Maps</string> |
||
700 | </property> |
||
701 | </action> |
||
702 | <action name="ac_Connect"> |
||
703 | <property name="checkable"> |
||
704 | <bool>true</bool> |
||
705 | </property> |
||
706 | <property name="checked"> |
||
707 | <bool>false</bool> |
||
708 | </property> |
||
709 | <property name="icon"> |
||
710 | <iconset resource="../QMK-Maps.qrc"> |
||
711 | <normaloff>:/Actions/Global/Images/Actions/Connection-NO.png</normaloff> |
||
712 | <normalon>:/Actions/Global/Images/Actions/Connection-OK.png</normalon>:/Actions/Global/Images/Actions/Connection-NO.png</iconset> |
||
713 | </property> |
||
714 | <property name="text"> |
||
715 | <string>Verbinden</string> |
||
716 | </property> |
||
717 | </action> |
||
718 | <action name="ac_LoadRoute"> |
||
719 | <property name="icon"> |
||
720 | <iconset resource="../QMK-Maps.qrc"> |
||
721 | <normaloff>:/Actions/Global/Images/Actions/Load.png</normaloff>:/Actions/Global/Images/Actions/Load.png</iconset> |
||
722 | </property> |
||
723 | <property name="text"> |
||
724 | <string>Route Laden</string> |
||
725 | </property> |
||
726 | </action> |
||
727 | <action name="ac_SaveRoute"> |
||
728 | <property name="icon"> |
||
729 | <iconset resource="../QMK-Maps.qrc"> |
||
730 | <normaloff>:/Actions/Global/Images/Actions/Save.png</normaloff>:/Actions/Global/Images/Actions/Save.png</iconset> |
||
731 | </property> |
||
732 | <property name="text"> |
||
733 | <string>Route Speichern</string> |
||
734 | </property> |
||
735 | </action> |
||
736 | <action name="ac_LoadMap"> |
||
737 | <property name="icon"> |
||
738 | <iconset resource="../QMK-Maps.qrc"> |
||
739 | <normaloff>:/Actions/Global/Images/Actions/Load-Map.png</normaloff>:/Actions/Global/Images/Actions/Load-Map.png</iconset> |
||
740 | </property> |
||
741 | <property name="text"> |
||
742 | <string>Karte laden</string> |
||
743 | </property> |
||
744 | </action> |
||
745 | <action name="ac_Record"> |
||
746 | <property name="checkable"> |
||
747 | <bool>true</bool> |
||
748 | </property> |
||
749 | <property name="icon"> |
||
750 | <iconset resource="../QMK-Maps.qrc"> |
||
751 | <normaloff>:/Actions/Global/Images/Actions/Log-Record.png</normaloff> |
||
752 | <normalon>:/Actions/Global/Images/Actions/Log-Stop.png</normalon>:/Actions/Global/Images/Actions/Log-Record.png</iconset> |
||
753 | </property> |
||
754 | <property name="text"> |
||
755 | <string>Aufzeichnen</string> |
||
756 | </property> |
||
757 | <property name="toolTip"> |
||
758 | <string>Flug aufzeichnen</string> |
||
759 | </property> |
||
760 | </action> |
||
761 | <action name="ac_RouteDelete"> |
||
762 | <property name="text"> |
||
763 | <string>Geflogene Route löschen</string> |
||
764 | </property> |
||
765 | </action> |
||
766 | <action name="ac_Toolbar"> |
||
767 | <property name="checkable"> |
||
768 | <bool>true</bool> |
||
769 | </property> |
||
770 | <property name="checked"> |
||
771 | <bool>true</bool> |
||
772 | </property> |
||
773 | <property name="text"> |
||
774 | <string>Toolbar</string> |
||
775 | </property> |
||
776 | </action> |
||
777 | </widget> |
||
778 | <layoutdefault spacing="6" margin="11"/> |
||
779 | <resources> |
||
780 | <include location="../QMK-Maps.qrc"/> |
||
781 | </resources> |
||
782 | <connections> |
||
783 | <connection> |
||
784 | <sender>ac_Quit</sender> |
||
785 | <signal>triggered()</signal> |
||
786 | <receiver>dlg_Main_UI</receiver> |
||
787 | <slot>close()</slot> |
||
788 | <hints> |
||
789 | <hint type="sourcelabel"> |
||
790 | <x>-1</x> |
||
791 | <y>-1</y> |
||
792 | </hint> |
||
793 | <hint type="destinationlabel"> |
||
794 | <x>182</x> |
||
795 | <y>88</y> |
||
796 | </hint> |
||
797 | </hints> |
||
798 | </connection> |
||
799 | <connection> |
||
800 | <sender>ac_Connect</sender> |
||
801 | <signal>triggered(bool)</signal> |
||
802 | <receiver>btn_Connect</receiver> |
||
803 | <slot>setChecked(bool)</slot> |
||
804 | <hints> |
||
805 | <hint type="sourcelabel"> |
||
806 | <x>-1</x> |
||
807 | <y>-1</y> |
||
808 | </hint> |
||
809 | <hint type="destinationlabel"> |
||
810 | <x>133</x> |
||
811 | <y>51</y> |
||
812 | </hint> |
||
813 | </hints> |
||
814 | </connection> |
||
815 | <connection> |
||
816 | <sender>btn_Connect</sender> |
||
817 | <signal>clicked()</signal> |
||
818 | <receiver>ac_Connect</receiver> |
||
819 | <slot>trigger()</slot> |
||
820 | <hints> |
||
821 | <hint type="sourcelabel"> |
||
822 | <x>133</x> |
||
823 | <y>51</y> |
||
824 | </hint> |
||
825 | <hint type="destinationlabel"> |
||
826 | <x>-1</x> |
||
827 | <y>-1</y> |
||
828 | </hint> |
||
829 | </hints> |
||
830 | </connection> |
||
831 | </connections> |
||
832 | </ui> |