Subversion Repositories Projects

Rev

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>
361 KeyOz 10
    <height>345</height>
305 KeyOz 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>
361 KeyOz 38
   <item row="0" column="2">
39
    <spacer name="verticalSpacer_2">
40
     <property name="orientation">
41
      <enum>Qt::Vertical</enum>
42
     </property>
43
     <property name="sizeHint" stdset="0">
44
      <size>
45
       <width>2</width>
46
       <height>40</height>
47
      </size>
48
     </property>
49
    </spacer>
50
   </item>
51
   <item row="0" column="3" rowspan="6">
305 KeyOz 52
    <layout class="QVBoxLayout" name="verticalLayout">
53
     <item>
54
      <widget class="QGroupBox" name="groupBox">
55
       <property name="title">
56
        <string>Route</string>
57
       </property>
58
       <layout class="QGridLayout" name="gridLayout">
59
        <item row="2" column="0">
60
         <layout class="QHBoxLayout" name="horizontalLayout_3">
61
          <item>
62
           <widget class="QSpinBox" name="sb_Time">
63
            <property name="maximum">
64
             <number>300</number>
65
            </property>
66
            <property name="value">
67
             <number>60</number>
68
            </property>
69
           </widget>
70
          </item>
71
          <item>
72
           <widget class="QLabel" name="label">
73
            <property name="text">
74
             <string>Sek.</string>
75
            </property>
76
           </widget>
77
          </item>
78
         </layout>
79
        </item>
80
        <item row="3" column="0">
81
         <widget class="QPushButton" name="pb_Add">
82
          <property name="text">
83
           <string>hinzufügen</string>
84
          </property>
85
         </widget>
86
        </item>
87
        <item row="4" column="0">
306 KeyOz 88
         <widget class="QPushButton" name="pb_SendWaypoints">
305 KeyOz 89
          <property name="enabled">
90
           <bool>false</bool>
91
          </property>
92
          <property name="text">
93
           <string>abfliegen</string>
94
          </property>
95
         </widget>
96
        </item>
97
        <item row="5" column="0">
98
         <widget class="QPushButton" name="pb_Delete">
99
          <property name="text">
100
           <string>löschen</string>
101
          </property>
102
         </widget>
103
        </item>
361 KeyOz 104
        <item row="1" column="0">
105
         <widget class="QLabel" name="label_2">
305 KeyOz 106
          <property name="text">
361 KeyOz 107
           <string>Verweilzeit</string>
305 KeyOz 108
          </property>
109
         </widget>
110
        </item>
111
        <item row="7" column="0">
361 KeyOz 112
         <widget class="QPushButton" name="pb_Load">
305 KeyOz 113
          <property name="text">
361 KeyOz 114
           <string>Route laden</string>
305 KeyOz 115
          </property>
116
         </widget>
117
        </item>
361 KeyOz 118
        <item row="8" column="0">
119
         <widget class="QPushButton" name="pb_Save">
305 KeyOz 120
          <property name="text">
361 KeyOz 121
           <string>Route speichern</string>
305 KeyOz 122
          </property>
123
         </widget>
124
        </item>
361 KeyOz 125
        <item row="6" column="0">
126
         <widget class="Line" name="line">
127
          <property name="orientation">
128
           <enum>Qt::Horizontal</enum>
129
          </property>
130
         </widget>
131
        </item>
305 KeyOz 132
       </layout>
133
      </widget>
134
     </item>
135
     <item>
136
      <widget class="QGroupBox" name="groupBox_2">
137
       <property name="title">
138
        <string>Position</string>
139
       </property>
140
       <layout class="QGridLayout" name="gridLayout_2">
141
        <item row="0" column="0">
306 KeyOz 142
         <widget class="QPushButton" name="pb_Goto">
305 KeyOz 143
          <property name="text">
144
           <string>Anfliegen</string>
145
          </property>
146
         </widget>
147
        </item>
148
       </layout>
149
      </widget>
150
     </item>
151
     <item>
152
      <spacer name="verticalSpacer">
153
       <property name="orientation">
154
        <enum>Qt::Vertical</enum>
155
       </property>
156
       <property name="sizeHint" stdset="0">
157
        <size>
158
         <width>20</width>
159
         <height>40</height>
160
        </size>
161
       </property>
162
      </spacer>
163
     </item>
361 KeyOz 164
     <item>
165
      <widget class="QPushButton" name="pb_Close">
166
       <property name="text">
167
        <string>Schließen</string>
168
       </property>
169
      </widget>
170
     </item>
305 KeyOz 171
    </layout>
172
   </item>
361 KeyOz 173
   <item row="3" column="1">
174
    <widget class="QFrame" name="More">
175
     <property name="frameShape">
176
      <enum>QFrame::StyledPanel</enum>
177
     </property>
178
     <property name="frameShadow">
179
      <enum>QFrame::Raised</enum>
180
     </property>
181
     <layout class="QGridLayout" name="gridLayout_5">
