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

« back to all changes in this revision

Viewing changes to muse/widgets/gensetbase.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>525</width>
10
 
    <height>549</height>
 
9
    <width>544</width>
 
10
    <height>593</height>
11
11
   </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
37
37
         </property>
38
38
         <layout class="QHBoxLayout" name="qhboxProjDir">
39
39
          <property name="spacing">
40
 
           <number>-1</number>
 
40
           <number>6</number>
41
41
          </property>
42
42
          <item>
43
43
           <widget class="QLabel" name="textLabel_ProjDir">
1029
1029
      <attribute name="title">
1030
1030
       <string>Midi</string>
1031
1031
      </attribute>
1032
 
      <layout class="QVBoxLayout">
1033
 
       <property name="spacing">
1034
 
        <number>6</number>
1035
 
       </property>
1036
 
       <property name="margin">
1037
 
        <number>11</number>
1038
 
       </property>
1039
 
       <item>
 
1032
      <layout class="QGridLayout" name="gridLayout_7">
 
1033
       <item row="2" column="0">
 
1034
        <widget class="QGroupBox" name="groupBox_3">
 
1035
         <property name="title">
 
1036
          <string>Record new style drum tracks</string>
 
1037
         </property>
 
1038
         <layout class="QVBoxLayout" name="verticalLayout_5">
 
1039
          <item>
 
1040
           <widget class="QRadioButton" name="recordAllButton">
 
1041
            <property name="text">
 
1042
             <string>Record all instruments</string>
 
1043
            </property>
 
1044
           </widget>
 
1045
          </item>
 
1046
          <item>
 
1047
           <widget class="QRadioButton" name="dontRecHiddenButton">
 
1048
            <property name="text">
 
1049
             <string>Don't record hidden instruments</string>
 
1050
            </property>
 
1051
           </widget>
 
1052
          </item>
 
1053
          <item>
 
1054
           <widget class="QRadioButton" name="dontRecMutedButton">
 
1055
            <property name="text">
 
1056
             <string>Don't record muted instruments</string>
 
1057
            </property>
 
1058
           </widget>
 
1059
          </item>
 
1060
          <item>
 
1061
           <widget class="QRadioButton" name="dontRecBothButton">
 
1062
            <property name="text">
 
1063
             <string>Don't record hidden or muted instruments</string>
 
1064
            </property>
 
1065
           </widget>
 
1066
          </item>
 
1067
         </layout>
 
1068
        </widget>
 
1069
       </item>
 
1070
       <item row="1" column="0">
 
1071
        <widget class="QGroupBox" name="groupBox_5">
 
1072
         <property name="title">
 
1073
          <string>Instrument initialization</string>
 
1074
         </property>
 
1075
         <layout class="QVBoxLayout" name="verticalLayout">
 
1076
          <item>
 
1077
           <widget class="QCheckBox" name="midiSendInit">
 
1078
            <property name="text">
 
1079
             <string>Send instrument initialization sequences</string>
 
1080
            </property>
 
1081
           </widget>
 
1082
          </item>
 
1083
          <item>
 
1084
           <widget class="QCheckBox" name="midiWarnInitPending">
 
1085
            <property name="text">
 
1086
             <string>Warn if instrument initialization sequences pending</string>
 
1087
            </property>
 
1088
           </widget>
 
1089
          </item>
 
1090
          <item>
 
1091
           <widget class="QCheckBox" name="midiSendCtlDefaults">
 
1092
            <property name="text">
 
1093
             <string>Send instrument controller default values if none in song, at init or rewind</string>
 
1094
            </property>
 
1095
           </widget>
 
1096
          </item>
 
1097
         </layout>
 
1098
        </widget>
 
1099
       </item>
 
1100
       <item row="3" column="0">
 
1101
        <spacer name="verticalSpacer_3">
 
1102
         <property name="orientation">
 
1103
          <enum>Qt::Vertical</enum>
 
1104
         </property>
 
1105
         <property name="sizeHint" stdset="0">
 
1106
          <size>
 
1107
           <width>191</width>
 
1108
           <height>166</height>
 
1109
          </size>
 
1110
         </property>
 
1111
        </spacer>
 
1112
       </item>
 
1113
       <item row="0" column="0">
