~ubuntu-branches/ubuntu/raring/muse/raring-proposed

« back to all changes in this revision

Viewing changes to muse/widgets/configmidifilebase.ui

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-11-22 01:16:59 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20121122011659-a2fwbf33ceqe1s0t
Tags: upstream-2.1~rc1
ImportĀ upstreamĀ versionĀ 2.1~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
 
    <width>548</width>
10
 
    <height>353</height>
 
9
    <width>408</width>
 
10
    <height>537</height>
11
11
   </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
16
16
  <property name="sizeGripEnabled">
17
17
   <bool>true</bool>
18
18
  </property>
19
 
  <layout class="QVBoxLayout">
20
 
   <item>
 
19
  <layout class="QGridLayout" name="gridLayout_2">
 
20
   <item row="0" column="0">
21
21
    <widget class="QGroupBox" name="midiImportGroupBox">
22
22
     <property name="sizePolicy">
23
23
      <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
28
28
     <property name="title">
29
29
      <string>Import:</string>
30
30
     </property>
31
 
     <layout class="QGridLayout">
 
31
     <layout class="QGridLayout" name="gridLayout_3">
32
32
      <item row="0" column="0">
 
33
       <widget class="QLabel" name="label">
 
34
        <property name="text">
 
35
         <string>Default instrument:</string>
 
36
        </property>
 
37
       </widget>
 
38
      </item>
 
39
      <item row="0" column="1">
 
40
       <widget class="QComboBox" name="importDefaultInstr">
 
41
        <property name="sizePolicy">
 
42
         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 
43
          <horstretch>0</horstretch>
 
44
          <verstretch>0</verstretch>
 
45
         </sizepolicy>
 
46
        </property>
 
47
       </widget>
 
48
      </item>
 
49
      <item row="0" column="2">
 
50
       <spacer name="horizontalSpacer">
 
51
        <property name="orientation">
 
52
         <enum>Qt::Horizontal</enum>
 
53
        </property>
 
54
        <property name="sizeHint" stdset="0">
 
55
         <size>
 
56
          <width>164</width>
 
57
          <height>20</height>
 
58
         </size>
 
59
        </property>
 
60
       </spacer>
 
61
      </item>
 
62
      <item row="1" column="0" colspan="3">
 
63
       <widget class="QCheckBox" name="importDevNameMetas">
 
64
        <property name="enabled">
 
65
         <bool>false</bool>
 
66
        </property>
 
67
        <property name="text">
 
68
         <string>Device Name metas trump Port metas if both exist</string>
 
69
        </property>
 
70
       </widget>
 
71
      </item>
 
72
      <item row="2" column="0" colspan="3">
 
73
       <widget class="QCheckBox" name="importInstrNameMetas">
 
74
        <property name="text">
 
75
         <string>Instrument Name metas trump Mode sysexes if both exist</string>
 
76
        </property>
 
77
       </widget>
 
78
      </item>
 
79
      <item row="3" column="0" colspan="2">
33
80
       <widget class="QCheckBox" name="splitPartsCheckBox">
34
81
        <property name="toolTip">
35
82
         <string>Split tracks into parts, or one single part</string>
42
89
        </property>
43
90
       </widget>
44
91
      </item>
45
 
     </layout>
46
 
    </widget>
47
 
   </item>
48
 
   <item>
49
 
    <widget class="QGroupBox" name="midiExportGroupBox">
50
 
     <property name="sizePolicy">
51
 
      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
52
 
       <horstretch>0</horstretch>
53
 
       <verstretch>0</verstretch>
54
 
      </sizepolicy>
55
 
     </property>
56
 
     <property name="title">
57
 
      <string>Export:</string>
58
 
     </property>
59
 
     <layout class="QGridLayout">
60
 
      <item row="3" column="1">
61
 
       <widget class="QLineEdit" name="copyrightEdit"/>
62
 
      </item>
63
 
      <item row="2" column="1">
64
 
       <widget class="QComboBox" name="divisionCombo">
