~ubuntu-branches/ubuntu/oneiric/muse/oneiric

« back to all changes in this revision

Viewing changes to muse/widgets/metronomebase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-11-17 21:43:38 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101117214338-1hvfl7oo2dsqnvrb
Tags: 1.1-0ubuntu1
* New upstream release (LP: #668631)
* Switch to dpkg-source 3.0 (quilt) format
* Switch to dh7 short form
* debian/rules:
  - added --enable-dssi and --enable-osc to conf flags for dssi support
  - added -ljackserver to LDFLAGS to fix a FTBFS because of --as-needed
* debian/control:
  - added build build dependency on liblo-dev and dssi-dev for dssi support
  - bump Standards-version to 3.9.1. No changes required.
* debian/muse.desktop, debian/muse.xpm: dropped as desktop file and icon is
  now shipped upstream.
* fix-desktop-categories.patch: fix Categories tag in upstream desktop file
* 10_es_locale_fix.dpatch: refreshed and converted to quilt as
  fix_es_locale.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
 
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
2
<class>MetronomeConfigBase</class>
3
3
<widget class="QDialog">
4
4
    <property name="name">
8
8
        <rect>
9
9
            <x>0</x>
10
10
            <y>0</y>
11
 
            <width>508</width>
12
 
            <height>352</height>
 
11
            <width>517</width>
 
12
            <height>347</height>
13
13
        </rect>
14
14
    </property>
15
15
    <property name="caption">
18
18
    <property name="sizeGripEnabled">
19
19
        <bool>true</bool>
20
20
    </property>
21
 
    <vbox>
 
21
    <grid>
22
22
        <property name="name">
23
23
            <cstring>unnamed</cstring>
24
24
        </property>
28
28
        <property name="spacing">
29
29
            <number>6</number>
30
30
        </property>
31
 
        <widget class="QLayoutWidget">
 
31
        <widget class="QLayoutWidget" row="0" column="0">
32
32
            <property name="name">
33
 
                <cstring>Layout12</cstring>
 
33
                <cstring>layout20</cstring>
34
34
            </property>
35
 
            <hbox>
 
35
            <grid>
36
36
                <property name="name">
37
37
                    <cstring>unnamed</cstring>
38
38
                </property>
39
 
                <property name="margin">
40
 
                    <number>0</number>
41
 
                </property>
42
 
                <property name="spacing">
43
 
                    <number>6</number>
44
 
                </property>
45
 
                <widget class="QGroupBox">
 
39
                <widget class="QGroupBox" row="0" column="0">
46
40
                    <property name="name">
47
41
                        <cstring>GroupBox1</cstring>
48
42
                    </property>
49
43
                    <property name="title">
50
44
                        <string>Metronome</string>
51
45
                    </property>
52
 
                    <vbox>
 
46
                    <grid>
53
47
                        <property name="name">
54
48
                            <cstring>unnamed</cstring>
55
49
                        </property>
59
53
                        <property name="spacing">
60
54
                            <number>6</number>
61
55
                        </property>
62
 
                        <widget class="QLayoutWidget">
63
 
                          <property name="name">
64
 
                            <cstring>audioBeepLayout</cstring>
65
 
                          </property>
66
 
                          <hbox>
67
 
                            <widget class="QCheckBox">
68
 
                                <property name="name">
69
 
                                    <cstring>audioBeep</cstring>
70
 
                                </property>
71
 
                                <property name="text">
72
 
                                    <string>Audio Beep</string>
73
 
                                </property>
74
 
                            </widget>
75
 
                            <widget class="QPushButton">
76
 
                              <property name="name">
77
 
                                <cstring>audioBeepRoutesButton</cstring>
78
 
                              </property>
79
 
                              <property name="text">
80
 
                                <string>Choose outputs...</string>
81
 
                              </property>
82
 
                              <property name="autoDefault">
83
 
                                <bool>true</bool>
84
 
                              </property>
85
 
                            </widget>
86
 
                          </hbox>
87
 
                        </widget>
88
 
                        <widget class="QCheckBox">
89
 
                            <property name="name">
90
 
                                <cstring>midiClick</cstring>
91
 
                            </property>
92
 
                            <property name="text">
93
 
                                <string>MIDI Click</string>
94
 
                            </property>
95
 
                            <property name="checked">
96
 
                                <bool>true</bool>
97
 
                            </property>
98
 
                        </widget>
99
 
                        <widget class="QLayoutWidget">
100
 
                            <property name="name">
101
 
                                <cstring>Layout11</cstring>
102
 
                            </property>
103
 
                            <hbox>
 
56
                        <widget class="QLayoutWidget" row="0" column="0">
 
57
                            <property name="name">
 
58
                                <cstring>layout18</cstring>
 
59
                            </property>
 
60
                            <vbox>
104
61
                                <property name="name">
105
62
                                    <cstring>unnamed</cstring>
106
63
                                </property>
107
 
                                <property name="margin">
108
 
                                    <number>0</number>
109
 
                                </property>
110
 
                                <property name="spacing">
111
 
                                    <number>6</number>
112
 
                                </property>
113
 
                                <widget class="QLayoutWidget">
114
 
                                    <property name="name">
115
 
                                        <cstring>Layout10</cstring>
116
 
                                    </property>
117
 
                                    <grid>
 
64
                                <widget class="QLayoutWidget">
 
65
                                    <property name="name">
 
66
                                        <cstring>audioBeepLayout</cstring>
 
67
                                    </property>
 
68
                                    <hbox>
 
69
                                        <property name="name">
 
70
                                            <cstring>unnamed</cstring>
 
71
                                        </property>
 
72
                                        <widget class="QCheckBox">
 
73
                                            <property name="name">
 
74
                                                <cstring>audioBeep</cstring>
 
75
                                            </property>
 
76
                                            <property name="text">
 
77
                                                <string>Audio Beep</string>
 
78
                                            </property>
 
79
                                        </widget>
 
80
                                        <widget class="QPushButton">
 
81
                                            <property name="name">
 
82
                                                <cstring>audioBeepRoutesButton</cstring>
 
83
                                            </property>
 
84
                                            <property name="text">
 
85
                                                <string>Choose outputs...</string>
 
86
                                            </property>
 
87
                                            <property name="autoDefault">
 
88
                                                <bool>true</bool>
 
89
                                            </property>
 
90
                                        </widget>
 
91
                                    </hbox>
 
92
                                </widget>
 
93
                                <widget class="QLayoutWidget">
 
94
                                    <property name="name">
 
95
                                        <cstring>layout17</cstring>
 
96
                                    </property>
 
97
                                    <hbox>
 
98
                                        <property name="name">
 
99
                                            <cstring>unnamed</cstring>
 
100
                                        </property>
 
101
                                        <widget class="QSlider">
 
102
                                            <property name="name">
 
103
                                                <cstring>volumeSlider</cstring>
 
104
                                            </property>
 
105
                                            <property name="minValue">
 
106
                                                <number>0</number>
 
107
                                            </property>
 
108
                                            <property name="maxValue">
 
109
                                                <number>100</number>
 
110
                                            </property>
 
111
                                            <property name="lineStep">
 
112
                                                <number>1</number>
 
113
                                            </property>
 
114
                                            <property name="pageStep">
 
115
                                                <number>10</number>
 
116
                                            </property>
 
117
                                            <property name="value">
 
118
                                                <number>50</number>
 
119
                                            </property>
 
120
                                            <property name="orientation">
 
121
                                                <enum>Horizontal</enum>
 
122
                                            </property>
 
123
                                        </widget>
 
124
                                        <widget class="QLabel">
 
125
                                            <property name="name">
 
126
                                                <cstring>volumeLabel</cstring>
 
127
                                            </property>
 
128
                                            <property name="text">
 
129
                                                <string>50</string>
 
130
                                            </property>
 
131
                                        </widget>
 
132
                                        <widget class="QLabel">
 
133
                                            <property name="name">
 
134
                                                <cstring>textLabel1</cstring>
 
135
                                            </property>
 
136
                                            <property name="text">
 
137
                                                <string>% Audio volume</string>
 
138
                                            </property>
 
139
                                        </widget>
 
140
                                    </hbox>
 
141
                                </widget>
 
142
                                <widget class="QCheckBox">
 
143
                                    <property name="name">
 
144
                                        <cstring>midiClick</cstring>
 
145
                                    </property>
 
146
                                    <property name="text">
 
147
                                        <string>MIDI Click</string>
 
148
                                    </property>
 
149
                                    <property name="checked">
 
150
                                        <bool>true</bool>
 
151
                                    </property>
 
152
                                </widget>
 
153
                                <widget class="QLayoutWidget">
 
154
                                    <property name="name">
 
155
                                        <cstring>Layout11</cstring>
 
156
                                    </property>
 
157
                                    <hbox>
118
158
                                        <property name="name">
119
159
                                            <cstring>unnamed</cstring>
120
160
                                        </property>
124
164
                                        <property name="spacing">
125
165
                                            <number>6</number>
126
166
                                        </property>
127
 
                                        <widget class="QLabel" row="4" column="1">
128
 
                                            <property name="name">
129
 
                                                <cstring>TextLabel5</cstring>
130
 
                                            </property>
131
 
                                            <property name="text">
132
 
                                                <string>Midi Channel</string>
133
 
                                            </property>
134
 
                                        </widget>
135
 
                                        <widget class="QLabel" row="0" column="1">
136
 
                                            <property name="name">
137
 
                                                <cstring>TextLabel1</cstring>
138
 
                                            </property>
139
 
                                            <property name="text">
140
 
                                                <string>Measure Note</string>
141
 
                                            </property>
142
 
                                        </widget>
143
 
                                        <widget class="QSpinBox" row="4" column="0">
144
 
                                            <property name="name">
145
 
                                                <cstring>midiChannel</cstring>
146
 
                                            </property>
147
 
                                            <property name="maxValue">
148
 
                                                <number>16</number>
149
 
                                            </property>
150
 
                                            <property name="minValue">
151
 
                                                <number>1</number>
152
 
                                            </property>
153
 
                                        </widget>
154
 
                                        <widget class="QLabel" row="1" column="1">
155
 
                                            <property name="name">
156
 
                                                <cstring>TextLabel2</cstring>
157
 
                                            </property>
158
 
                                            <property name="text">
159
 
                                                <string>Measure Velocity</string>
160
 
                                            </property>
161
 
                                        </widget>
162
 
                                        <widget class="QLabel" row="3" column="1">
163
 
                                            <property name="name">
164
 
                                                <cstring>TextLabel4</cstring>
165
 
                                            </property>
166
 
                                            <property name="text">
167
 
                                                <string>Beat Velocity</string>
168
 
                                            </property>
169
 
                                        </widget>
170
 
                                        <widget class="QSpinBox" row="5" column="0">
171
 
                                            <property name="name">
172
 
                                                <cstring>midiPort</cstring>
173
 
                                            </property>
174
 
                                            <property name="maxValue">
175
 
                                                <number>16</number>
176
 
                                            </property>
177
 
                                            <property name="minValue">
178
 
                                                <number>1</number>
179
 
                                            </property>
180
 
                                        </widget>
181
 
                                        <widget class="QLabel" row="2" column="1">
182
 
                                            <property name="name">
183
 
                                                <cstring>TextLabel3</cstring>
184
 
                                            </property>
185
 
                                            <property name="text">
186
 
                                                <string>Beat Note</string>
187
 
                                            </property>
188
 
                                        </widget>
189
 
                                        <widget class="QSpinBox" row="2" column="0">
190
 
                                            <property name="name">
191
 
                                                <cstring>beatNote</cstring>
192
 
                                            </property>
193
 
                                        </widget>
194
 
                                        <widget class="QSpinBox" row="1" column="0">
195
 
                                            <property name="name">
196
 
                                                <cstring>measureVelocity</cstring>
197
 
                                            </property>
198
 
                                            <property name="maxValue">
199
 
                                                <number>127</number>
200
 
                                            </property>
201
 
                                        </widget>
202
 
                                        <widget class="QSpinBox" row="0" column="0">
203
 
                                            <property name="name">
204
 
                                                <cstring>measureNote</cstring>
205
 
                                            </property>
206
 
                                        </widget>
207
 
                                        <widget class="QLabel" row="5" column="1">
208
 
                                            <property name="name">
209
 
                                                <cstring>TextLabel6</cstring>
210
 
                                            </property>
211
 
                                            <property name="text">
212
 
                                                <string>Midi Port</string>
213
 
                                            </property>
214
 
                                        </widget>
215
 
                                        <widget class="QSpinBox" row="3" column="0">
216
 
                                            <property name="name">
217
 
                                                <cstring>beatVelocity</cstring>
218
 
                                            </property>
219
 
                                            <property name="maxValue">
220
 
                                                <number>127</number>
221
 
                                            </property>
222
 
                                        </widget>
223
 
                                    </grid>
 
167
                                        <widget class="QLayoutWidget">
 
168
                                            <property name="name">
 
169
                                                <cstring>Layout10</cstring>
 
170
                                            </property>
 
171
                                            <grid>
 
172
                                                <property name="name">
 
173
                                                    <cstring>unnamed</cstring>
 
174
                                                </property>
 
175
                                                <property name="margin">
 
176
                                                    <number>0</number>
 
177
                                                </property>
 
178
                                                <property name="spacing">
 
179
                                                    <number>6</number>
 
180
                                                </property>
 
181
                                                <widget class="QLabel" row="4" column="1">
 
182
                                                    <property name="name">
 
183
                                                        <cstring>TextLabel5</cstring>
 
184
                                                    </property>
 
185
                                                    <property name="text">
 
186
                                                        <string>Midi Channel</string>
 
187
                                                    </property>
 
188
                                                </widget>
 
189
                                                <widget class="QLabel" row="0" column="1">
 
190
                                                    <property name="name">
 
191
                                                        <cstring>TextLabel1</cstring>
 
192
                                                    </property>
 
193
                                                    <property name="text">
 
194
                                                        <string>Measure Note</string>
 
195
                                                    </property>
 
196
                                                </widget>
 
197
                                                <widget class="QSpinBox" row="4" column="0">
 
198
                                                    <property name="name">
 
199
                                                        <cstring>midiChannel</cstring>
 
200
                                                    </property>
 
201
                                                    <property name="maxValue">
 
202
                                                        <number>16</number>
 
203
                                                    </property>
 
204
                                                    <property name="minValue">
 
205
                                                        <number>1</number>
 
206
                                                    </property>
 
207
                                                </widget>
 
208
                                                <widget class="QLabel" row="1" column="1">
 
209
                                                    <property name="name">
 
210
                                                        <cstring>TextLabel2</cstring>
 
211
                                                    </property>
 
212
                                                    <property name="text">
 
213
                                                        <string>Measure Velocity</string>
 
214
                                                    </property>
 
215
                                                </widget>
 
216
                                                <widget class="QLabel" row="3" column="1">
 
217
                                                    <property name="name">
 
218
                                                        <cstring>TextLabel4</cstring>
 
219
                                                    </property>
 
220
                                                    <property name="text">
 
221
                                                        <string>Beat Velocity</string>
 
222
                                                    </property>
 
223
                                                </widget>
 
224
                                                <widget class="QSpinBox" row="5" column="0">
 
225
                                                    <property name="name">
 
226
                                                        <cstring>midiPort</cstring>
 
227
                                                    </property>
 
228
                                                    <property name="maxValue">
 
229
                                                        <number>16</number>
 
230
                                                    </property>
 
231
                                                    <property name="minValue">
 
232
                                                        <number>1</number>
 
233
                                                    </property>
 
234
                                                </widget>
 
235
                                                <widget class="QLabel" row="2" column="1">
 
236
                                                    <property name="name">
 
237
                                                        <cstring>TextLabel3</cstring>
 
238
                                                    </property>
 
239
                                                    <property name="text">
 
240
                                                        <string>Beat Note</string>
 
241
                                                    </property>
 
242
                                                </widget>
 
243
                                                <widget class="QSpinBox" row="2" column="0">
 
244
                                                    <property name="name">
 
245
                                                        <cstring>beatNote</cstring>
 
246
                                                    </property>
 
247
                                                </widget>
 
248
                                                <widget class="QSpinBox" row="1" column="0">
 
249
                                                    <property name="name">
 
250
                                                        <cstring>measureVelocity</cstring>
 
251
                                                    </property>
 
252
                                                    <property name="maxValue">
 
253
                                                        <number>127</number>
 
254
                                                    </property>
 
255
                                                </widget>
 
256
                                                <widget class="QSpinBox" row="0" column="0">
 
257
                                                    <property name="name">
 
258
                                                        <cstring>measureNote</cstring>
 
259
                                                    </property>
 
260
                                                </widget>
 
261
                                                <widget class="QLabel" row="5" column="1">
 
262
                                                    <property name="name">
 
263
                                                        <cstring>TextLabel6</cstring>
 
264
                                                    </property>
 
265
                                                    <property name="text">
 
266
                                                        <string>Midi Port</string>
 
267
                                                    </property>
 
268
                                                </widget>
 
269
                                                <widget class="QSpinBox" row="3" column="0">
 
270
                                                    <property name="name">
 
271
                                                        <cstring>beatVelocity</cstring>
 
272
                                                    </property>
 
273
                                                    <property name="maxValue">
 
274
                                                        <number>127</number>
 
275
                                                    </property>
 
276
                                                </widget>
 
277
                                            </grid>
 
278
                                        </widget>
 
279
                                        <spacer>
 
280
                                            <property name="name">
 
281
                                                <cstring>Spacer10</cstring>
 
282
                                            </property>
 
283
                                            <property name="orientation">
 
284
                                                <enum>Horizontal</enum>
 
285
                                            </property>
 
286
                                            <property name="sizeType">
 
287
                                                <enum>Expanding</enum>
 
288
                                            </property>
 
289
                                            <property name="sizeHint">
 
290
                                                <size>
 
291
                                                    <width>20</width>
 
292
                                                    <height>20</height>
 
293
                                                </size>
 
294
                                            </property>
 
295
                                        </spacer>
 
296
                                    </hbox>
224
297
                                </widget>
225
 
                                <spacer>
226
 
                                    <property name="name">
227
 
                                        <cstring>Spacer10</cstring>
228
 
                                    </property>
229
 
                                    <property name="orientation">
230
 
                                        <enum>Horizontal</enum>
231
 
                                    </property>
232
 
                                    <property name="sizeType">
233
 
                                        <enum>Expanding</enum>
234
 
                                    </property>
235
 
                                    <property name="sizeHint">
236
 
                                        <size>
237
 
                                            <width>20</width>
238
 
                                            <height>20</height>
239
 
                                        </size>
240
 
                                    </property>
241
 
                                </spacer>
242
 
                            </hbox>
 
298
                            </vbox>
243
299
                        </widget>
244
 
                    </vbox>
 
300
                    </grid>
245
301
                </widget>
246
 
                <widget class="QGroupBox">
 
302
                <widget class="QGroupBox" row="0" column="1">
247
303
                    <property name="name">
248
304
                        <cstring>GroupBox2</cstring>
249
305
                    </property>
410
466
                        </widget>
411
467
                    </vbox>
412
468
                </widget>
413
 
            </hbox>
414
 
        </widget>
415
 
        <widget class="QLayoutWidget">
416
 
            <property name="name">
417
 
                <cstring>Layout1</cstring>
418
 
            </property>
419
 
            <hbox>
420
 
                <property name="name">
421
 
                    <cstring>unnamed</cstring>
422
 
                </property>
423
 
                <property name="margin">
424
 
                    <number>0</number>
425
 
                </property>
426
 
                <property name="spacing">
427
 
                    <number>6</number>
428
 
                </property>
429
 
                <spacer>
430
 
                    <property name="name">
431
 
                        <cstring>Horizontal Spacing2</cstring>
432
 
                    </property>
433
 
                    <property name="orientation">
434
 
                        <enum>Horizontal</enum>
435
 
                    </property>
436
 
                    <property name="sizeType">
437
 
                        <enum>Expanding</enum>
438
 
                    </property>
439
 
                    <property name="sizeHint">
440
 
                        <size>
441
 
                            <width>20</width>
442
 
                            <height>20</height>
443
 
                        </size>
444
 
                    </property>
445
 
                </spacer>
446
 
                <widget class="QPushButton">
447
 
                    <property name="name">
448
 
                        <cstring>buttonApply</cstring>
449
 
                    </property>
450
 
                    <property name="text">
451
 
                        <string>&amp;Apply</string>
452
 
                    </property>
453
 
                    <property name="autoDefault">
454
 
                        <bool>true</bool>
455
 
                    </property>
456
 
                </widget>
457
 
                <widget class="QPushButton">
458
 
                    <property name="name">
459
 
                        <cstring>buttonOk</cstring>
460
 
                    </property>
461
 
                    <property name="text">
462
 
                        <string>&amp;OK</string>
463
 
                    </property>
464
 
                    <property name="autoDefault">
465
 
                        <bool>true</bool>
466
 
                    </property>
467
 
                    <property name="default">
468
 
                        <bool>true</bool>
469
 
                    </property>
470
 
                </widget>
471
 
                <widget class="QPushButton">
472
 
                    <property name="name">
473
 
                        <cstring>buttonCancel</cstring>
474
 
                    </property>
475
 
                    <property name="text">
476
 
                        <string>&amp;Cancel</string>
477
 
                    </property>
478
 
                    <property name="autoDefault">
479
 
                        <bool>true</bool>
480
 
                    </property>
481
 
                </widget>
482
 
            </hbox>
483
 
        </widget>
484
 
    </vbox>
 
469
                <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="2">
 
470
                    <property name="name">
 
471
                        <cstring>layout19</cstring>
 
472
                    </property>
 
473
                    <hbox>
 
474
                        <property name="name">
 
475
                            <cstring>unnamed</cstring>
 
476
                        </property>
 
477
                        <widget class="QLabel">
 
478
                            <property name="name">
 
479
                                <cstring>textLabel3</cstring>
 
480
                            </property>
 
481
                            <property name="text">
 
482
                                <string>Hint: Enable metronome in Transportpanel</string>
 
483
                            </property>
 
484
                        </widget>
 
485
                        <spacer>
 
486
                            <property name="name">
 
487
                                <cstring>Horizontal Spacing2</cstring>
 
488
                            </property>
 
489
                            <property name="orientation">
 
490
                                <enum>Horizontal</enum>
 
491
                            </property>
 
492
                            <property name="sizeType">
 
493
                                <enum>Expanding</enum>
 
494
                            </property>
 
495
                            <property name="sizeHint">
 
496
                                <size>
 
497
                                    <width>8</width>
 
498
                                    <height>20</height>
 
499
                                </size>
 
500
                            </property>
 
501
                        </spacer>
 
502
                        <widget class="QPushButton">
 
503
                            <property name="name">
 
504
                                <cstring>buttonApply</cstring>
 
505
                            </property>
 
506
                            <property name="text">
 
507
                                <string>&amp;Apply</string>
 
508
                            </property>
 
509
                            <property name="accel">
 
510
                                <string>Alt+A</string>
 
511
                            </property>
 
512
                            <property name="autoDefault">
 
513
                                <bool>true</bool>
 
514
                            </property>
 
515
                        </widget>
 
516
                        <widget class="QPushButton">
 
517
                            <property name="name">
 
518
                                <cstring>buttonOk</cstring>
 
519
                            </property>
 
520
                            <property name="text">
 
521
                                <string>&amp;OK</string>
 
522
                            </property>
 
523
                            <property name="accel">
 
524
                                <string>Alt+O</string>
 
525
                            </property>
 
526
                            <property name="autoDefault">
 
527
                                <bool>true</bool>
 
528
                            </property>
 
529
                            <property name="default">
 
530
                                <bool>true</bool>
 
531
                            </property>
 
532
                        </widget>
 
533
                        <widget class="QPushButton">
 
534
                            <property name="name">
 
535
                                <cstring>buttonCancel</cstring>
 
536
                            </property>
 
537
                            <property name="text">
 
538
                                <string>&amp;Cancel</string>
 
539
                            </property>
 
540
                            <property name="accel">
 
541
                                <string>Alt+C</string>
 
542
                            </property>
 
543
                            <property name="autoDefault">
 
544
                                <bool>true</bool>
 
545
                            </property>
 
546
                        </widget>
 
547
                    </hbox>
 
548
                </widget>
 
549
            </grid>
 
550
        </widget>
 
551
    </grid>
485
552
</widget>
486
553
<connections>
487
554
    <connection>
496
563
        <receiver>MetronomeConfigBase</receiver>
497
564
        <slot>reject()</slot>
498
565
    </connection>
 
566
    <connection>
 
567
        <sender>volumeSlider</sender>
 
568
        <signal>valueChanged(int)</signal>
 
569
        <receiver>volumeLabel</receiver>
 
570
        <slot>setNum(int)</slot>
 
571
    </connection>
499
572
</connections>
500
573
<tabstops>
501
574
    <tabstop>audioBeep</tabstop>