Subversion Repositories Projects

Rev

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>726</width>
10
    <height>343</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>QMK-Scope</string>
15
  </property>
16
  <property name="windowIcon">
17
   <iconset resource="../QMK-Scope.qrc">
18
    <normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</iconset>
19
  </property>
20
  <widget class="QWidget" name="centralWidget">
21
   <layout class="QGridLayout" name="gridLayout_5">
22
    <property name="margin">
23
     <number>4</number>
24
    </property>
25
    <property name="spacing">
26
     <number>2</number>
27
    </property>
28
    <item row="0" column="0">
29
     <widget class="QFrame" name="frame">
30
      <property name="frameShape">
31
       <enum>QFrame::StyledPanel</enum>
32
      </property>
33
      <property name="frameShadow">
34
       <enum>QFrame::Raised</enum>
35
      </property>
36
      <layout class="QHBoxLayout" name="horizontalLayout">
37
       <property name="spacing">
38
        <number>4</number>
39
       </property>
40
       <property name="margin">
41
        <number>4</number>
42
       </property>
43
       <item>
44
        <widget class="QLabel" name="label">
45
         <property name="text">
46
          <string>Server:</string>
47
         </property>
48
        </widget>
49
       </item>
50
       <item>
51
        <widget class="QComboBox" name="cb_Server">
52
         <property name="minimumSize">
53
          <size>
54
           <width>120</width>
55
           <height>0</height>
56
          </size>
57
         </property>
58
         <property name="editable">
59
          <bool>true</bool>
60
         </property>
61
        </widget>
62
       </item>
63
       <item>
64
        <widget class="QLabel" name="label_5">
65
         <property name="text">
66
          <string>PW:</string>
67
         </property>
68
        </widget>
69
       </item>
70
       <item>
71
        <widget class="QLineEdit" name="le_Password">
72
         <property name="sizePolicy">
73
          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
74
           <horstretch>0</horstretch>
75
           <verstretch>0</verstretch>
76
          </sizepolicy>
77
         </property>
78
         <property name="minimumSize">
79
          <size>
80
           <width>120</width>
81
           <height>0</height>
82
          </size>
83
         </property>
84
         <property name="text">
85
          <string/>
86
         </property>
87
         <property name="echoMode">
88
          <enum>QLineEdit::Password</enum>
89
         </property>
90
        </widget>
91
       </item>
92
       <item>
93
        <widget class="Line" name="line">
94
         <property name="orientation">
95
          <enum>Qt::Vertical</enum>
96
         </property>
97
        </widget>
98
       </item>
99
       <item>
100
        <widget class="QRadioButton" name="rb_FC">
101
         <property name="text">
102
          <string>FC</string>
103
         </property>
104
        </widget>
105
       </item>
106
       <item>
107
        <widget class="QRadioButton" name="rb_NC">
108
         <property name="text">
109
          <string>NC</string>
110
         </property>
111
        </widget>
112
       </item>
113
       <item>
114
        <widget class="QRadioButton" name="rb_MK3MAG">
115
         <property name="text">
116
          <string>MK3MAG</string>
117
         </property>
118
        </widget>
119
       </item>
120
       <item>
121
        <widget class="Line" name="line_2">
122
         <property name="orientation">
123
          <enum>Qt::Vertical</enum>
124
         </property>
125
        </widget>
126
       </item>
127
       <item>
128
        <widget class="QLabel" name="label_3">
129
         <property name="text">
130
          <string>Intervall:</string>
131
         </property>
132
        </widget>
133
       </item>
134
       <item>
135
        <widget class="QSpinBox" name="sb_Intervall">
136
         <property name="minimumSize">
137
          <size>
138
           <width>80</width>
139
           <height>0</height>
140
          </size>
141
         </property>
142
         <property name="suffix">
143
          <string> ms</string>
144
         </property>
145
         <property name="maximum">
146
          <number>5000</number>