65
 
        <item>
66
 
         <property name="text">
67
 
          <string>96</string>
68
 
         </property>
69
 
        </item>
70
 
        <item>
71
 
         <property name="text">
72
 
          <string>192</string>
73
 
         </property>
74
 
        </item>
75
 
        <item>
76
 
         <property name="text">
77
 
          <string>384</string>
78
 
         </property>
79
 
        </item>
80
 
       </widget>
81
 
      </item>
82
 
      <item row="4" column="0" colspan="2">
83
 
       <widget class="QCheckBox" name="extendedFormat">
84
 
        <property name="enabled">
85
 
         <bool>true</bool>
86
 
        </property>
87
 
        <property name="text">
88
 
         <string>Enable extended smf format (currently not implemented)</string>
89
 
        </property>
90
 
       </widget>
91
 
      </item>
92
 
      <item row="5" column="0" colspan="2">
93
 
       <widget class="QCheckBox" name="twoByteTimeSigs">
94
 
        <property name="text">
95
 
         <string>Use &amp;2-byte time signatures instead of standard 4</string>
96
 
        </property>
97
 
        <property name="shortcut">
98
 
         <string>Alt+2</string>
99
 
        </property>
100
 
       </widget>
101
 
      </item>
102
 
      <item row="3" column="0">
103
 
       <widget class="QLabel" name="textLabel2">
104
 
        <property name="text">
105
 
         <string>Copyright:</string>
106
 
        </property>
107
 
        <property name="wordWrap">
108
 
         <bool>false</bool>
109
 
        </property>
110
 
       </widget>
111
 
      </item>
112
 
      <item row="0" column="0">
113
 
       <widget class="QLabel" name="textLabel3">
114
 
        <property name="text">
115
 
         <string>Format:</string>
116
 
        </property>
117
 
        <property name="wordWrap">
118
 
         <bool>false</bool>
119
 
        </property>
120
 
       </widget>
121
 
      </item>
122
 
      <item row="1" column="0" colspan="2">
123
 
       <widget class="QLabel" name="textLabel4">
124
 
        <property name="sizePolicy">
125
 
         <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
126
 
          <horstretch>0</horstretch>
127
 
          <verstretch>0</verstretch>
128
 
         </sizepolicy>
129
 
        </property>
130
 
        <property name="text">
131
 
         <string>Note: Format 0 uses the FIRST midi track's name/comment in the arranger</string>
132
 
        </property>
133
 
        <property name="wordWrap">
134
 
         <bool>false</bool>
135
 
        </property>
136
 
       </widget>
137
 
      </item>
138
 
      <item row="2" column="0">
139
 
       <widget class="QLabel" name="textLabel1">
140
 
        <property name="text">
141
 
         <string>Division:</string>
142
 
        </property>
143
 
        <property name="wordWrap">
144
 
         <bool>false</bool>
145
 
        </property>
146
 
       </widget>
147
 
      </item>
148
 
      <item row="6" column="0" colspan="2">
149
 
       <widget class="QCheckBox" name="optNoteOffs">
150
 
        <property name="text">
151
 
         <string>Save space by replacing note-offs with &amp;zero velocity note-ons</string>
152
 
        </property>
153
 
        <property name="shortcut">
154
 
         <string>Alt+Z</string>
155
 
        </property>
156
 
       </widget>
157
 
      </item>
158
 
      <item row="0" column="1">
159
 
       <widget class="QComboBox" name="formatCombo">
160
 
        <item>
161
 
         <property name="text">
162
 
          <string>0 (single track)</string>
163
 
         </property>
164
 
        </item>
165
 
        <item>
166
 
         <property name="text">
167
 
          <string>1 (multiple tracks)</string>
168
 
         </property>
169
 
        </item>
170
 
       </widget>
171
 
      </item>
172
 
     </layout>
173
 
    </widget>
174
 
   </item>
175
 
   <item>
 
92
      <item row="4" column="0" colspan="3">
 
