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_MotorTest_UI</class>
4
 <widget class="QDialog" name="dlg_MotorTest_UI">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>194</width>
10
    <height>208</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Motor-Test</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout_2">
17
   <item row="0" column="0">
18
    <widget class="QGroupBox" name="groupBox">
19
     <property name="title">
20
      <string>Motoren</string>
21
     </property>
22
     <layout class="QGridLayout" name="gridLayout">
23
      <item row="0" column="0">
24
       <widget class="QCheckBox" name="cb_1">
25
        <property name="text">
26
         <string>1</string>
27
        </property>
28
       </widget>
29
      </item>
30
      <item row="0" column="1">
31
       <widget class="QCheckBox" name="cb_2">
32
        <property name="text">
33
         <string>2</string>
34
        </property>
35
       </widget>
36
      </item>
37
      <item row="0" column="2">
38
       <widget class="QCheckBox" name="cb_3">
39
        <property name="text">
40
         <string>3</string>
41
        </property>
42
       </widget>
43
      </item>
44
      <item row="0" column="3">
45
       <widget class="QCheckBox" name="cb_4">
46
        <property name="text">
47
         <string>4</string>
48
        </property>
49
       </widget>
50
      </item>
51
      <item row="1" column="0">
52
       <widget class="QCheckBox" name="cb_5">
53
        <property name="text">
54
         <string>5</string>
55
        </property>
56
       </widget>
57
      </item>
58
      <item row="1" column="1">
59
       <widget class="QCheckBox" name="cb_6">
60
        <property name="text">
61
         <string>6</string>
62
        </property>
63
       </widget>
64
      </item>
65
      <item row="1" column="2">
66
       <widget class="QCheckBox" name="cb_7">
67
        <property name="text">
68
         <string>7</string>
69
        </property>
70
       </widget>
71
      </item>
72
      <item row="1" column="3">
73
       <widget class="QCheckBox" name="cb_8">
74
        <property name="text">
75
         <string>8</string>
76
        </property>
77
       </widget>
78
      </item>
79
      <item row="2" column="0">
80
       <widget class="QCheckBox" name="cb_9">
81
        <property name="text">
82
         <string>9</string>
83
        </property>
84
       </widget>
85
      </item>
86
      <item row="2" column="1">
87
       <widget class="QCheckBox" name="cb_10">
88
        <property name="text">
89
         <string>10</string>
90
        </property>
91
       </widget>
92
      </item>
93
      <item row="2" column="2">
94
       <widget class="QCheckBox" name="cb_11">
95
        <property name="text">
96
         <string>11</string>
97
        </property>
98
       </widget>
99
      </item>
100
      <item row="2" column="3">
101
       <widget class="QCheckBox" name="cb_12">
102
        <property name="text">
103
         <string>12</string>
104
        </property>
105
       </widget>
106
      </item>
107
      <item row="3" column="0" colspan="4">
108
       <widget class="QCheckBox" name="cb_ALL">
109
        <property name="text">
110
         <string>Alle auswählen</string>
111
        </property>
112
       </widget>
113
      </item>
114
     </layout>
115
    </widget>
116
   </item>
117
   <item row="1" column="0">
118
    <widget class="QSlider" name="sl_Speed">
119
     <property name="maximum">
120
      <number>255</number>
121
     </property>
122
     <property name="pageStep">
123
      <number>1</number>
124
     </property>
125
     <property name="orientation">
126
      <enum>Qt::Horizontal</enum>
127
     </property>
128
    </widget>
129
   </item>
130
   <item row="2" column="0">
131
    <widget class="QPushButton" name="pb_OK">
132
     <property name="text">
133
      <string>OK</string>
134
     </property>
135
    </widget>
136
   </item>
137
  </layout>
138
 </widget>
139
 <resources/>
140
 <connections>
141
  <connection>
142
   <sender>pb_OK</sender>
143
   <signal>clicked()</signal>
144
   <receiver>dlg_MotorTest_UI</receiver>
145
   <slot>accept()</slot>
146
   <hints>
147
    <hint type="sourcelabel">
148
     <x>63</x>
149
     <y>174</y>
150
    </hint>
151
    <hint type="destinationlabel">
152
     <x>29</x>
153
     <y>177</y>
154
    </hint>
155
   </hints>
156
  </connection>
157
  <connection>
158
   <sender>cb_ALL</sender>
159
   <signal>toggled(bool)</signal>
160
   <receiver>cb_1</receiver>
161
   <slot>setChecked(bool)</slot>
162
   <hints>
163
    <hint type="sourcelabel">
164
     <x>96</x>
165
     <y>128</y>
166
    </hint>
167
    <hint type="destinationlabel">
168
     <x>29</x>
169
     <y>47</y>
170
    </hint>
171
   </hints>
172
  </connection>
173
  <connection>
174
   <sender>cb_ALL</sender>
175
   <signal>toggled(bool)</signal>
176
   <receiver>cb_2</receiver>
177
   <slot>setChecked(bool)</slot>
178
   <hints>
179
    <hint type="sourcelabel">
180
     <x>96</x>
181
     <y>128</y>
182
    </hint>
183
    <hint type="destinationlabel">
