~ubuntu-branches/ubuntu/karmic/muse/karmic-proposed

« back to all changes in this revision

Viewing changes to widgets/metronomebase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-23 17:28:23 UTC
  • Revision ID: james.westby@ubuntu.com-20020423172823-w8yplzr81a759xa3
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
 
2
<class>MetronomeConfigBase</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>MetronomeConfigBase</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>461</width>
 
12
            <height>299</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>MusE: Metronome Config</string>
 
17
    </property>
 
18
    <property name="sizeGripEnabled">
 
19
        <bool>true</bool>
 
20
    </property>
 
21
    <vbox>
 
22
        <property name="name">
 
23
            <cstring>unnamed</cstring>
 
24
        </property>
 
25
        <property name="margin">
 
26
            <number>11</number>
 
27
        </property>
 
28
        <property name="spacing">
 
29
            <number>6</number>
 
30
        </property>
 
31
        <widget class="QLayoutWidget">
 
32
            <property name="name">
 
33
                <cstring>Layout12</cstring>
 
34
            </property>
 
35
            <hbox>
 
36
                <property name="name">
 
37
                    <cstring>unnamed</cstring>
 
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">
 
46
                    <property name="name">
 
47
                        <cstring>GroupBox1</cstring>
 
48
                    </property>
 
49
                    <property name="title">
 
50
                        <string>Metronome</string>
 
51
                    </property>
 
52
                    <vbox>
 
53
                        <property name="name">
 
54
                            <cstring>unnamed</cstring>
 
55
                        </property>
 
56
                        <property name="margin">
 
57
                            <number>11</number>
 
58
                        </property>
 
59
                        <property name="spacing">
 
60
                            <number>6</number>
 
61
                        </property>
 
62
                        <widget class="QCheckBox">
 
63
                            <property name="name">
 
64
                                <cstring>audioBeep</cstring>
 
65
                            </property>
 
66
                            <property name="enabled">
 
67
                                <bool>false</bool>
 
68
                            </property>
 
69
                            <property name="text">
 
70
                                <string>Audio Beep</string>
 
71
                            </property>
 
72
                        </widget>
 
73
                        <widget class="QCheckBox">
 
74
                            <property name="name">
 
75
                                <cstring>midiClick</cstring>
 
76
                            </property>
 
77
                            <property name="text">
 
78
                                <string>MIDI Click</string>
 
79
                            </property>
 
80
                            <property name="checked">
 
81
                                <bool>true</bool>
 
82
                            </property>
 
83
                        </widget>
 
84
                        <widget class="QLayoutWidget">
 
85
                            <property name="name">
 
86
                                <cstring>Layout11</cstring>
 
87
                            </property>
 
88
                            <hbox>
 
89
                                <property name="name">
 
90
                                    <cstring>unnamed</cstring>
 
91
                                </property>
 
92
                                <property name="margin">
 
93
                                    <number>0</number>
 
94
                                </property>
 
95
                                <property name="spacing">
 
96
                                    <number>6</number>
 
97
                                </property>
 
98
                                <widget class="QLayoutWidget">
 
99
                                    <property name="name">
 
100
                                        <cstring>Layout10</cstring>
 
101
                                    </property>
 
102
                                    <grid>
 
103
                                        <property name="name">
 
104
                                            <cstring>unnamed</cstring>
 
105
                                        </property>
 
106
                                        <property name="margin">
 
107
                                            <number>0</number>
 
108
                                        </property>
 
109
                                        <property name="spacing">
 
110
                                            <number>6</number>
 
111
                                        </property>
 
112
                                        <widget class="QLabel" row="4" column="1">
 
113
                                            <property name="name">
 
114
                                                <cstring>TextLabel5</cstring>
 
115
                                            </property>
 
116
                                            <property name="text">
 
117
                                                <string>Midi Channel</string>
 
118
                                            </property>
 
119
                                        </widget>
 
120
                                        <widget class="QLabel" row="0" column="1">
 
121
                                            <property name="name">
 
122
                                                <cstring>TextLabel1</cstring>
 
123
                                            </property>
 
124
                                            <property name="text">
 
125
                                                <string>Measure Note</string>
 
126
                                            </property>
 
127
                                        </widget>
 
128
                                        <widget class="QSpinBox" row="4" column="0">
 
129
                                            <property name="name">
 
130
                                                <cstring>midiChannel</cstring>
 
131
                                            </property>
 
132
                                            <property name="maxValue">
 
133
                                                <number>16</number>
 
134
                                            </property>
 
135
                                            <property name="minValue">
 
136
                                                <number>1</number>
 
137
                                            </property>
 
138
                                        </widget>
 