147
         </property>
148
         <property name="singleStep">
149
          <number>50</number>
150
         </property>
151
         <property name="value">
152
          <number>500</number>
153
         </property>
154
        </widget>
155
       </item>
156
       <item>
157
        <spacer name="horizontalSpacer_2">
158
         <property name="orientation">
159
          <enum>Qt::Horizontal</enum>
160
         </property>
161
         <property name="sizeHint" stdset="0">
162
          <size>
163
           <width>35</width>
164
           <height>20</height>
165
          </size>
166
         </property>
167
        </spacer>
168
       </item>
169
      </layout>
170
     </widget>
171
    </item>
172
    <item row="1" column="0">
173
     <widget class="QStackedWidget" name="wg_Pages">
174
      <property name="currentIndex">
175
       <number>0</number>
176
      </property>
177
      <widget class="QWidget" name="wg_Plotter">
178
       <layout class="QGridLayout" name="gridLayout">
179
        <property name="horizontalSpacing">
180
         <number>4</number>
181
        </property>
182
        <property name="verticalSpacing">
183
         <number>2</number>
184
        </property>
185
        <property name="margin">
186
         <number>4</number>
187
        </property>
188
        <item row="0" column="0" colspan="2">
189
         <widget class="QwtPlot" name="qwt_Plotter"/>
190
        </item>
191
        <item row="2" column="0">
192
         <widget class="QScrollBar" name="Plotter_Scroll">
193
          <property name="orientation">
194
           <enum>Qt::Horizontal</enum>
195
          </property>
196
         </widget>
197
        </item>
198
        <item row="2" column="1">
199
         <widget class="QPushButton" name="btn_Start">
200
          <property name="text">
201
           <string>Plotter starten</string>
202
          </property>
203
          <property name="icon">
204
           <iconset resource="../QMK-Scope.qrc">
205
            <normaloff>:/Actions/Global/Images/Actions/Plotter-NO.png</normaloff>
206
            <normalon>:/Actions/Global/Images/Actions/Plotter-OK.png</normalon>:/Actions/Global/Images/Actions/Plotter-NO.png</iconset>
207
          </property>
208
          <property name="iconSize">
209
           <size>
210
            <width>20</width>
211
            <height>20</height>
212
           </size>
213
          </property>
214
         </widget>
215
        </item>
216
        <item row="1" column="0">
217
         <spacer name="horizontalSpacer">
218
          <property name="orientation">
219
           <enum>Qt::Horizontal</enum>
220
          </property>
221
          <property name="sizeHint" stdset="0">
222
           <size>
223
            <width>40</width>
224
            <height>1</height>
225
           </size>
226
          </property>
227
         </spacer>
228
        </item>
229
       </layout>
230
      </widget>
231
      <widget class="QWidget" name="wg_Debug">
232
       <layout class="QGridLayout" name="gridLayout_3">
233
        <property name="margin">
234
         <number>0</number>
235
        </property>
236
        <property name="spacing">
237
         <number>0</number>
238
        </property>
239
        <item row="0" column="0">
240
         <layout class="QGridLayout" name="wg_Grid">
241
          <property name="margin">
242
           <number>4</number>
243
          </property>
244
          <property name="spacing">
245
           <number>4</number>
246
          </property>
247
         </layout>
248
        </item>
249
        <item row="1" column="0">
250
         <spacer name="verticalSpacer_2">
251
          <property name="orientation">
252
           <enum>Qt::Vertical</enum>
253
          </property>
254
          <property name="sizeHint" stdset="0">
255
           <size>
256
            <width>20</width>
257
            <height>40</height>
258
           </size>
259
          </property>
260
         </spacer>
261
        </item>
262
       </layout>
263
      </widget>
264
      <widget class="QWidget" name="wg_Config">
265
       <layout class="QGridLayout" name="gridLayout_2">
266
        <item row="0" column="0" colspan="3">