182
      <item row="0" column="3">
183
       <spacer name="horizontalSpacer_2">
184
        <property name="orientation">
185
         <enum>Qt::Horizontal</enum>
186
        </property>
187
        <property name="sizeHint" stdset="0">
188
         <size>
189
          <width>428</width>
190
          <height>20</height>
191
         </size>
192
        </property>
193
       </spacer>
194
      </item>
195
      <item row="0" column="0">
196
       <widget class="QCheckBox" name="cb_ShowRoute">
197
        <property name="text">
198
         <string>geflogene
199
Route anzeigen</string>
200
        </property>
201
        <property name="checked">
202
         <bool>true</bool>
203
        </property>
204
       </widget>
205
      </item>
206
      <item row="0" column="2">
207
       <widget class="QCheckBox" name="cb_ShowWPs">
208
        <property name="text">
209
         <string>ausgewählte
210
Route anzeigen</string>
211
        </property>
212
        <property name="checked">
213
         <bool>true</bool>
214
        </property>
215
       </widget>
216
      </item>
217
      <item row="0" column="4">
218
       <widget class="QCheckBox" name="cb_CenterPos">
219
        <property name="text">
220
         <string>auf IST-Position
221
zentrieren</string>
222
        </property>
223
        <property name="checked">
224
         <bool>true</bool>
225
        </property>
226
       </widget>
227
      </item>
228
     </layout>
229
    </widget>
230
   </item>
231
   <item row="5" column="1">
305 KeyOz 232
    <layout class="QHBoxLayout" name="horizontalLayout">
233
     <item>
234
      <widget class="QLabel" name="label_3">
235
       <property name="text">
236
        <string>Zoom:</string>
237
       </property>
238
      </widget>
239
     </item>
240
     <item>
241
      <widget class="QSlider" name="sl_Zoom">
242
       <property name="maximum">
243
        <number>18</number>
244
       </property>
245
       <property name="pageStep">
246
        <number>1</number>
247
       </property>
248
       <property name="orientation">
249
        <enum>Qt::Horizontal</enum>
250
       </property>
251
       <property name="tickPosition">
252
        <enum>QSlider::NoTicks</enum>
253
       </property>
254
      </widget>
255
     </item>
256
     <item>
257
      <spacer name="horizontalSpacer">
258
       <property name="orientation">
259
        <enum>Qt::Horizontal</enum>
260
       </property>
261
       <property name="sizeHint" stdset="0">
262
        <size>
263
         <width>40</width>
264
         <height>20</height>
265
        </size>
266
       </property>
267
      </spacer>
268
     </item>
269
     <item>
306 KeyOz 270
      <widget class="QLabel" name="lb_Maps">
305 KeyOz 271
       <property name="text">
272
        <string>Karten:</string>
273
       </property>
274
      </widget>
275
     </item>
276
     <item>
277
      <widget class="QComboBox" name="cb_Maps">
278
       <property name="enabled">
306 KeyOz 279
        <bool>true</bool>
305 KeyOz 280
       </property>
281
       <item>
282
        <property name="text">
283
         <string>OpenStreetMap</string>
284
        </property>
285
       </item>
286
       <item>
287
        <property name="text">
334 KeyOz 288
         <string>OpenAerialMap</string>
289
        </property>
290
       </item>
291
       <item>
292
        <property name="text">
306 KeyOz 293
         <string>Google: Map</string>
305 KeyOz 294
        </property>
295
       </item>
296
       <item>
297
        <property name="text">
306 KeyOz 298
         <string>Google: Satellit</string>
305 KeyOz 299
        </property>
300
       </item>
301
       <item>
302
        <property name="text">
306 KeyOz 303
         <string>Yahoo: Map </string>
305 KeyOz 304
        </property>
305
       </item>
306 KeyOz 306
       <item>
307
        <property name="text">
308
         <string>Yahoo: Satellit</string>
309
        </property>
310
       </item>
305 KeyOz 311
      </widget>
312
     </item>
395 KeyOz 313
     <item>
314
      <widget class="QPushButton" name="pb_LoadPic">
315
       <property name="text">
316
        <string>Bild laden</string>
317
       </property>
318
      </widget>
319
     </item>
305 KeyOz 320
    </layout>
321
   </item>
322
  </layout>
323
 </widget>
361 KeyOz 324
 <resources/>
309 KeyOz 325
 <connections>
326
  <connection>
327
   <sender>pb_Close</sender>
328
   <signal>clicked()</signal>
329
   <receiver>dlg_Map_UI</receiver>
330
   <slot>close()</slot>
331
   <hints>
332
    <hint type="sourcelabel">
333
     <x>529</x>
334
     <y>328</y>
335
    </hint>
336
    <hint type="destinationlabel">
337
     <x>299</x>
338
     <y>174</y>
339
    </hint>
340
   </hints>
341
  </connection>
342
 </connections>
305 KeyOz 343
</ui>