139
                                        <widget class="QLabel" row="1" column="1">
 
140
                                            <property name="name">
 
141
                                                <cstring>TextLabel2</cstring>
 
142
                                            </property>
 
143
                                            <property name="text">
 
144
                                                <string>Measure Velocity</string>
 
145
                                            </property>
 
146
                                        </widget>
 
147
                                        <widget class="QLabel" row="3" column="1">
 
148
                                            <property name="name">
 
149
                                                <cstring>TextLabel4</cstring>
 
150
                                            </property>
 
151
                                            <property name="text">
 
152
                                                <string>Beat Velocity</string>
 
153
                                            </property>
 
154
                                        </widget>
 
155
                                        <widget class="QSpinBox" row="5" column="0">
 
156
                                            <property name="name">
 
157
                                                <cstring>midiPort</cstring>
 
158
                                            </property>
 
159
                                            <property name="maxValue">
 
160
                                                <number>16</number>
 
161
                                            </property>
 
162
                                            <property name="minValue">
 
163
                                                <number>1</number>
 
164
                                            </property>
 
165
                                        </widget>
 
166
                                        <widget class="QLabel" row="2" column="1">
 
167
                                            <property name="name">
 
168
                                                <cstring>TextLabel3</cstring>
 
169
                                            </property>
 
170
                                            <property name="text">
 
171
                                                <string>Beat Note</string>
 
172
                                            </property>
 
173
                                        </widget>
 
174
                                        <widget class="QSpinBox" row="2" column="0">
 
175
                                            <property name="name">
 
176
                                                <cstring>beatNote</cstring>
 
177
                                            </property>
 
178
                                        </widget>
 
179
                                        <widget class="QSpinBox" row="1" column="0">
 
180
                                            <property name="name">
 
181
                                                <cstring>measureVelocity</cstring>
 
182
                                            </property>
 
183
                                            <property name="maxValue">
 
184
                                                <number>127</number>
 
185
                                            </property>
 
186
                                        </widget>
 
187
                                        <widget class="QSpinBox" row="0" column="0">
 
188
                                            <property name="name">
 
189
                                                <cstring>measureNote</cstring>
 
190
                                            </property>
 
191
                                        </widget>
 
192
                                        <widget class="QLabel" row="5" column="1">
 
193
                                            <property name="name">
 
194
                                                <cstring>TextLabel6</cstring>
 
195
                                            </property>
 
196
                                            <property name="text">
 
197
                                                <string>Midi Port</string>
 
198
                                            </property>
 
199
                                        </widget>
 
200
                                        <widget class="QSpinBox" row="3" column="0">
 
201
                                            <property name="name">
 
202
                                                <cstring>beatVelocity</cstring>
 
203
                                            </property>
 
204
                                            <property name="maxValue">
 
205
                                                <number>127</number>
 
206
                                            </property>
 
207
                                        </widget>
 
208
                                    </grid>
 
209
                                </widget>
 
210
                                <spacer>
 
211
                                    <property name="name" stdset="0">
 
212
                                        <cstring>Spacer10</cstring>
 
213
                                    </property>
 
214
                                    <property name="orientation">
 
215
                                        <enum>Horizontal</enum>
 
216
                                    </property>
 
217
                                    <property name="sizeType">
 
218
                                        <enum>Expanding</enum>
 
219
                                    </property>
 
220
                                    <property name="sizeHint">
 
221
                                        <size>
 
222
                                            <width>20</width>
 
223
                                            <height>20</height>
 
224
                                        </size>
 
225
                                    </property>
 
226
                                </spacer>
 
227
                            </hbox>
 
228
                        </widget>
 
229
                    </vbox>
 
230
                </widget>
 
231
                <widget class="QGroupBox">
 
232
                    <property name="name">
 
233
                        <cstring>GroupBox2</cstring>
 
234
                    </property>
 
235
                    <property name="title">
 
236
                        <string>Precount</string>
 
237
                    </property>
 
238
                    <vbox>
 
239
                        <property name="name">
 
240
                            <cstring>unnamed</cstring>
 
241
                        </property>
 
242
                        <property name="margin">
 
243
                            <number>11</number>
 
244
                        </property>
 
245
                        <property name="spacing">
 
246
                            <number>6</number>
 
247
                        </property>
 
248
                        <widget class="QCheckBox">
 
249
                            <property name="name">
 
250
                                <cstring>precountEnable</cstring>
 
251
                            </property>
 
252
                            <property name="text">
 
253
                                <string>enable</string>
 
254
                            </property>
 
255
                            <property name="checked">
 
256
                                <bool>true</bool>
 
257
                            </property>
 
258
                        </widget>
 