93
       <layout class="QHBoxLayout" name="horizontalLayout">
 
94
        <item>
 
95
         <widget class="QRadioButton" name="newDrumsCheckbox">
 
96
          <property name="text">
 
97
           <string>Use new-style drum tracks</string>
 
98
          </property>
 
99
          <property name="checked">
 
100
           <bool>true</bool>
 
101
          </property>
 
102
         </widget>
 
103
        </item>
 
104
        <item>
 
105
         <widget class="QRadioButton" name="oldDrumsCheckbox">
 
106
          <property name="sizePolicy">
 
107
           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
108
            <horstretch>0</horstretch>
 
109
            <verstretch>0</verstretch>
 
110
           </sizepolicy>
 
111
          </property>
 
112
          <property name="text">
 
113
           <string>Use old-style drum tracks</string>
 
114
          </property>
 
115
         </widget>
 
116
        </item>
 
117
       </layout>
 
118
      </item>
 
119
     </layout>
 
120
    </widget>
 
121
   </item>
 
122
   <item row="3" column="0">
176
123
    <layout class="QHBoxLayout">
177
124
     <property name="spacing">
178
125
      <number>6</number>
227
174
     </item>
228
175
    </layout>
229
176
   </item>
 
177
   <item row="1" column="0">
 
178
    <widget class="QGroupBox" name="midiExportGroupBox">
 
179
     <property name="sizePolicy">
 
180
      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 
181
       <horstretch>0</horstretch>
 
182
       <verstretch>0</verstretch>
 
183
      </sizepolicy>
 
184
     </property>
 
185
     <property name="title">
 
186
      <string>Export:</string>
 
187
     </property>
 
188
     <layout class="QGridLayout" name="gridLayout">
 
189
      <item row="0" column="0">
 
190
       <widget class="QLabel" name="textLabel3">
 
191
        <property name="sizePolicy">
 
192
         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
193
          <horstretch>0</horstretch>
 
194
          <verstretch>0</verstretch>
 
195
         </sizepolicy>
 
196
        </property>
 
197
        <property name="text">
 
198
         <string>Format:</string>
 
199
        </property>
 
200
        <property name="wordWrap">
 
201
         <bool>false</bool>
 
202
        </property>
 
203
       </widget>
 
204
      </item>
 
205
      <item row="0" column="1">
 
206
       <widget class="QComboBox" name="formatCombo">
 
207
        <property name="sizePolicy">
 
208
         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 
209
          <horstretch>0</horstretch>
 
210
          <verstretch>0</verstretch>
 
211
         </sizepolicy>
 
212
        </property>
 
213
        <item>
 
214
         <property name="text">
 
215
          <string>0 (single track)</string>
 
216
         </property>
 
217
        </item>
 
218
        <item>
 
219
         <property name="text">
 
220
          <string>1 (multiple tracks)</string>
 
221
         </property>
 
222
        </item>
 
223
       </widget>
 
224
      </item>
 
225
      <item row="0" column="2">
 
226
       <widget class="QLabel" name="textLabel1">
 
227
        <property name="text">
 
228
         <string>Division:</string>
 
229
        </property>
 
230
        <property name="wordWrap">
 
231
         <bool>false</bool>
 
232
        </property>
 
233
       </widget>
 
234
      </item>
 
235
      <item row="0" column="3">
 
236
       <widget class="QComboBox" name="divisionCombo">
 
237
        <property name="sizePolicy">
 
238
         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 
239
          <horstretch>0</horstretch>
 
240
          <verstretch>0</verstretch>
 
241
         </sizepolicy>
 
242
        </property>
 
243
        <item>
 
244
         <property name="text">
 
245
          <string>96</string>
 
246
         </property>
 
247
        </item>
 
248
        <item>
 
249
         <property name="text">
 
250
          <string>192</string>
 
251
         </property>
 
252
        </item>
 
253
        <item>
 
254
         <property name="text">
 
255
          <string>384</string>
 
256
         </property>
 
257
        </item>
 