184
     <x>71</x>
185
     <y>47</y>
186
    </hint>
187
   </hints>
188
  </connection>
189
  <connection>
190
   <sender>cb_ALL</sender>
191
   <signal>toggled(bool)</signal>
192
   <receiver>cb_3</receiver>
193
   <slot>setChecked(bool)</slot>
194
   <hints>
195
    <hint type="sourcelabel">
196
     <x>96</x>
197
     <y>128</y>
198
    </hint>
199
    <hint type="destinationlabel">
200
     <x>115</x>
201
     <y>47</y>
202
    </hint>
203
   </hints>
204
  </connection>
205
  <connection>
206
   <sender>cb_ALL</sender>
207
   <signal>toggled(bool)</signal>
208
   <receiver>cb_4</receiver>
209
   <slot>setChecked(bool)</slot>
210
   <hints>
211
    <hint type="sourcelabel">
212
     <x>96</x>
213
     <y>128</y>
214
    </hint>
215
    <hint type="destinationlabel">
216
     <x>160</x>
217
     <y>47</y>
218
    </hint>
219
   </hints>
220
  </connection>
221
  <connection>
222
   <sender>cb_ALL</sender>
223
   <signal>toggled(bool)</signal>
224
   <receiver>cb_5</receiver>
225
   <slot>setChecked(bool)</slot>
226
   <hints>
227
    <hint type="sourcelabel">
228
     <x>96</x>
229
     <y>128</y>
230
    </hint>
231
    <hint type="destinationlabel">
232
     <x>29</x>
233
     <y>74</y>
234
    </hint>
235
   </hints>
236
  </connection>
237
  <connection>
238
   <sender>cb_ALL</sender>
239
   <signal>toggled(bool)</signal>
240
   <receiver>cb_6</receiver>
241
   <slot>setChecked(bool)</slot>
242
   <hints>
243
    <hint type="sourcelabel">
244
     <x>96</x>
245
     <y>128</y>
246
    </hint>
247
    <hint type="destinationlabel">
248
     <x>71</x>
249
     <y>74</y>
250
    </hint>
251
   </hints>
252
  </connection>
253
  <connection>
254
   <sender>cb_ALL</sender>
255
   <signal>toggled(bool)</signal>
256
   <receiver>cb_7</receiver>
257
   <slot>setChecked(bool)</slot>
258
   <hints>
259
    <hint type="sourcelabel">
260
     <x>96</x>
261
     <y>128</y>
262
    </hint>
263
    <hint type="destinationlabel">
264
     <x>115</x>
265
     <y>74</y>
266
    </hint>
267
   </hints>
268
  </connection>
269
  <connection>
270
   <sender>cb_ALL</sender>
271
   <signal>toggled(bool)</signal>
272
   <receiver>cb_8</receiver>
273
   <slot>setChecked(bool)</slot>
274
   <hints>
275
    <hint type="sourcelabel">
276
     <x>96</x>
277
     <y>128</y>
278
    </hint>
279
    <hint type="destinationlabel">
280
     <x>160</x>
281
     <y>74</y>
282
    </hint>
283
   </hints>
284
  </connection>
285
  <connection>
286
   <sender>cb_ALL</sender>
287
   <signal>toggled(bool)</signal>
288
   <receiver>cb_9</receiver>
289
   <slot>setChecked(bool)</slot>
290
   <hints>
291
    <hint type="sourcelabel">
292
     <x>96</x>
293
     <y>128</y>
294
    </hint>
295
    <hint type="destinationlabel">
296
     <x>29</x>
297
     <y>101</y>
298
    </hint>
299
   </hints>
300
  </connection>
301
  <connection>
302
   <sender>cb_ALL</sender>
303
   <signal>toggled(bool)</signal>
304
   <receiver>cb_10</receiver>
305
   <slot>setChecked(bool)</slot>
306
   <hints>
307
    <hint type="sourcelabel">
308
     <x>96</x>
309
     <y>128</y>
310
    </hint>
311
    <hint type="destinationlabel">
312
     <x>71</x>
313
     <y>101</y>
314
    </hint>
315
   </hints>
316
  </connection>
317
  <connection>
318
   <sender>cb_ALL</sender>
319
   <signal>toggled(bool)</signal>
320
   <receiver>cb_11</receiver>
321
   <slot>setChecked(bool)</slot>
322
   <hints>
323
    <hint type="sourcelabel">
324
     <x>96</x>
325
     <y>128</y>
326
    </hint>
327
    <hint type="destinationlabel">
328
     <x>115</x>
329
     <y>101</y>
330
    </hint>
331
   </hints>
332
  </connection>
333
  <connection>
334
   <sender>cb_ALL</sender>
335
   <signal>toggled(bool)</signal>
336
   <receiver>cb_12</receiver>
337
   <slot>setChecked(bool)</slot>
338
   <hints>
339
    <hint type="sourcelabel">
340
     <x>96</x>
341
     <y>128</y>
342
    </hint>
343
    <hint type="destinationlabel">
344
     <x>160</x>
345
     <y>101</y>
346
    </hint>
347
   </hints>
348
  </connection>
349
 </connections>
350
</ui>