259
                        <widget class="QLayoutWidget">
 
260
                            <property name="name">
 
261
                                <cstring>Layout6</cstring>
 
262
                            </property>
 
263
                            <hbox>
 
264
                                <property name="name">
 
265
                                    <cstring>unnamed</cstring>
 
266
                                </property>
 
267
                                <property name="margin">
 
268
                                    <number>0</number>
 
269
                                </property>
 
270
                                <property name="spacing">
 
271
                                    <number>6</number>
 
272
                                </property>
 
273
                                <widget class="QSpinBox">
 
274
                                    <property name="name">
 
275
                                        <cstring>precountBars</cstring>
 
276
                                    </property>
 
277
                                    <property name="maxValue">
 
278
                                        <number>10</number>
 
279
                                    </property>
 
280
                                    <property name="minValue">
 
281
                                        <number>1</number>
 
282
                                    </property>
 
283
                                    <property name="value">
 
284
                                        <number>2</number>
 
285
                                    </property>
 
286
                                </widget>
 
287
                                <widget class="QLabel">
 
288
                                    <property name="name">
 
289
                                        <cstring>TextLabel7</cstring>
 
290
                                    </property>
 
291
                                    <property name="text">
 
292
                                        <string>Bars</string>
 
293
                                    </property>
 
294
                                </widget>
 
295
                            </hbox>
 
296
                        </widget>
 
297
                        <widget class="QCheckBox">
 
298
                            <property name="name">
 
299
                                <cstring>precountFromMastertrack</cstring>
 
300
                            </property>
 
301
                            <property name="text">
 
302
                                <string>From Mastertrack</string>
 
303
                            </property>
 
304
                            <property name="checked">
 
305
                                <bool>true</bool>
 
306
                            </property>
 
307
                        </widget>
 
308
                        <widget class="QLayoutWidget">
 
309
                            <property name="name">
 
310
                                <cstring>Layout5</cstring>
 
311
                            </property>
 
312
                            <hbox>
 
313
                                <property name="name">
 
314
                                    <cstring>unnamed</cstring>
 
315
                                </property>
 
316
                                <property name="margin">
 
317
                                    <number>0</number>
 
318
                                </property>
 
319
                                <property name="spacing">
 
320
                                    <number>6</number>
 
321
                                </property>
 
322
                                <widget class="QSpinBox">
 
323
                                    <property name="name">
 
324
                                        <cstring>precountSigZ</cstring>
 
325
                                    </property>
 
326
                                    <property name="enabled">
 
327
                                        <bool>false</bool>
 
328
                                    </property>
 
329
                                    <property name="maxValue">
 
330
                                        <number>32</number>
 
331
                                    </property>
 
332
                                    <property name="minValue">
 
333
                                        <number>1</number>
 
334
                                    </property>
 
335
                                    <property name="value">
 
336
                                        <number>4</number>
 
337
                                    </property>
 
338
                                </widget>
 
339
                                <widget class="QLabel">
 
340
                                    <property name="name">
 
341
                                        <cstring>TextLabel8</cstring>
 
342
                                    </property>
 
343
                                    <property name="text">
 
344
                                        <string>/</string>
 
345
                                    </property>
 
346
                                </widget>
 
347
                                <widget class="QSpinBox">
 
348
                                    <property name="name">
 
349
                                        <cstring>precountSigN</cstring>
 
350
                                    </property>
 
351
                                    <property name="enabled">
 
352
                                        <bool>false</bool>
 
353
                                    </property>
 
354
                                    <property name="maxValue">
 
355
                                        <number>64</number>
 
356
                                    </property>
 
357
                                    <property name="minValue">
 
358
                                        <number>2</number>
 
359
                                    </property>
 
360
                                    <property name="value">
 
361
                                        <number>4</number>
 
362
                                    </property>
 
363
                                </widget>
 
364
                                <widget class="QLabel">
 
365
                                    <property name="name">
 
366
                                        <cstring>TextLabel9</cstring>
 
367
                                    </property>
 
368
                                    <property name="text">
 
369
                                        <string>Signature</string>
 
370
                                    </property>
 
371
                                </widget>
 
372
                            </hbox>
 
373
                        </widget>
 
374
                        <widget class="QCheckBox">
 
375
                            <property name="name">
 
376
                                <cstring>precountPrerecord</cstring>
 
377
                            </property>
 
378
                            <property name="enabled">
 
379
                                <bool>false</bool>
 
380
                            </property>
 
381
                            <property name="text">
 
382
                                <string>Prerecord</string>
 
383
                            </property>
 
384
                        </widget>
 
385
                        <widget class="QCheckBox">
 
386
                            <property name="name">
 
