Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
801 - 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>719</width>
10
    <height>314</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="1" column="0">
29
     <widget class="QStackedWidget" name="wg_Pages">
30
      <property name="currentIndex">
31
       <number>0</number>
32
      </property>
33
      <widget class="QWidget" name="wg_Plotter">
34
       <layout class="QGridLayout" name="gridLayout">
35
        <property name="horizontalSpacing">
36
         <number>4</number>
37
        </property>
38
        <property name="verticalSpacing">
39
         <number>2</number>
40
        </property>
41
        <property name="margin">
42
         <number>4</number>
43
        </property>
44
        <item row="0" column="0" colspan="2">
45
         <widget class="QwtPlot" name="qwt_Plotter"/>
46
        </item>
47
        <item row="2" column="0">
48
         <widget class="QScrollBar" name="Plotter_Scroll">
49
          <property name="orientation">
50
           <enum>Qt::Horizontal</enum>
51
          </property>
52
         </widget>
53
        </item>
54
        <item row="2" column="1">
55
         <widget class="QPushButton" name="btn_Start">
56
          <property name="text">
57
           <string>Plotter starten</string>
58
          </property>
59
          <property name="icon">
60
           <iconset resource="../QMK-Scope.qrc">
61
            <normaloff>:/Actions/Global/Images/Actions/Plotter-NO.png</normaloff>
62
            <normalon>:/Actions/Global/Images/Actions/Plotter-OK.png</normalon>:/Actions/Global/Images/Actions/Plotter-NO.png</iconset>
63
          </property>
64
          <property name="iconSize">
65
           <size>
66
            <width>20</width>
67
            <height>20</height>
68
           </size>
69
          </property>
70
         </widget>
71
        </item>
72
        <item row="1" column="0">
73
         <spacer name="horizontalSpacer">
74
          <property name="orientation">
75
           <enum>Qt::Horizontal</enum>
76
          </property>
77
          <property name="sizeHint" stdset="0">
78
           <size>
79
            <width>40</width>
80
            <height>1</height>
81
           </size>
82
          </property>
83
         </spacer>
84
        </item>
85
       </layout>
86
      </widget>
87
      <widget class="QWidget" name="wg_Debug">
88
       <layout class="QGridLayout" name="gridLayout_3">
89
        <property name="margin">
90
         <number>0</number>
91
        </property>
92
        <property name="spacing">
93
         <number>0</number>
94
        </property>
95
        <item row="0" column="0">
96
         <layout class="QGridLayout" name="wg_Grid">
97
          <property name="margin">
98
           <number>4</number>
99
          </property>
100
          <property name="spacing">
101
           <number>4</number>
102
          </property>
103
         </layout>
104
        </item>
105
        <item row="1" column="0">
106
         <spacer name="verticalSpacer_2">
107
          <property name="orientation">
108
           <enum>Qt::Vertical</enum>
109
          </property>
110
          <property name="sizeHint" stdset="0">
111
           <size>
112
            <width>20</width>
113
            <height>40</height>
114
           </size>
115
          </property>
116
         </spacer>
117
        </item>
118
       </layout>
119
      </widget>
120
      <widget class="QWidget" name="wg_Config">
121
       <layout class="QGridLayout" name="gridLayout_2">
122
        <item row="0" column="0" colspan="3">
123
         <layout class="QGridLayout" name="wg_Grid_2">
124
          <property name="margin">
125
           <number>4</number>
126
          </property>
127
          <property name="spacing">
128
           <number>4</number>
129
          </property>
130
         </layout>
131
        </item>
132
        <item row="1" column="2">
133
         <spacer name="verticalSpacer">
134
          <property name="orientation">
135
           <enum>Qt::Vertical</enum>
136
          </property>
137
          <property name="sizeHint" stdset="0">
138
           <size>
139
            <width>20</width>
140
            <height>40</height>
141
           </size>
142
          </property>
143
         </spacer>
144
        </item>
145
        <item row="2" column="1">
146
         <spacer name="horizontalSpacer_3">
147
          <property name="orientation">
148
           <enum>Qt::Horizontal</enum>
149
          </property>
150
          <property name="sizeHint" stdset="0">
151
           <size>
152
            <width>40</width>
153
            <height>20</height>
154
           </size>
155
          </property>
156
         </spacer>
157
        </item>
158
        <item row="2" column="2">
159
         <widget class="QPushButton" name="btn_ChoseOK">
160
          <property name="text">
161
           <string>Übernehmen</string>
162
          </property>
163
         </widget>
164
        </item>
165
        <item row="2" column="0">
166
         <widget class="QLabel" name="label_4">
167
          <property name="text">
168
           <string>Datenauswahl für den Plotter.</string>
169
          </property>
170
         </widget>
171
        </item>
172
       </layout>
173
      </widget>
174
     </widget>
175
    </item>
176
    <item row="0" column="0">
177
     <widget class="wgt_Connection" name="wg_Connection" native="true"/>
178
    </item>
179
   </layout>
180
  </widget>
181
  <widget class="QMenuBar" name="menuBar">
182
   <property name="geometry">
183
    <rect>
184
     <x>0</x>
185
     <y>0</y>
186
     <width>719</width>
187
     <height>21</height>
188
    </rect>
189
   </property>
190
   <widget class="QMenu" name="menu_Program">
191
    <property name="title">
192
     <string>Programm</string>
193
    </property>
194
    <addaction name="ac_Quit"/>
195
    <addaction name="ac_Connect"/>
196
   </widget>
197
   <widget class="QMenu" name="menu_Preferences">
198
    <property name="title">
199
     <string>Einstellungen</string>
200
    </property>