1040
1114
        <widget class="QGroupBox" name="GroupBox2">
1041
1115
         <property name="title">
1042
1116
          <string>Ticks</string>
1043
1117
         </property>
1044
 
         <layout class="QGridLayout">
1045
 
          <item row="0" column="0">
 
1118
         <layout class="QGridLayout" name="gridLayout_2">
 
1119
          <item row="1" column="0" rowspan="2">
1046
1120
           <widget class="QLabel" name="TextLabel3">
1047
1121
            <property name="text">
1048
1122
             <string>RTC Resolution
1053
1127
            </property>
1054
1128
           </widget>
1055
1129
          </item>
1056
 
          <item row="0" column="1">
 
1130
          <item row="1" column="1">
1057
1131
           <widget class="QComboBox" name="rtcResolutionSelect">
 
1132
            <property name="sizePolicy">
 
1133
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
1134
              <horstretch>0</horstretch>
 
1135
              <verstretch>0</verstretch>
 
1136
             </sizepolicy>
 
1137
            </property>
1058
1138
            <item>
1059
1139
             <property name="text">
1060
1140
              <string>1024</string>
1087
1167
            </item>
1088
1168
           </widget>
1089
1169
          </item>
1090
 
          <item row="1" column="0">
 
1170
          <item row="2" column="1" rowspan="2">
 
1171
           <widget class="QComboBox" name="midiDivisionSelect">
 
1172
            <property name="sizePolicy">
 
1173
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
1174
              <horstretch>0</horstretch>
 
1175
              <verstretch>0</verstretch>
 
1176
             </sizepolicy>
 
1177
            </property>
 
1178
            <property name="currentIndex">
 
1179
             <number>3</number>
 
1180
            </property>
 
1181
            <item>
 
1182
             <property name="text">
 
1183
              <string>48</string>
 
1184
             </property>
 
1185
            </item>
 
1186
            <item>
 
1187
             <property name="text">
 
1188
              <string>96</string>
 
1189
             </property>
 
1190
            </item>
 
1191
            <item>
 
1192
             <property name="text">
 
1193
              <string>192</string>
 
1194
             </property>
 
1195
            </item>
 
1196
            <item>
 
1197
             <property name="text">
 
1198
              <string>384</string>
 
1199
             </property>
 
1200
            </item>
 
1201
            <item>
 
1202
             <property name="text">
 
1203
              <string>768</string>
 
1204
             </property>
 
1205
            </item>
 
1206
            <item>
 
1207
             <property name="text">
 
1208
              <string>1536</string>
 
1209
             </property>
 
1210
            </item>
 
1211
            <item>
 
1212
             <property name="text">
 
1213
              <string>3072</string>
 
1214
             </property>
 
1215
            </item>
 
1216
            <item>
 
1217
             <property name="text">
 
1218
              <string>6144</string>
 
1219
             </property>
 
1220
            </item>
 
1221
            <item>
 
1222
             <property name="text">
 
1223
              <string>12288</string>
 
1224
             </property>
 
1225
            </item>
 
1226
           </widget>
 
1227
          </item>
 
1228
          <item row="3" column="0">
1091
1229
           <widget class="QLabel" name="midiResLabel">
1092
1230
            <property name="text">
1093
1231
             <string>Midi Resolution
1098
1236
            </property>
1099
1237
           </widget>
1100
1238
          </item>
1101
 
          <item row="1" column="1">
1102
 
           <widget class="QComboBox" name="midiDivisionSelect">
1103
 
            <property name="currentIndex">
1104
 
             <number>3</number>
1105
 
            </property>
1106
 
            <item>
1107
 
             <property name="text">
1108
 
              <string>48</string>
1109
 
             </property>
1110
 
            </item>
1111
 
            <item>
1112
 
             <property name="text">
1113
 
              <string>96</string>
1114
 
             </property>
1115
 
            </item>
1116
 
            <item>
1117
 
             <property name="text">
1118
 
              <string>192</string>
1119
 
             </property>
1120
 
            </item>
1121
 
            <item>
1122
 
             <property name="text">
1123
 
              <string>384</string>
1124
 
             </property>
1125
 
            </item>
1126
 
            <item>
1127
 
             <property name="text">
1128
 
              <string>768</string>
1129
 
             </property>
