Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
305 | KeyOz | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> |
||
3 | <class>dlg_Map_UI</class> |
||
4 | <widget class="QDialog" name="dlg_Map_UI"> |
||
5 | <property name="geometry"> |
||
6 | <rect> |
||
7 | <x>0</x> |
||
8 | <y>0</y> |
||
9 | <width>600</width> |
||
10 | <height>322</height> |
||
11 | </rect> |
||
12 | </property> |
||
13 | <property name="minimumSize"> |
||
14 | <size> |
||
15 | <width>600</width> |
||
16 | <height>0</height> |
||
17 | </size> |
||
18 | </property> |
||
19 | <property name="windowTitle"> |
||
20 | <string>Flug-Karte</string> |
||
21 | </property> |
||
22 | <layout class="QGridLayout" name="gridLayout_3"> |
||
23 | <item row="0" column="1"> |
||
24 | <widget class="QFrame" name="w_Map"> |
||
25 | <property name="frameShape"> |
||
26 | <enum>QFrame::StyledPanel</enum> |
||
27 | </property> |
||
28 | <property name="frameShadow"> |
||
29 | <enum>QFrame::Raised</enum> |
||
30 | </property> |
||
31 | <layout class="QGridLayout" name="gridLayout_4"> |
||
32 | <item row="0" column="1"> |
||
33 | <layout class="QHBoxLayout" name="l_Map"/> |
||
34 | </item> |
||
35 | </layout> |
||
36 | </widget> |
||
37 | </item> |
||
38 | <item row="0" column="3" rowspan="2"> |
||
39 | <layout class="QVBoxLayout" name="verticalLayout"> |
||
40 | <item> |
||
41 | <widget class="QGroupBox" name="groupBox"> |
||
42 | <property name="title"> |
||
43 | <string>Route</string> |
||
44 | </property> |
||
45 | <layout class="QGridLayout" name="gridLayout"> |
||
46 | <item row="2" column="0"> |
||
47 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
||
48 | <item> |
||
49 | <widget class="QSpinBox" name="sb_Time"> |
||
50 | <property name="maximum"> |
||
51 | <number>300</number> |
||
52 | </property> |
||
53 | <property name="value"> |
||
54 | <number>60</number> |
||
55 | </property> |
||
56 | </widget> |
||
57 | </item> |
||
58 | <item> |
||
59 | <widget class="QLabel" name="label"> |
||
60 | <property name="text"> |
||
61 | <string>Sek.</string> |
||
62 | </property> |
||
63 | </widget> |
||
64 | </item> |
||
65 | </layout> |
||
66 | </item> |
||
67 | <item row="3" column="0"> |
||
68 | <widget class="QPushButton" name="pb_Add"> |
||
69 | <property name="text"> |
||
70 | <string>hinzufügen</string> |
||
71 | </property> |
||
72 | </widget> |
||
73 | </item> |
||
74 | <item row="4" column="0"> |
||
306 | KeyOz | 75 | <widget class="QPushButton" name="pb_SendWaypoints"> |
305 | KeyOz | 76 | <property name="enabled"> |
77 | <bool>false</bool> |
||
78 | </property> |
||
79 | <property name="text"> |
||
80 | <string>abfliegen</string> |
||
81 | </property> |
||
82 | </widget> |
||
83 | </item> |
||
84 | <item row="5" column="0"> |
||
85 | <widget class="QPushButton" name="pb_Delete"> |
||
86 | <property name="text"> |
||
87 | <string>löschen</string> |
||
88 | </property> |
||
89 | </widget> |
||
90 | </item> |
||
91 | <item row="6" column="0"> |
||
92 | <widget class="QCheckBox" name="cb_ShowRoute"> |
||
93 | <property name="text"> |
||
94 | <string>geflogene |
||
95 | Route anzeigen</string> |
||
96 | </property> |
||
306 | KeyOz | 97 | <property name="checked"> |
98 | <bool>true</bool> |
||
99 | </property> |
||
305 | KeyOz | 100 | </widget> |
101 | </item> |
||
102 | <item row="7" column="0"> |
||
103 | <widget class="QCheckBox" name="cb_CenterPos"> |
||
104 | <property name="text"> |
||
105 | <string>auf IST-Position |
||
106 | zentrieren</string> |
||
107 | </property> |
||
306 | KeyOz | 108 | <property name="checked"> |
109 | <bool>true</bool> |
||
110 | </property> |
||
305 | KeyOz | 111 | </widget> |
112 | </item> |
||
113 | <item row="1" column="0"> |
||
114 | <widget class="QLabel" name="label_2"> |
||
115 | <property name="text"> |
||
116 | <string>Verweilzeit</string> |
||
117 | </property> |
||
118 | </widget> |
||
119 | </item> |
||
120 | </layout> |
||
121 | </widget> |
||
122 | </item> |
||
123 | <item> |
||
124 | <widget class="QGroupBox" name="groupBox_2"> |
||
125 | <property name="title"> |
||
126 | <string>Position</string> |
||
127 | </property> |
||
128 | <layout class="QGridLayout" name="gridLayout_2"> |
||
129 | <item row="0" column="0"> |
||
306 | KeyOz | 130 | <widget class="QPushButton" name="pb_Goto"> |
305 | KeyOz | 131 | <property name="text"> |
132 | <string>Anfliegen</string> |
||
133 | </property> |
||
134 | </widget> |
||
135 | </item> |
||
136 | </layout> |
||
137 | </widget> |
||
138 | </item> |
||
139 | <item> |
||
140 | <spacer name="verticalSpacer"> |
||
141 | <property name="orientation"> |
||
142 | <enum>Qt::Vertical</enum> |
||
143 | </property> |
||
144 | <property name="sizeHint" stdset="0"> |
||
145 | <size> |
||
146 | <width>20</width> |
||
147 | <height>40</height> |
||
148 | </size> |
||
149 | </property> |
||
150 | </spacer> |
||
151 | </item> |
||
152 | </layout> |
||
153 | </item> |
||
154 | <item row="1" column="1"> |
||
155 | <layout class="QHBoxLayout" name="horizontalLayout"> |
||
156 | <item> |
||
157 | <widget class="QLabel" name="label_3"> |
||
158 | <property name="text"> |
||
159 | <string>Zoom:</string> |
||
160 | </property> |
||
161 | </widget> |
||
162 | </item> |
||
163 | <item> |
||
164 | <widget class="QSlider" name="sl_Zoom"> |
||
165 | <property name="maximum"> |
||
166 | <number>18</number> |
||
167 | </property> |
||
168 | <property name="pageStep"> |
||
169 | <number>1</number> |
||
170 | </property> |
||
171 | <property name="orientation"> |
||
172 | <enum>Qt::Horizontal</enum> |
||
173 | </property> |
||
174 | <property name="tickPosition"> |
||
175 | <enum>QSlider::NoTicks</enum> |
||
176 | </property> |
||
177 | </widget> |
||
178 | </item> |
||
179 | <item> |
||
180 | <spacer name="horizontalSpacer"> |
||
181 | <property name="orientation"> |
||
182 | <enum>Qt::Horizontal</enum> |
||
183 | </property> |
||
184 | <property name="sizeHint" stdset="0"> |
||
185 | <size> |
||
186 | <width>40</width> |
||
187 | <height>20</height> |
||
188 | </size> |
||
189 | </property> |
||
190 | </spacer> |
||
191 | </item> |
||
192 | <item> |
||
306 | KeyOz | 193 | <widget class="QLabel" name="lb_Maps"> |
305 | KeyOz | 194 | <property name="text"> |
195 | <string>Karten:</string> |
||
196 | </property> |
||
197 | </widget> |
||
198 | </item> |
||
199 | <item> |
||
200 | <widget class="QComboBox" name="cb_Maps"> |
||
201 | <property name="enabled"> |
||
306 | KeyOz | 202 | <bool>true</bool> |
305 | KeyOz | 203 | </property> |
204 | <item> |
||
205 | <property name="text"> |
||
206 | <string>OpenStreetMap</string> |
||
207 | </property> |
||
208 | </item> |
||
209 | <item> |
||
210 | <property name="text"> |
||
306 | KeyOz | 211 | <string>Google: Map</string> |
305 | KeyOz | 212 | </property> |
213 | </item> |
||
214 | <item> |
||
215 | <property name="text"> |
||
306 | KeyOz | 216 | <string>Google: Satellit</string> |
305 | KeyOz | 217 | </property> |
218 | </item> |
||
219 | <item> |
||
220 | <property name="text"> |
||
306 | KeyOz | 221 | <string>Yahoo: Map </string> |
305 | KeyOz | 222 | </property> |
223 | </item> |
||
306 | KeyOz | 224 | <item> |
225 | <property name="text"> |
||
226 | <string>Yahoo: Satellit</string> |
||
227 | </property> |
||
228 | </item> |
||
305 | KeyOz | 229 | </widget> |
230 | </item> |
||
231 | </layout> |
||
232 | </item> |
||
233 | <item row="0" column="2"> |
||
234 | <spacer name="verticalSpacer_2"> |
||
235 | <property name="orientation"> |
||
236 | <enum>Qt::Vertical</enum> |
||
237 | </property> |
||
238 | <property name="sizeHint" stdset="0"> |
||
239 | <size> |
||
240 | <width>2</width> |
||
241 | <height>40</height> |
||
242 | </size> |
||
243 | </property> |
||
244 | </spacer> |
||
245 | </item> |
||
246 | </layout> |
||
247 | </widget> |
||
248 | <resources> |
||
249 | <include location="../MKTool.qrc"/> |
||
250 | </resources> |
||
251 | <connections/> |
||
252 | </ui> |