Subversion Repositories Projects

Rev

Rev 711 | 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>446</width>
10
    <height>350</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>QMK-Communicator</string>
15
  </property>
16
  <property name="windowIcon">
17
   <iconset resource="../QMK-Communicator.qrc">
18
    <normaloff>:/Icon/Global/Images/Icons/QMK-Communicator.png</normaloff>:/Icon/Global/Images/Icons/QMK-Communicator.png</iconset>
19
  </property>
20
  <widget class="QWidget" name="centralWidget">
21
   <layout class="QGridLayout" name="gridLayout_9">
22
    <property name="margin">
23
     <number>2</number>
24
    </property>
25
    <item row="0" column="0">
26
     <widget class="QGroupBox" name="groupBox">
27
      <property name="sizePolicy">
28
       <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
29
        <horstretch>0</horstretch>
30
        <verstretch>0</verstretch>
31
       </sizepolicy>
32
      </property>
33
      <property name="title">
34
       <string>Verbindung zum Mikrokopter</string>
35
      </property>
36
      <layout class="QGridLayout" name="gridLayout_8">
37
       <item row="0" column="0" colspan="2">
38
        <widget class="QFrame" name="frame">
39
         <property name="frameShape">
40
          <enum>QFrame::StyledPanel</enum>
41
         </property>
42
         <property name="frameShadow">
43
          <enum>QFrame::Raised</enum>
44
         </property>
45
         <layout class="QGridLayout" name="gridLayout_7">
46
          <property name="margin">
47
           <number>2</number>
48
          </property>
49
          <item row="0" column="0">
50
           <layout class="QHBoxLayout" name="horizontalLayout_3">
51
            <item>
52
             <widget class="QRadioButton" name="rb_Device">
53
              <property name="text">
54
               <string>Device</string>
55
              </property>
56
             </widget>
57
            </item>
58
            <item>
59
             <widget class="QRadioButton" name="rb_TCP">
60
              <property name="enabled">
61
               <bool>false</bool>
62
              </property>
63
              <property name="text">
64
               <string>T CP</string>
65
              </property>
66
             </widget>
67
            </item>
68
            <item>
69
             <widget class="QRadioButton" name="rb_UDP">
70
              <property name="enabled">
71
               <bool>false</bool>
72
              </property>
73
              <property name="text">
74
               <string>UDP</string>
75
              </property>
76
             </widget>
77
            </item>
78
           </layout>
79
          </item>
80
         </layout>
81
         <zorder></zorder>
82
        </widget>
83
       </item>
84
       <item row="1" column="0">
85
        <widget class="QWidget" name="wg_Device" native="true">
86
         <property name="sizePolicy">
87
          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
88
           <horstretch>0</horstretch>
89
           <verstretch>0</verstretch>
90
          </sizepolicy>
91
         </property>
92
         <layout class="QGridLayout" name="gridLayout_5">
93
          <property name="margin">
94
           <number>2</number>
95
          </property>
96
          <item row="1" column="2">
97
           <widget class="QComboBox" name="cb_Device">
98
            <property name="editable">
99
             <bool>true</bool>
100
            </property>
101
            <property name="insertPolicy">
102
             <enum>QComboBox::InsertAtTop</enum>
103
            </property>
104
           </widget>
105
          </item>
106
          <item row="1" column="0">
107
           <widget class="QLabel" name="lb_Device">
108
            <property name="text">
109
             <string>Device:</string>
110
            </property>
111
           </widget>
112
          </item>
113
          <item row="0" column="2">
114
           <spacer name="horizontalSpacer">
115
            <property name="orientation">
116
             <enum>Qt::Horizontal</enum>
117
            </property>
118
            <property name="sizeHint" stdset="0">
119
             <size>
120
              <width>40</width>
121
              <height>1</height>
122
             </size>
123
            </property>
124
           </spacer>
125
          </item>
126
         </layout>
127
        </widget>
128
       </item>
129
       <item row="1" column="1">
130
        <widget class="QWidget" name="wg_IP" native="true">
131
         <property name="enabled">
132
          <bool>true</bool>
133
         </property>