387
                                <cstring>precountPreroll</cstring>
 
388
                            </property>
 
389
                            <property name="enabled">
 
390
                                <bool>false</bool>
 
391
                            </property>
 
392
                            <property name="text">
 
393
                                <string>Preroll</string>
 
394
                            </property>
 
395
                        </widget>
 
396
                    </vbox>
 
397
                </widget>
 
398
            </hbox>
 
399
        </widget>
 
400
        <widget class="QLayoutWidget">
 
401
            <property name="name">
 
402
                <cstring>Layout1</cstring>
 
403
            </property>
 
404
            <hbox>
 
405
                <property name="name">
 
406
                    <cstring>unnamed</cstring>
 
407
                </property>
 
408
                <property name="margin">
 
409
                    <number>0</number>
 
410
                </property>
 
411
                <property name="spacing">
 
412
                    <number>6</number>
 
413
                </property>
 
414
                <spacer>
 
415
                    <property name="name" stdset="0">
 
416
                        <cstring>Horizontal Spacing2</cstring>
 
417
                    </property>
 
418
                    <property name="orientation">
 
419
                        <enum>Horizontal</enum>
 
420
                    </property>
 
421
                    <property name="sizeType">
 
422
                        <enum>Expanding</enum>
 
423
                    </property>
 
424
                    <property name="sizeHint">
 
425
                        <size>
 
426
                            <width>20</width>
 
427
                            <height>20</height>
 
428
                        </size>
 
429
                    </property>
 
430
                </spacer>
 
431
                <widget class="QPushButton">
 
432
                    <property name="name">
 
433
                        <cstring>buttonApply</cstring>
 
434
                    </property>
 
435
                    <property name="text">
 
436
                        <string>&amp;Apply</string>
 
437
                    </property>
 
438
                    <property name="autoDefault">
 
439
                        <bool>true</bool>
 
440
                    </property>
 
441
                </widget>
 
442
                <widget class="QPushButton">
 
443
                    <property name="name">
 
444
                        <cstring>buttonOk</cstring>
 
445
                    </property>
 
446
                    <property name="text">
 
447
                        <string>&amp;OK</string>
 
448
                    </property>
 
449
                    <property name="autoDefault">
 
450
                        <bool>true</bool>
 
451
                    </property>
 
452
                    <property name="default">
 
453
                        <bool>true</bool>
 
454
                    </property>
 
455
                </widget>
 
456
                <widget class="QPushButton">
 
457
                    <property name="name">
 
458
                        <cstring>buttonCancel</cstring>
 
459
                    </property>
 
460
                    <property name="text">
 
461
                        <string>&amp;Cancel</string>
 
462
                    </property>
 
463
                    <property name="autoDefault">
 
464
                        <bool>true</bool>
 
465
                    </property>
 
466
                </widget>
 
467
            </hbox>
 
468
        </widget>
 
469
    </vbox>
 
470
</widget>
 
471
<connections>
 
472
    <connection>
 
473
        <sender>buttonOk</sender>
 
474
        <signal>clicked()</signal>
 
475
        <receiver>MetronomeConfigBase</receiver>
 
476
        <slot>accept()</slot>
 
477
    </connection>
 
478
    <connection>
 
479
        <sender>buttonCancel</sender>
 
480
        <signal>clicked()</signal>
 
481
        <receiver>MetronomeConfigBase</receiver>
 
482
        <slot>reject()</slot>
 
483
    </connection>
 
484
</connections>
 
485
<tabstops>
 
486
    <tabstop>audioBeep</tabstop>
 
487
    <tabstop>midiClick</tabstop>
 
488
    <tabstop>measureNote</tabstop>
 
489
    <tabstop>measureVelocity</tabstop>
 
490
    <tabstop>beatNote</tabstop>
 
491
    <tabstop>beatVelocity</tabstop>
 
492
    <tabstop>midiChannel</tabstop>
 
493
    <tabstop>midiPort</tabstop>
 
494
    <tabstop>precountEnable</tabstop>
 
495
    <tabstop>precountBars</tabstop>
 
496
    <tabstop>precountFromMastertrack</tabstop>
 
497
    <tabstop>precountSigZ</tabstop>
 
498
    <tabstop>precountPrerecord</tabstop>
 
499
    <tabstop>precountPreroll</tabstop>
 
500
    <tabstop>precountSigN</tabstop>
 
501
    <tabstop>buttonApply</tabstop>
 
502
    <tabstop>buttonOk</tabstop>
 
503
    <tabstop>buttonCancel</tabstop>
 
504
</tabstops>
 
505
<layoutdefaults spacing="6" margin="11"/>
 
506
</UI>