1130
 
            </item>
1131
 
            <item>
1132
 
             <property name="text">
1133
 
              <string>1536</string>
1134
 
             </property>
1135
 
            </item>
1136
 
            <item>
1137
 
             <property name="text">
1138
 
              <string>3072</string>
1139
 
             </property>
1140
 
            </item>
1141
 
            <item>
1142
 
             <property name="text">
1143
 
              <string>6144</string>
1144
 
             </property>
1145
 
            </item>
1146
 
            <item>
1147
 
             <property name="text">
1148
 
              <string>12288</string>
1149
 
             </property>
1150
 
            </item>
1151
 
           </widget>
1152
 
          </item>
1153
 
          <item row="2" column="0">
 
1239
          <item row="4" column="0">
1154
1240
           <widget class="QLabel" name="TextLabel4">
1155
1241
            <property name="text">
1156
1242
             <string>Displayed Resolution
1161
1247
            </property>
1162
1248
           </widget>
1163
1249
          </item>
1164
 
          <item row="2" column="1">
 
1250
          <item row="4" column="1">
1165
1251
           <widget class="QComboBox" name="guiDivisionSelect">
 
1252
            <property name="sizePolicy">
 
1253
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
1254
              <horstretch>0</horstretch>
 
1255
              <verstretch>0</verstretch>
 
1256
             </sizepolicy>
 
1257
            </property>
1166
1258
            <property name="currentIndex">
1167
1259
             <number>3</number>
1168
1260
            </property>
1213
1305
            </item>
1214
1306
           </widget>
1215
1307
          </item>
1216
 
          <item row="3" column="1">
1217
 
           <spacer name="verticalSpacer_3">
1218
 
            <property name="orientation">
1219
 
             <enum>Qt::Vertical</enum>
1220
 
            </property>
1221
 
            <property name="sizeHint" stdset="0">
1222
 
             <size>
1223
 
              <width>20</width>
1224
 
              <height>40</height>
1225
 
             </size>
1226
 
            </property>
1227
 
           </spacer>
 
1308
          <item row="0" column="0">
 
1309
           <widget class="QCheckBox" name="warnIfBadTimingCheckBox">
 
1310
            <property name="text">
 
1311
             <string>Warn if timer frequency is inadequate</string>
 
1312
            </property>
 
1313
           </widget>
1228
1314
          </item>
1229
1315
         </layout>
1230
1316
        </widget>
1247
1333
         <property name="title">
1248
1334
          <string>Behavior</string>
1249
1335
         </property>
1250
 
         <layout class="QGridLayout">
 
1336
         <layout class="QGridLayout" name="gridLayout7">
1251
1337
          <item row="0" column="0">
1252
1338
           <widget class="QLabel" name="TextLabel1">
1253
1339
            <property name="text">
1258
1344
            </property>
1259
1345
           </widget>
1260
1346
          </item>
1261
 
          <item row="0" column="1">
 
1347
          <item row="0" column="2">
1262
1348
           <widget class="QSpinBox" name="guiRefreshSelect">
1263
1349
            <property name="suffix">
1264
1350
             <string>/sec</string>
1284
1370
            </property>
1285
1371
           </widget>
1286
1372
          </item>
1287
 
          <item row="1" column="1">
 
1373
          <item row="1" column="2">
1288
1374
           <widget class="QCheckBox" name="oldStyleStopCheckBox">
1289
1375
            <property name="sizePolicy">
1290
1376
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1297
1383
            </property>
1298
1384
           </widget>
1299
1385
          </item>
1300
 
          <item row="2" column="0">
 
1386
          <item row="2" column="0" colspan="2">
1301
1387
           <widget class="QLabel" name="textLabel1_4_2">
1302
1388
            <property name="text">
1303
1389
             <string>Move single armed track with selection</string>
1307
1393
            </property>
1308
1394
           </widget>
1309
1395
          </item>
1310
 
          <item row="2" column="1">
 
1396
          <item row="2" column="2">
1311
1397
           <widget class="QCheckBox" name="moveArmedCheckBox">
1312
1398
            <property name="sizePolicy">
1313
1399
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1330
1416
            </property>
1331
1417
           </widget>
1332
1418
          </item>
1333
 
          <item row="3" column="1">
 