134
         <layout class="QGridLayout" name="gridLayout_6">
135
          <property name="margin">
136
           <number>2</number>
137
          </property>
138
          <item row="0" column="1">
139
           <spacer name="horizontalSpacer_3">
140
            <property name="orientation">
141
             <enum>Qt::Horizontal</enum>
142
            </property>
143
            <property name="sizeHint" stdset="0">
144
             <size>
145
              <width>60</width>
146
              <height>1</height>
147
             </size>
148
            </property>
149
           </spacer>
150
          </item>
151
          <item row="1" column="1">
152
           <widget class="QComboBox" name="cb_IP">
153
            <property name="editable">
154
             <bool>true</bool>
155
            </property>
156
           </widget>
157
          </item>
158
          <item row="1" column="3">
159
           <widget class="QComboBox" name="cb_Port">
160
            <property name="editable">
161
             <bool>true</bool>
162
            </property>
163
           </widget>
164
          </item>
165
          <item row="1" column="2">
166
           <widget class="QLabel" name="label_6">
167
            <property name="text">
168
             <string>Port:</string>
169
            </property>
170
           </widget>
171
          </item>
172
          <item row="1" column="0">
173
           <widget class="QLabel" name="label">
174
            <property name="text">
175
             <string>IP:</string>
176
            </property>
177
           </widget>
178
          </item>
179
         </layout>
180
        </widget>
181
       </item>
182
       <item row="3" column="0" colspan="2">
183
        <widget class="QFrame" name="frame_2">
184
         <property name="frameShape">
185
          <enum>QFrame::StyledPanel</enum>
186
         </property>
187
         <property name="frameShadow">
188
          <enum>QFrame::Raised</enum>
189
         </property>
190
         <layout class="QGridLayout" name="gridLayout_2">
191
          <property name="margin">
192
           <number>2</number>
193
          </property>
194
          <item row="1" column="0">
195
           <layout class="QGridLayout" name="gridLayout">
196
            <item row="0" column="0">
197
             <widget class="QRadioButton" name="rb_FC">
198
              <property name="enabled">
199
               <bool>false</bool>
200
              </property>
201
              <property name="text">
202
               <string>FlightCtrl</string>
203
              </property>
204
             </widget>
205
            </item>
206
            <item row="0" column="1">
207
             <widget class="QRadioButton" name="rb_NC">
208
              <property name="enabled">
209
               <bool>false</bool>
210
              </property>
211
              <property name="text">
212
               <string>NaviCtrl</string>
213
              </property>
214
             </widget>
215
            </item>
216
            <item row="0" column="2">
217
             <widget class="QRadioButton" name="rb_MK3MAG">
218
              <property name="enabled">
219
               <bool>false</bool>
220
              </property>
221
              <property name="text">
222
               <string>MK3MAG</string>
223
              </property>
224
             </widget>
225
            </item>
226
           </layout>
227
          </item>
228
         </layout>
229
        </widget>
230
       </item>
231
       <item row="2" column="0" colspan="2">
232
        <widget class="QPushButton" name="btn_Connect">
233
         <property name="text">
234
          <string>Verbinden</string>
235
         </property>
236
        </widget>
237
       </item>
238
      </layout>
239
     </widget>
240
    </item>
241
    <item row="1" column="0">
242
     <widget class="QGroupBox" name="groupBox_2">
243
      <property name="title">
244
       <string>Client-Verbindungen</string>
245
      </property>
246
      <layout class="QGridLayout" name="gridLayout_3">
247
       <property name="horizontalSpacing">
248
        <number>0</number>
249
       </property>
250
       <item row="0" column="0">
251
        <widget class="QListWidget" name="lw_ClientsIP">
252
         <property name="font">
253
          <font>
254
           <family>Courier 10 Pitch</family>
255
           <pointsize>12</pointsize>
256
          </font>
257
         </property>
258
        </widget>
259
       </item>
260
       <item row="0" column="1">
261
        <widget class="QListWidget" name="lw_Clients">
262
         <property name="font">
263
          <font>
264
           <family>Courier 10 Pitch</family>
265
           <pointsize>12</pointsize>