258
       </widget>
 
259
      </item>
 
260
      <item row="0" column="4">
 
261
       <spacer name="horizontalSpacer_2">
 
262
        <property name="orientation">
 
263
         <enum>Qt::Horizontal</enum>
 
264
        </property>
 
265
        <property name="sizeHint" stdset="0">
 
266
         <size>
 
267
          <width>59</width>
 
268
          <height>20</height>
 
269
         </size>
 
270
        </property>
 
271
       </spacer>
 
272
      </item>
 
273
      <item row="1" column="0" colspan="5">
 
274
       <widget class="QLabel" name="textLabel4">
 
275
        <property name="sizePolicy">
 
276
         <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
 
277
          <horstretch>0</horstretch>
 
278
          <verstretch>0</verstretch>
 
279
         </sizepolicy>
 
280
        </property>
 
281
        <property name="font">
 
282
         <font>
 
283
          <pointsize>8</pointsize>
 
284
         </font>
 
285
        </property>
 
286
        <property name="text">
 
287
         <string>Note: Format 0 uses the FIRST midi track's name/comment in the arranger</string>
 
288
        </property>
 
289
        <property name="wordWrap">
 
290
         <bool>false</bool>
 
291
        </property>
 
292
       </widget>
 
293
      </item>
 
294
      <item row="2" column="0">
 
295
       <widget class="QLabel" name="textLabel2">
 
296
        <property name="sizePolicy">
 
297
         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
 
298
          <horstretch>0</horstretch>
 
299
          <verstretch>0</verstretch>
 
300
         </sizepolicy>
 
301
        </property>
 
302
        <property name="text">
 
303
         <string>Copyright:</string>
 
304
        </property>
 
305
        <property name="wordWrap">
 
306
         <bool>false</bool>
 
307
        </property>
 
308
       </widget>
 
309
      </item>
 
310
      <item row="2" column="1" colspan="4">
 
311
       <widget class="QLineEdit" name="copyrightEdit"/>
 
312
      </item>
 
313
      <item row="3" column="0" colspan="5">
 
314
       <widget class="QCheckBox" name="extendedFormat">
 
315
        <property name="enabled">
 
316
         <bool>false</bool>
 
317
        </property>
 
318
        <property name="text">
 
319
         <string>Enable extended smf format (currently not implemented)</string>
 
320
        </property>
 
321
       </widget>
 
322
      </item>
 
323
      <item row="4" column="0" colspan="4">
 
324
       <widget class="QCheckBox" name="twoByteTimeSigs">
 
325
        <property name="text">
 
326
         <string>Use &amp;2-byte time signatures instead of standard 4</string>
 
327
        </property>
 
328
        <property name="shortcut">
 
329
         <string>Alt+2</string>
 
330
        </property>
 
331
       </widget>
 
332
      </item>
 
333
      <item row="5" column="0" colspan="5">
 
334
       <widget class="QCheckBox" name="optNoteOffs">
 
335
        <property name="text">
 
336
         <string>Save space by replacing note-offs with &amp;zero velocity note-ons</string>
 
337
        </property>
 
338
        <property name="shortcut">
 
339
         <string>Alt+Z</string>
 
340
        </property>
 
341
       </widget>
 
342
      </item>
 
343
      <item row="6" column="0" colspan="5">
 
344
       <widget class="QFrame" name="frame">
 
345
        <property name="frameShape">
 
346
         <enum>QFrame::NoFrame</enum>
 
347
        </property>
 
348
        <property name="frameShadow">
 
349
         <enum>QFrame::Plain</enum>
 
350
        </property>
 
351
        <property name="lineWidth">
 
352
         <number>0</number>
 
353
        </property>
 
354
        <layout class="QHBoxLayout" name="horizontalLayout_6">
 
355
         <property name="spacing">
 
356
          <number>6</number>
 
357
         </property>
 
358
         <property name="margin">
 
359
          <number>0</number>
 
360
         </property>
 
361
         <item>
 