1419
          <item row="3" column="2">
1334
1420
           <widget class="QCheckBox" name="projectSaveCheckBox">
1335
1421
            <property name="sizePolicy">
1336
1422
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1343
1429
            </property>
1344
1430
           </widget>
1345
1431
          </item>
1346
 
          <item row="4" column="0">
 
1432
          <item row="4" column="0" colspan="2">
1347
1433
           <widget class="QLabel" name="TextLabel1_3">
1348
1434
            <property name="toolTip">
1349
1435
             <string/>
1353
1439
            </property>
1354
1440
           </widget>
1355
1441
          </item>
1356
 
          <item row="4" column="1">
 
1442
          <item row="4" column="2">
1357
1443
           <widget class="QCheckBox" name="popsDefStayOpenCheckBox">
1358
1444
            <property name="sizePolicy">
1359
1445
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1370
1456
            </property>
1371
1457
           </widget>
1372
1458
          </item>
1373
 
          <item row="5" column="0">
 
1459
          <item row="5" column="0" colspan="2">
1374
1460
           <widget class="QLabel" name="label_2">
1375
1461
            <property name="toolTip">
1376
1462
             <string>In some areas, the middle mouse button decreases
1383
1469
            </property>
1384
1470
           </widget>
1385
1471
          </item>
1386
 
          <item row="5" column="1">
 
1472
          <item row="5" column="2">
1387
1473
           <widget class="QCheckBox" name="lmbDecreasesCheckBox">
1388
1474
            <property name="sizePolicy">
1389
1475
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1396
1482
            </property>
1397
1483
           </widget>
1398
1484
          </item>
1399
 
          <item row="6" column="1">
1400
 
           <widget class="QCheckBox" name="rangeMarkerWithoutMMBCheckBox">
1401
 
            <property name="sizePolicy">
1402
 
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1403
 
              <horstretch>0</horstretch>
1404
 
              <verstretch>0</verstretch>
1405
 
             </sizepolicy>
1406
 
            </property>
1407
 
            <property name="text">
1408
 
             <string/>
1409
 
            </property>
1410
 
           </widget>
1411
 
          </item>
1412
 
          <item row="6" column="0">
 
1485
          <item row="6" column="0" colspan="2">
1413
1486
           <widget class="QLabel" name="label_3">
1414
1487
            <property name="text">
1415
1488
             <string>Shift + Right click sets left range marker</string>
1416
1489
            </property>
1417
1490
           </widget>
1418
1491
          </item>
1419
 
          <item row="7" column="1">
1420
 
           <widget class="QCheckBox" name="addHiddenCheckBox">
 
1492
          <item row="6" column="2">
 
1493
           <widget class="QCheckBox" name="rangeMarkerWithoutMMBCheckBox">
 
1494
            <property name="sizePolicy">
 
1495
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
1496
              <horstretch>0</horstretch>
 
1497
              <verstretch>0</verstretch>
 
1498
             </sizepolicy>
 
1499
            </property>
1421
1500
            <property name="text">
1422
1501
             <string/>
1423
1502
            </property>
1424
1503
           </widget>
1425
1504
          </item>
1426
 
          <item row="7" column="0">
 
1505
          <item row="7" column="0" colspan="2">
1427
1506
           <widget class="QLabel" name="label_4">
1428
1507
            <property name="text">
1429
1508
             <string>Allow adding hidden tracks in track list menu</string>
1430
1509
            </property>
1431
1510
           </widget>
1432
1511
          </item>
1433
 
          <item row="8" column="0">
 
1512
          <item row="7" column="2">
 
1513
           <widget class="QCheckBox" name="addHiddenCheckBox">
 
1514
            <property name="text">
 
1515
             <string/>
 
1516
            </property>
 
1517
           </widget>
 
1518
          </item>
 
1519
          <item row="8" column="0" colspan="2">
1434
1520
           <widget class="QLabel" name="label_5">
1435
1521
            <property name="text">
1436
1522
             <string>Unhide tracks when adding hidden tracks</string>
1437
1523
            </property>
1438
1524
           </widget>
1439
1525
          </item>
1440
 
          <item row="8" column="1">
 
1526
          <item row="8" column="2">
1441
1527
           <widget class="QCheckBox" name="unhideTracksCheckBox">