266
          </font>
267
         </property>
268
        </widget>
269
       </item>
270
      </layout>
271
     </widget>
272
    </item>
273
    <item row="3" column="0" colspan="2">
274
     <widget class="QLabel" name="lb_Info">
275
      <property name="frameShape">
276
       <enum>QFrame::Box</enum>
277
      </property>
278
      <property name="text">
279
       <string/>
280
      </property>
281
     </widget>
282
    </item>
283
    <item row="0" column="1" rowspan="2">
284
     <widget class="QGroupBox" name="groupBox_3">
285
      <property name="title">
286
       <string>Clients</string>
287
      </property>
288
      <layout class="QGridLayout" name="gridLayout_4">
289
       <item row="0" column="0">
290
        <widget class="QPushButton" name="btn_Terminal">
291
         <property name="text">
292
          <string>Terminal</string>
293
         </property>
294
         <property name="icon">
295
          <iconset resource="../QMK-Communicator.qrc">
296
           <normaloff>:/Actions/Global/Images/Actions/Terminal.png</normaloff>:/Actions/Global/Images/Actions/Terminal.png</iconset>
297
         </property>
298
         <property name="iconSize">
299
          <size>
300
           <width>20</width>
301
           <height>20</height>
302
          </size>
303
         </property>
304
        </widget>
305
       </item>
306
       <item row="1" column="0">
307
        <widget class="Line" name="line">
308
         <property name="orientation">
309
          <enum>Qt::Horizontal</enum>
310
         </property>
311
        </widget>
312
       </item>
313
       <item row="2" column="0">
314
        <widget class="QPushButton" name="btn_cScope">
315
         <property name="text">
316
          <string>Scope</string>
317
         </property>
318
         <property name="icon">
319
          <iconset resource="../QMK-Communicator.qrc">
320
           <normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</iconset>
321
         </property>
322
         <property name="iconSize">
323
          <size>
324
           <width>20</width>
325
           <height>20</height>
326
          </size>
327
         </property>
328
        </widget>
329
       </item>
330
       <item row="3" column="0">
331
        <widget class="QPushButton" name="btn_cSettings">
332
         <property name="text">
333
          <string>Settings</string>
334
         </property>
335
         <property name="icon">
336
          <iconset resource="../QMK-Communicator.qrc">
337
           <normaloff>:/Icon/Global/Images/Icons/QMK-Settings.png</normaloff>:/Icon/Global/Images/Icons/QMK-Settings.png</iconset>
338
         </property>
339
         <property name="iconSize">
340
          <size>
341
           <width>20</width>
342
           <height>20</height>
343
          </size>
344
         </property>
345
        </widget>
346
       </item>
347
       <item row="4" column="0">
348
        <widget class="QPushButton" name="btn_cMaps">
349
         <property name="text">
350
          <string>Maps</string>
351
         </property>
352
         <property name="icon">
353
          <iconset resource="../QMK-Communicator.qrc">
354
           <normaloff>:/Icon/Global/Images/Icons/QMK-Maps.png</normaloff>:/Icon/Global/Images/Icons/QMK-Maps.png</iconset>
355
         </property>
356
         <property name="iconSize">
357
          <size>
358
           <width>20</width>
359
           <height>20</height>
360
          </size>
361
         </property>
362
        </widget>
363
       </item>
364
       <item row="7" column="0">
365
        <spacer name="verticalSpacer">
366
         <property name="orientation">
367
          <enum>Qt::Vertical</enum>
368
         </property>
369
         <property name="sizeHint" stdset="0">
370
          <size>
371
           <width>20</width>
372
           <height>229</height>
373
          </size>
374
         </property>
375
        </spacer>
376
       </item>
377
       <item row="6" column="0">
378
        <widget class="QPushButton" name="btn_cVoice">
379
         <property name="enabled">
380
          <bool>false</bool>
381
         </property>
382
         <property name="text">
383
          <string>Voice</string>
384
         </property>
385
         <property name="icon">
386
          <iconset resource="../QMK-Communicator.qrc">
387
           <normaloff>:/Icon/Global/Images/Icons/QMK-Voice.png</normaloff>:/Icon/Global/Images/Icons/QMK-Voice.png</iconset>