362
          <widget class="QRadioButton" name="exportModeSysexes">
 
363
           <property name="sizePolicy">
 
364
            <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 
365
             <horstretch>0</horstretch>
 
366
             <verstretch>0</verstretch>
 
367
            </sizepolicy>
 
368
           </property>
 
369
           <property name="text">
 
370
            <string>Mode sysexes</string>
 
371
           </property>
 
372
          </widget>
 
373
         </item>
 
374
         <item>
 
375
          <widget class="QRadioButton" name="exportInstrumentNames">
 
376
           <property name="sizePolicy">
 
377
            <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 
378
             <horstretch>0</horstretch>
 
379
             <verstretch>0</verstretch>
 
380
            </sizepolicy>
 
381
           </property>
 
382
           <property name="text">
 
383
            <string>Instrument name metas</string>
 
384
           </property>
 
385
          </widget>
 
386
         </item>
 
387
         <item>
 
388
          <widget class="QRadioButton" name="exportModeAndInstrName">
 
389
           <property name="text">
 
390
            <string>Both</string>
 
391
           </property>
 
392
          </widget>
 
393
         </item>
 
394
        </layout>
 
395
       </widget>
 
396
      </item>
 
397
      <item row="7" column="0" colspan="5">
 
398
       <widget class="QFrame" name="frame_2">
 
399
        <property name="frameShape">
 
400
         <enum>QFrame::NoFrame</enum>
 
401
        </property>
 
402
        <property name="frameShadow">
 
403
         <enum>QFrame::Plain</enum>
 
404
        </property>
 
405
        <property name="lineWidth">
 
406
         <number>0</number>
 
407
        </property>
 
408
        <layout class="QHBoxLayout" name="horizontalLayout_7">
 
409
         <property name="margin">
 
410
          <number>0</number>
 
411
         </property>
 
412
         <item>
 
413
          <widget class="QRadioButton" name="exportPortMetas">
 
414
           <property name="sizePolicy">
 
415
            <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 
416
             <horstretch>0</horstretch>
 
417
             <verstretch>0</verstretch>
 
418
            </sizepolicy>
 
419
           </property>
 
420
           <property name="text">
 
421
            <string>Port metas</string>
 
422
           </property>
 
423
          </widget>
 
424
         </item>
 
425
         <item>
 
426
          <widget class="QRadioButton" name="exportDeviceNameMetas">
 
427
           <property name="sizePolicy">
 
428
            <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
 
429
             <horstretch>0</horstretch>
 
430
             <verstretch>0</verstretch>
 
431
            </sizepolicy>
 
432
           </property>
 
433
           <property name="text">
 
434
            <string>Device name metas</string>
 
435
           </property>
 
436
          </widget>
 
437
         </item>
 
438
         <item>
 
439
          <widget class="QRadioButton" name="exportPortAndDeviceNameMetas">
 
440
           <property name="text">
 
441
            <string>Both</string>
 
442
           </property>
 
443
          </widget>
 
444
         </item>
 
445
        </layout>
 
446
       </widget>
 
447
      </item>
 
448
      <item row="8" column="0" colspan="3">
 
449
       <widget class="QCheckBox" name="exportPortDeviceSMF0">
 
450
        <property name="text">
 
451
         <string>Export a Port/Device meta for format 0</string>
 
452
        </property>
 
453
       </widget>
 
454
      </item>
 
455
     </layout>
 
456
    </widget>
 
457
   </item>
 
458
   <item row="2" column="0">
 
459
    <spacer name="verticalSpacer">
 
460
     <property name="orientation">
 
461
      <enum>Qt::Vertical</enum>
 
462
     </property>
 
463
     <property name="sizeHint" stdset="0">
 
464
      <size>
 
465
       <width>20</width>
 
466
       <height>40</height>
 
467
      </size>
 
468
     </property>
 
469
    </spacer>
 
470
   </item>
230
471
  </layout>
231
472
 </widget>
232
473
 <layoutdefault spacing="6" margin="11"/>