Subversion Repositories Projects

Rev

Rev 674 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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