267
         <layout class="QGridLayout" name="wg_Grid_2">
268
          <property name="margin">
269
           <number>4</number>
270
          </property>
271
          <property name="spacing">
272
           <number>4</number>
273
          </property>
274
         </layout>
275
        </item>
276
        <item row="1" column="2">
277
         <spacer name="verticalSpacer">
278
          <property name="orientation">
279
           <enum>Qt::Vertical</enum>
280
          </property>
281
          <property name="sizeHint" stdset="0">
282
           <size>
283
            <width>20</width>
284
            <height>40</height>
285
           </size>
286
          </property>
287
         </spacer>
288
        </item>
289
        <item row="2" column="1">
290
         <spacer name="horizontalSpacer_3">
291
          <property name="orientation">
292
           <enum>Qt::Horizontal</enum>
293
          </property>
294
          <property name="sizeHint" stdset="0">
295
           <size>
296
            <width>40</width>
297
            <height>20</height>
298
           </size>
299
          </property>
300
         </spacer>
301
        </item>
302
        <item row="2" column="2">
303
         <widget class="QPushButton" name="btn_ChoseOK">
304
          <property name="text">
305
           <string>Übernehmen</string>
306
          </property>
307
         </widget>
308
        </item>
309
        <item row="2" column="0">
310
         <widget class="QLabel" name="label_4">
311
          <property name="text">
312
           <string>Datenauswahl für den Plotter.</string>
313
          </property>
314
         </widget>
315
        </item>
316
       </layout>
317
      </widget>
318
     </widget>
319
    </item>
320
   </layout>
321
  </widget>
322
  <widget class="QMenuBar" name="menuBar">
323
   <property name="geometry">
324
    <rect>
325
     <x>0</x>
326
     <y>0</y>
327
     <width>726</width>
328
     <height>21</height>
329
    </rect>
330
   </property>
331
   <widget class="QMenu" name="menu_Program">
332
    <property name="title">
333
     <string>Programm</string>
334
    </property>
335
    <addaction name="ac_Quit"/>
336
    <addaction name="ac_Connect"/>
337
   </widget>
338
   <widget class="QMenu" name="menu_Preferences">
339
    <property name="title">
340
     <string>Einstellungen</string>
341
    </property>
342
    <addaction name="ac_ReadLabels"/>
343
   </widget>
344
   <widget class="QMenu" name="menu_Help">
345
    <property name="title">
346
     <string>Hilfe</string>
347
    </property>
348
    <addaction name="ac_About"/>
349
   </widget>
350
   <addaction name="menu_Program"/>
351
   <addaction name="menu_Preferences"/>
352
   <addaction name="menu_Help"/>
353
  </widget>
354
  <widget class="QToolBar" name="ToolBar">
355
   <property name="windowTitle">
356
    <string>toolBar</string>
357
   </property>
358
   <property name="movable">
359
    <bool>false</bool>
360
   </property>
361
   <property name="allowedAreas">
362
    <set>Qt::LeftToolBarArea</set>
363
   </property>
364
   <property name="iconSize">
365
    <size>
366
     <width>30</width>
367
     <height>30</height>
368
    </size>
369
   </property>
370
   <property name="toolButtonStyle">
371
    <enum>Qt::ToolButtonTextUnderIcon</enum>
372
   </property>
373
   <attribute name="toolBarArea">
374
    <enum>LeftToolBarArea</enum>
375
   </attribute>
376
   <attribute name="toolBarBreak">
377
    <bool>false</bool>
378
   </attribute>
379
   <addaction name="ac_Connect"/>
380
   <addaction name="separator"/>
381
   <addaction name="ac_Plotter"/>
382
   <addaction name="ac_Debug"/>
383
   <addaction name="separator"/>
384
   <addaction name="ac_Chose"/>
385
  </widget>
386
  <action name="ac_Quit">
387
   <property name="icon">