201
    <addaction name="ac_ReadLabels"/>
202
   </widget>
203
   <widget class="QMenu" name="menu_Help">
204
    <property name="title">
205
     <string>Hilfe</string>
206
    </property>
207
    <addaction name="ac_About"/>
208
   </widget>
209
   <addaction name="menu_Program"/>
210
   <addaction name="menu_Preferences"/>
211
   <addaction name="menu_Help"/>
212
  </widget>
213
  <widget class="QToolBar" name="ToolBar">
214
   <property name="minimumSize">
215
    <size>
216
     <width>80</width>
217
     <height>0</height>
218
    </size>
219
   </property>
220
   <property name="windowTitle">
221
    <string>toolBar</string>
222
   </property>
223
   <property name="movable">
224
    <bool>false</bool>
225
   </property>
226
   <property name="allowedAreas">
227
    <set>Qt::LeftToolBarArea</set>
228
   </property>
229
   <property name="iconSize">
230
    <size>
231
     <width>30</width>
232
     <height>30</height>
233
    </size>
234
   </property>
235
   <property name="toolButtonStyle">
236
    <enum>Qt::ToolButtonTextUnderIcon</enum>
237
   </property>
238
   <attribute name="toolBarArea">
239
    <enum>LeftToolBarArea</enum>
240
   </attribute>
241
   <attribute name="toolBarBreak">
242
    <bool>false</bool>
243
   </attribute>
244
   <addaction name="ac_Connect"/>
245
   <addaction name="separator"/>
246
   <addaction name="ac_Plotter"/>
247
   <addaction name="ac_Debug"/>
248
   <addaction name="separator"/>
249
   <addaction name="ac_Chose"/>
250
  </widget>
251
  <action name="ac_Quit">
252
   <property name="icon">
253
    <iconset resource="../QMK-Scope.qrc">
254
     <normaloff>:/Actions/Global/Images/Actions/Exit.png</normaloff>:/Actions/Global/Images/Actions/Exit.png</iconset>
255
   </property>
256
   <property name="text">
257
    <string>Beenden</string>
258
   </property>
259
  </action>
260
  <action name="ac_About">
261
   <property name="icon">
262
    <iconset resource="../QMK-Scope.qrc">
263
     <normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</normaloff>:/Icon/Global/Images/Icons/QMK-Scope.png</iconset>
264
   </property>
265
   <property name="text">
266
    <string>Über QMK-Scope</string>
267
   </property>
268
  </action>
269
  <action name="ac_Connect">
270
   <property name="checkable">
271
    <bool>true</bool>
272
   </property>
273
   <property name="checked">
274
    <bool>false</bool>
275
   </property>
276
   <property name="icon">
277
    <iconset resource="../QMK-Scope.qrc">
278
     <normaloff>:/Actions/Global/Images/Actions/Connection-NO.png</normaloff>
279
     <normalon>:/Actions/Global/Images/Actions/Connection-OK.png</normalon>:/Actions/Global/Images/Actions/Connection-NO.png</iconset>
280
   </property>
281
   <property name="text">
282
    <string>Verbinden</string>
283
   </property>
284
  </action>
285
  <action name="ac_Plotter">
286
   <property name="checkable">
287
    <bool>true</bool>
288
   </property>
289
   <property name="icon">
290
    <iconset resource="../QMK-Scope.qrc">
291
     <normaloff>:/Actions/Global/Images/Actions/Plotter-NO.png</normaloff>:/Actions/Global/Images/Actions/Plotter-NO.png</iconset>
292
   </property>
293
   <property name="text">
294
    <string>Plotter</string>
295
   </property>
296
  </action>
297
  <action name="ac_Debug">
298
   <property name="checkable">
299
    <bool>true</bool>
300
   </property>
301
   <property name="icon">
302
    <iconset resource="../QMK-Scope.qrc">
303
     <normaloff>:/Actions/Global/Images/Actions/Debug.png</normaloff>:/Actions/Global/Images/Actions/Debug.png</iconset>
304
   </property>
305
   <property name="text">
306
    <string>Debug</string>
307
   </property>
308
  </action>
309
  <action name="ac_Chose">
310
   <property name="checkable">
311
    <bool>true</bool>
312
   </property>
313
   <property name="icon">
314
    <iconset resource="../QMK-Scope.qrc">
315
     <normaloff>:/Actions/Global/Images/Actions/Preferences-Data.png</normaloff>:/Actions/Global/Images/Actions/Preferences-Data.png</iconset>
316
   </property>
317
   <property name="text">
318
    <string>Auswahl</string>
319
   </property>
320
  </action>
321
  <action name="ac_ReadLabels">
322
   <property name="text">
323
    <string>Analoglabels auslesen</string>
324
   </property>
325
  </action>
326
 </widget>
327
 <layoutdefault spacing="6" margin="11"/>
328
 <customwidgets>
329
  <customwidget>
330
   <class>QwtPlot</class>
331
   <extends>QFrame</extends>
332
   <header>qwt_plot.h</header>
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>
340
 </customwidgets>
341
 <resources>
342
  <include location="../QMK-Scope.qrc"/>
343
 </resources>
344
 <connections>
345
  <connection>
346
   <sender>ac_Quit</sender>
347
   <signal>triggered()</signal>
348
   <receiver>dlg_Main_UI</receiver>
349
   <slot>close()</slot>
350
   <hints>
351
    <hint type="sourcelabel">
352
     <x>-1</x>
353
     <y>-1</y>
354
    </hint>
355
    <hint type="destinationlabel">
356
     <x>182</x>
357
     <y>88</y>
358
    </hint>
359
   </hints>
360
  </connection>
361
 </connections>
362
</ui>