388
         </property>
389
         <property name="iconSize">
390
          <size>
391
           <width>20</width>
392
           <height>20</height>
393
          </size>
394
         </property>
395
        </widget>
396
       </item>
397
       <item row="5" column="0">
398
        <widget class="QPushButton" name="btn_cLogger">
399
         <property name="enabled">
400
          <bool>false</bool>
401
         </property>
402
         <property name="text">
403
          <string>Logger</string>
404
         </property>
405
         <property name="icon">
406
          <iconset resource="../QMK-Communicator.qrc">
407
           <normaloff>:/Icon/Global/Images/Icons/QMK-Logger.png</normaloff>:/Icon/Global/Images/Icons/QMK-Logger.png</iconset>
408
         </property>
409
         <property name="iconSize">
410
          <size>
411
           <width>20</width>
412
           <height>20</height>
413
          </size>
414
         </property>
415
        </widget>
416
       </item>
417
      </layout>
418
     </widget>
419
    </item>
420
   </layout>
421
  </widget>
422
  <widget class="QMenuBar" name="menuBar">
423
   <property name="geometry">
424
    <rect>
425
     <x>0</x>
426
     <y>0</y>
427
     <width>446</width>
428
     <height>21</height>
429
    </rect>
430
   </property>
431
   <widget class="QMenu" name="menu_Program">
432
    <property name="title">
433
     <string>Programm</string>
434
    </property>
435
    <addaction name="ac_Quit"/>
436
   </widget>
437
   <widget class="QMenu" name="menu_Preferences">
438
    <property name="title">
439
     <string>Einstellungen</string>
440
    </property>
441
    <addaction name="ac_Server"/>
442
   </widget>
443
   <widget class="QMenu" name="menu_Help">
444
    <property name="title">
445
     <string>Hilfe</string>
446
    </property>
447
    <addaction name="ac_About"/>
448
   </widget>
449
   <addaction name="menu_Program"/>
450
   <addaction name="menu_Preferences"/>
451
   <addaction name="menu_Help"/>
452
  </widget>
453
  <action name="ac_Quit">
454
   <property name="icon">
455
    <iconset resource="../QMK-Communicator.qrc">
456
     <normaloff>:/Actions/Global/Images/Actions/Exit.png</normaloff>:/Actions/Global/Images/Actions/Exit.png</iconset>
457
   </property>
458
   <property name="text">
459
    <string>Beenden</string>
460
   </property>
461
  </action>
462
  <action name="ac_About">
463
   <property name="icon">
464
    <iconset resource="../QMK-Communicator.qrc">
465
     <normaloff>:/Icon/Global/Images/Icons/QMK-Communicator.png</normaloff>:/Icon/Global/Images/Icons/QMK-Communicator.png</iconset>
466
   </property>
467
   <property name="text">
468
    <string>Über QMK-Communicator</string>
469
   </property>
470
  </action>
471
  <action name="ac_Server">
472
   <property name="icon">
473
    <iconset resource="../QMK-Communicator.qrc">
474
     <normaloff>:/Icon/Global/Images/Icons/QMK-Communicator.png</normaloff>:/Icon/Global/Images/Icons/QMK-Communicator.png</iconset>
475
   </property>
476
   <property name="text">
477
    <string>Server</string>
478
   </property>
479
  </action>
480
 </widget>
481
 <layoutdefault spacing="6" margin="11"/>
482
 <resources>
483
  <include location="../QMK-Communicator.qrc"/>
484
 </resources>
485
 <connections>
486
  <connection>
487
   <sender>ac_Quit</sender>
488
   <signal>triggered()</signal>
489
   <receiver>dlg_Main_UI</receiver>
490
   <slot>close()</slot>
491
   <hints>
492
    <hint type="sourcelabel">
493
     <x>-1</x>
494
     <y>-1</y>
495
    </hint>
496
    <hint type="destinationlabel">
497
     <x>182</x>
498
     <y>88</y>
499
    </hint>
500
   </hints>
501
  </connection>
502
 </connections>
503
</ui>