388
    <iconset resource="../QMK-Scope.qrc">
389
     <normaloff>:/Actions/Global/Images/Actions/Exit.png</normaloff>:/Actions/Global/Images/Actions/Exit.png</iconset>
390
   </property>
391
   <property name="text">
392
    <string>Beenden</string>
393
   </property>
394
  </action>
395
  <action name="ac_About">
396
   <property name="icon">
397
    <iconset resource="../QMK-Scope.qrc">
398
     <normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</iconset>
399
   </property>
400
   <property name="text">
401
    <string>Über QMK-Scope</string>
402
   </property>
403
  </action>
404
  <action name="ac_Connect">
405
   <property name="checkable">
406
    <bool>true</bool>
407
   </property>
408
   <property name="checked">
409
    <bool>false</bool>
410
   </property>
411
   <property name="icon">
412
    <iconset resource="../QMK-Scope.qrc">
413
     <normaloff>:/Actions/Global/Images/Actions/Connection-NO.png</normaloff>
414
     <normalon>:/Actions/Global/Images/Actions/Connection-OK.png</normalon>:/Actions/Global/Images/Actions/Connection-NO.png</iconset>
415
   </property>
416
   <property name="text">
417
    <string>Verbinden</string>
418
   </property>
419
  </action>
420
  <action name="ac_Plotter">
421
   <property name="checkable">
422
    <bool>true</bool>
423
   </property>
424
   <property name="icon">
425
    <iconset resource="../QMK-Scope.qrc">
426
     <normaloff>:/Actions/Global/Images/Actions/Plotter-NO.png</normaloff>:/Actions/Global/Images/Actions/Plotter-NO.png</iconset>
427
   </property>
428
   <property name="text">
429
    <string>Plotter</string>
430
   </property>
431
  </action>
432
  <action name="ac_Debug">
433
   <property name="checkable">
434
    <bool>true</bool>
435
   </property>
436
   <property name="icon">
437
    <iconset resource="../QMK-Scope.qrc">
438
     <normaloff>:/Actions/Global/Images/Actions/Debug.png</normaloff>:/Actions/Global/Images/Actions/Debug.png</iconset>
439
   </property>
440
   <property name="text">
441
    <string>Debug</string>
442
   </property>
443
  </action>
444
  <action name="ac_Chose">
445
   <property name="checkable">
446
    <bool>true</bool>
447
   </property>
448
   <property name="icon">
449
    <iconset resource="../QMK-Scope.qrc">
450
     <normaloff>:/Actions/Global/Images/Actions/Preferences-Data.png</normaloff>:/Actions/Global/Images/Actions/Preferences-Data.png</iconset>
451
   </property>
452
   <property name="text">
453
    <string>Auswahl</string>
454
   </property>
455
  </action>
456
  <action name="ac_ReadLabels">
457
   <property name="text">
458
    <string>Analoglabels auslesen</string>
459
   </property>
460
  </action>
461
 </widget>
462
 <layoutdefault spacing="6" margin="11"/>
463
 <customwidgets>
464
  <customwidget>
465
   <class>QwtPlot</class>
466
   <extends>QFrame</extends>
467
   <header>qwt_plot.h</header>
468
  </customwidget>
469
 </customwidgets>
470
 <resources>
471
  <include location="../QMK-Scope.qrc"/>
472
 </resources>
473
 <connections>
474
  <connection>
475
   <sender>ac_Quit</sender>
476
   <signal>triggered()</signal>
477
   <receiver>dlg_Main_UI</receiver>
478
   <slot>close()</slot>
479
   <hints>
480
    <hint type="sourcelabel">
481
     <x>-1</x>
482
     <y>-1</y>
483
    </hint>
484
    <hint type="destinationlabel">
485
     <x>182</x>
486
     <y>88</y>
487
    </hint>
488
   </hints>
489
  </connection>
490
 </connections>
491
</ui>