1442
1528
            <property name="text">
1443
1529
             <string/>
1444
1530
            </property>
1445
1531
           </widget>
1446
1532
          </item>
1447
 
          <item row="9" column="0">
 
1533
          <item row="9" column="0" colspan="2">
1448
1534
           <widget class="QLabel" name="label5">
1449
1535
            <property name="text">
1450
1536
             <string>Smart focus</string>
1454
1540
            </property>
1455
1541
           </widget>
1456
1542
          </item>
1457
 
          <item row="9" column="1">
 
1543
          <item row="9" column="2">
1458
1544
           <widget class="QCheckBox" name="smartFocusCheckBox">
1459
1545
            <property name="sizePolicy">
1460
1546
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1474
1560
            </property>
1475
1561
           </widget>
1476
1562
          </item>
1477
 
          <item row="10" column="0">
 
1563
          <item row="10" column="0" colspan="2">
 
1564
           <widget class="QLabel" name="label_6">
 
1565
            <property name="text">
 
1566
             <string>Show midi velocity graphs per-note</string>
 
1567
            </property>
 
1568
           </widget>
 
1569
          </item>
 
1570
          <item row="10" column="2">
 
1571
           <widget class="QCheckBox" name="velocityPerNoteCheckBox">
 
1572
            <property name="text">
 
1573
             <string/>
 
1574
            </property>
 
1575
           </widget>
 
1576
          </item>
 
1577
          <item row="11" column="1">
1478
1578
           <spacer name="verticalSpacer_2">
1479
1579
            <property name="orientation">
1480
1580
             <enum>Qt::Vertical</enum>
1490
1590
         </layout>
1491
1591
        </widget>
1492
1592
       </item>
 
1593
       <item>
 
1594
        <widget class="QGroupBox" name="groupBox_4">
 
1595
         <property name="title">
 
1596
          <string>Drum tracks</string>
 
1597
         </property>
 
1598
         <layout class="QGridLayout" name="gridLayout9">
 
1599
          <item row="0" column="0">
 
1600
           <widget class="QRadioButton" name="onlyOldDrumBtn">
 
1601
            <property name="text">
 
1602
             <string>Only offer old-style drumtracks</string>
 
1603
            </property>
 
1604
           </widget>
 
1605
          </item>
 
1606
          <item row="0" column="1">
 
1607
           <widget class="QRadioButton" name="onlyNewDrumBtn">
 
1608
            <property name="text">
 
1609
             <string>Only offer new-style drumtracks</string>
 
1610
            </property>
 
1611
           </widget>
 
1612
          </item>
 
1613
          <item row="1" column="0">
 
1614
           <widget class="QRadioButton" name="preferOldDrumBtn">
 
1615
            <property name="text">
 
1616
             <string>Prefer old-style drumtracks</string>
 
1617
            </property>
 
1618
           </widget>
 
1619
          </item>
 
1620
          <item row="1" column="1">
 
1621
           <widget class="QRadioButton" name="preferNewDrumBtn">
 
1622
            <property name="text">
 
1623
             <string>Prefer new-style drumtracks</string>
 
1624
            </property>
 
1625
           </widget>
 
1626
          </item>
 
1627
         </layout>
 
1628
        </widget>
 
1629
       </item>
 
1630
       <item>
 
1631
        <spacer name="verticalSpacer_21">
 
1632
         <property name="orientation">
 
1633
          <enum>Qt::Vertical</enum>
 
1634
         </property>
 
1635
         <property name="sizeHint" stdset="0">
 
1636
          <size>
 
1637
           <width>20</width>
 
1638
           <height>40</height>
 
1639
          </size>
 
1640
         </property>
 
1641
        </spacer>
 
1642
       </item>
1493
1643
      </layout>
1494
1644
     </widget>
1495
1645
     <widget class="QWidget" name="tab_2">
1548
1698
              <rect>
1549
1699
               <x>0</x>
1550
1700
               <y>0</y>
1551
 
               <width>481</width>
1552
 
               <height>386</height>
 
1701
               <width>474</width>
 
1702
               <height>410</height>
1553
1703
              </rect>
1554
1704
             </property>
1555
1705
             <layout class="QHBoxLayout" name="horizontalLayout_3">