2013-05-13 18:49:17 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>PrefsDialogBase</class>
|
|
|
|
<widget class="QDialog" name="PrefsDialogBase">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2013-08-13 19:10:08 +02:00
|
|
|
<width>880</width>
|
2014-11-10 10:05:25 +01:00
|
|
|
<height>592</height>
|
2013-05-13 18:49:17 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MuseScore: Preferences</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>MuseScore Preferences</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="3" column="0">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2013-08-13 19:10:08 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2013-05-13 18:49:17 +02:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="resetToDefault">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Reset All Preferences to Default</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Reset All Preferences to Default</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>131</width>
|
|
|
|
<height>31</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Apply</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTabWidget" name="General">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-08-15 00:21:18 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="accessibleName">
|
2014-08-15 00:21:18 +02:00
|
|
|
<string>Preferences Tab Manager</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
2014-08-15 00:21:18 +02:00
|
|
|
<number>0</number>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-04-04 19:45:52 +02:00
|
|
|
<widget class="QWidget" name="tabGeneral">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="accessibleName">
|
2014-08-14 23:31:55 +02:00
|
|
|
<string>General Tab</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>General</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QGroupBox" name="groupBox_10">
|
|
|
|
<property name="title">
|
|
|
|
<string>Language</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2014-08-14 22:22:51 +02:00
|
|
|
<widget class="QComboBox" name="language">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Select language</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>The language will be changed once you restart MuseScore.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-09-13 12:54:09 +02:00
|
|
|
<widget class="QLabel" name="restartWarningLanguage">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-09-13 12:54:09 +02:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<italic>true</italic>
|
|
|
|
</font>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-09-13 12:54:09 +02:00
|
|
|
<string notr="true">The language will be changed once you restart MuseScore.</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::PlainText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-08-17 21:58:16 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="updateTranslation">
|
|
|
|
<property name="text">
|
2014-08-20 00:30:59 +02:00
|
|
|
<string>Update translations</string>
|
2014-08-17 21:58:16 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-05-13 18:49:17 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" rowspan="2">
|
|
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
|
|
<property name="title">
|
|
|
|
<string>Program Start</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2014-11-10 10:05:25 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
2013-05-13 18:49:17 +02:00
|
|
|
<widget class="QRadioButton" name="emptySession">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Start empty</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Start empty</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-11-10 10:05:25 +01:00
|
|
|
<item row="3" column="0" colspan="2">
|
2013-05-13 18:49:17 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetFixedSize</enum>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="scoreSession">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Start with score:</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Start with score:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-08-14 22:22:51 +02:00
|
|
|
<widget class="QLineEdit" name="sessionScore">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Start with score</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path to starting score</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="startWithButton">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="accessibleName">
|
2014-08-14 22:22:51 +02:00
|
|
|
<string>Choose starting score</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a file dialog for selecting the starting score</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2014-12-19 14:17:53 +01:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QCheckBox" name="showSplashScreen">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="accessibleName">
|
2014-12-19 14:17:53 +01:00
|
|
|
<string>Show splash screen</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-12-19 14:17:53 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Show splash screen</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-12-19 14:17:53 +01:00
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QCheckBox" name="showStartcenter">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
2014-12-19 14:17:53 +01:00
|
|
|
<string>Show start center</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2014-12-19 14:17:53 +01:00
|
|
|
<widget class="QRadioButton" name="lastSession">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="accessibleName">
|
2014-12-19 14:17:53 +01:00
|
|
|
<string>Continue last session</string>
|
2014-08-14 22:22:51 +02:00
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
2014-12-19 14:17:53 +01:00
|
|
|
<string>Continue last session</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-12-19 14:17:53 +01:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QRadioButton" name="newSession">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="accessibleName">
|
2014-12-19 14:17:53 +01:00
|
|
|
<string>Start with new score</string>
|
2014-08-14 22:22:51 +02:00
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
2014-12-19 14:17:53 +01:00
|
|
|
<string>Start with new score</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-12-19 14:17:53 +01:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QCheckBox" name="playPanelShow">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="accessibleName">
|
2014-12-19 14:17:53 +01:00
|
|
|
<string>Show play panel</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-12-19 14:17:53 +01:00
|
|
|
<string>Show play panel</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-12-19 14:17:53 +01:00
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QCheckBox" name="navigatorShow">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="accessibleName">
|
2014-12-19 14:17:53 +01:00
|
|
|
<string>Show navigator</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-12-19 14:17:53 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Show navigator</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" rowspan="3">
|
|
|
|
<widget class="QGroupBox" name="groupBox_6">
|
|
|
|
<property name="title">
|
|
|
|
<string>Paths</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout">
|
2013-08-13 19:10:08 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
<property name="text">
|
2014-01-21 09:49:19 +01:00
|
|
|
<string>Image folder:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_86">
|
|
|
|
<property name="text">
|
2014-01-21 09:49:19 +01:00
|
|
|
<string>Score folder:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_88">
|
|
|
|
<property name="text">
|
2014-01-21 09:49:19 +01:00
|
|
|
<string>Style folder:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2014-08-14 22:22:51 +02:00
|
|
|
<widget class="QLineEdit" name="myStyles">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Style folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path for style folder</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
2014-01-21 09:49:19 +01:00
|
|
|
<string>Template folder:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QToolButton" name="myScoresButton">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Choose score folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a folder dialog for selecting the score folder</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QToolButton" name="myStylesButton">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Choose style folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a folder dialog for selecting the style folder</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2014-08-14 22:22:51 +02:00
|
|
|
<widget class="QLineEdit" name="myScores">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Score folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path to score folder.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_89">
|
|
|
|
<property name="text">
|
2014-01-21 09:49:19 +01:00
|
|
|
<string>Plugin folder:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
2014-08-14 22:22:51 +02:00
|
|
|
<widget class="QLineEdit" name="myTemplates">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Template folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path to Template folder</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
2014-08-14 22:22:51 +02:00
|
|
|
<widget class="QLineEdit" name="myPlugins">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Plugin folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path to plugin folder</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QToolButton" name="myPluginsButton">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Choose plugin folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a folder dialog for selecting the plugin folder</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
2014-01-21 09:49:19 +01:00
|
|
|
<string>Soundfont folders:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
2014-08-14 22:22:51 +02:00
|
|
|
<widget class="QLineEdit" name="sfPath">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Soundfont folders</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path to soundfont folders</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item row="6" column="1">
|
2014-08-14 22:22:51 +02:00
|
|
|
<widget class="QLineEdit" name="myImages">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Image folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path to image folder</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QToolButton" name="myTemplatesButton">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Choose template folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a folder dialog for selecting the template folder</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
2014-08-14 22:22:51 +02:00
|
|
|
<widget class="QLineEdit" name="sfzPath">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>SFZ folders</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path to SFZ folders</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="label_19">
|
|
|
|
<property name="text">
|
2014-01-20 20:26:23 +01:00
|
|
|
<string>SFZ folders:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="2">
|
|
|
|
<widget class="QToolButton" name="myImagesButton">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Image folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a folder dialog for selecting the image folder</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="2">
|
|
|
|
<widget class="QToolButton" name="mySoundfontsButton">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Soundfont folders</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a dialog for configuring the soundfont folders</string>
|
|
|
|
</property>
|
2014-10-15 19:57:54 +02:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="2">
|
|
|
|
<widget class="QToolButton" name="mySfzButton">
|
2014-08-14 22:22:51 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>SFZ folders</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a dialog for configuring the SFZ folders</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
2014-09-15 14:44:28 +02:00
|
|
|
<string/>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-12-19 14:17:53 +01:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QGroupBox" name="autoSave">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Auto Save</string>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Auto Save</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_25">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save every:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="autoSaveTime">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Select delay (in minutes) between auto saves</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_27">
|
|
|
|
<property name="text">
|
|
|
|
<string>minutes</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QGroupBox" name="oscServer">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>OSC remote control</string>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>OSC Remote Control</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string extracomment="The UDP port number on which the MuseScore OSC server will listen on">Port number:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="oscPort">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Port number</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>65535</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>5282</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_15">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-08-17 21:58:16 +02:00
|
|
|
<item row="1" column="1" rowspan="2">
|
|
|
|
<widget class="QGroupBox" name="groupBox_12">
|
|
|
|
<property name="title">
|
|
|
|
<string>Style</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_9">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QComboBox" name="styleName">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Select style</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2014-10-15 19:57:54 +02:00
|
|
|
<string>Dark</string>
|
2014-08-17 21:58:16 +02:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2014-10-15 19:57:54 +02:00
|
|
|
<string>Light</string>
|
2014-08-17 21:58:16 +02:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QSpinBox" name="iconHeight">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Icon Height</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_26">
|
|
|
|
<property name="text">
|
|
|
|
<string>Icon size:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QSpinBox" name="iconWidth">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Icon Width</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QCheckBox" name="animations">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Animations</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Animations</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-05-13 18:49:17 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-04-04 19:45:52 +02:00
|
|
|
<widget class="QWidget" name="tabCanvas">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="accessibleName">
|
2014-08-14 23:31:55 +02:00
|
|
|
<string>Canvas Tab</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Canvas</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2013-08-13 19:10:08 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2013-05-13 18:49:17 +02:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
2014-08-14 22:31:16 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Background</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>Background</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout">
|
2013-08-13 19:10:08 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2013-05-13 18:49:17 +02:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QRadioButton" name="bgWallpaperButton">
|
2014-08-14 22:31:16 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Background Wallpaper</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Wallpaper</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QRadioButton" name="bgColorButton">
|
2014-08-14 22:31:16 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Background Color</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Color</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2013-08-13 19:10:08 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2013-05-13 18:49:17 +02:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2014-08-14 22:31:16 +02:00
|
|
|
<widget class="QLineEdit" name="bgWallpaper">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Background wallpaper path</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path to background wallpaper file</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="bgWallpaperSelect">
|
2014-08-14 22:31:16 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Choose Background wallpaper file</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a file dialog for selecting the wallpaper file</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2013-08-13 19:10:08 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2013-05-13 18:49:17 +02:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="Awl::ColorLabel" name="bgColorLabel">
|
2014-08-14 22:31:16 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Select background color</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a dialog for selecting the background color</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
2014-08-14 22:31:16 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Paper</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>Paper</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout">
|
2013-08-13 19:10:08 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2013-05-13 18:49:17 +02:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2013-08-13 19:10:08 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2013-05-13 18:49:17 +02:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2014-08-14 22:31:16 +02:00
|
|
|
<widget class="QLineEdit" name="fgWallpaper">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Paper wallpaper path</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path to paper wallpaper file</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="fgWallpaperSelect">
|
2014-08-14 22:31:16 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Choose paper wallpaper file</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a file dialog for selecting the wallpaper file</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2013-08-13 19:10:08 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2013-05-13 18:49:17 +02:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="Awl::ColorLabel" name="fgColorLabel">
|
2014-08-14 22:31:16 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Select paper color</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a dialog for selecting the paper color</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QRadioButton" name="fgWallpaperButton">
|
2014-08-14 22:31:16 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Paper Wallpaper</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Wallpaper</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QRadioButton" name="fgColorButton">
|
2014-08-14 22:31:16 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Paper Color</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Color</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
<property name="title">
|
|
|
|
<string>Miscellaneous</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout">
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_24">
|
|
|
|
<property name="text">
|
2014-03-06 11:32:09 +01:00
|
|
|
<string>Proximity for selecting elements:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QSpinBox" name="proximity">
|
2014-08-14 22:31:16 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Proximity for selecting elements:</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2" colspan="2">
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>201</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="drawAntialiased">
|
|
|
|
<property name="toolTip">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Disable antialiased drawing</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="whatsThis">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Uncheck this to speed up drawing</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-08-14 22:31:16 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Draw antialiased</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Uncheck this to speed up drawing</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Draw antialiased</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-04-04 19:45:52 +02:00
|
|
|
<widget class="QWidget" name="tabNoteEntry">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="accessibleName">
|
2014-08-14 23:31:55 +02:00
|
|
|
<string>Note Entry Tab</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Note Entry</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_13">
|
|
|
|
<property name="title">
|
|
|
|
<string>Note Entry</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="enableMidiInput">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Enable MIDI Input</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Enable MIDI input</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="playNotes">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Play notes when editing</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Play notes when editing</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_37">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Default duration:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="defaultPlayDuration">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Default duration</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="suffix">
|
|
|
|
<string>ms</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>2000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>300</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="warnPitchRange">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Color notes outside of usable pitch range</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Color notes outside of usable pitch range</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="rcGroup">
|
|
|
|
<property name="toolTip">
|
2014-10-15 20:43:06 +02:00
|
|
|
<string>Enable MIDI remote control</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>MIDI remote control</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="title">
|
2014-10-17 15:31:32 +02:00
|
|
|
<string>MIDI Remote Control</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout">
|
2013-08-13 19:10:08 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2013-05-13 18:49:17 +02:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_15">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Rewind</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="Ms::GreendotButton" name="rewindActive">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="toolTip">
|
2014-10-15 20:43:06 +02:00
|
|
|
<string>Is active</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Rewind is active</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="Ms::RecordButton" name="recordRewind">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="toolTip">
|
2014-10-15 20:43:06 +02:00
|
|
|
<string>Record</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Rewind record</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_20">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Toggle play</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="Ms::GreendotButton" name="togglePlayActive">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="toolTip">
|
2014-10-15 20:43:06 +02:00
|
|
|
<string>Is active</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="Ms::RecordButton" name="recordTogglePlay">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="toolTip">
|
2014-10-15 20:43:06 +02:00
|
|
|
<string>Record</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Toggle play record</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="15">
|
|
|
|
<spacer name="horizontalSpacer_10">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="4">
|
|
|
|
<widget class="QLabel" name="label_14">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Whole note</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="4">
|
|
|
|
<widget class="QLabel" name="label_16">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Half note</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="5">
|
|
|
|
<widget class="Ms::GreendotButton" name="rca2">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Whole note is active</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="5">
|
|
|
|
<widget class="Ms::GreendotButton" name="rca3">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Half note is active</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="6">
|
|
|
|
<widget class="Ms::RecordButton" name="rcr2">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Whole note record</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="6">
|
|
|
|
<widget class="Ms::RecordButton" name="rcr3">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Half note record</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="4">
|
|
|
|
<widget class="QLabel" name="label_39">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Quarter note</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="4">
|
|
|
|
<widget class="QLabel" name="label_40">
|
|
|
|
<property name="text">
|
2014-08-15 17:57:17 +02:00
|
|
|
<string>Eighth note</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="8">
|
|
|
|
<widget class="QLabel" name="label_44">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Rest</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="9">
|
|
|
|
<widget class="Ms::GreendotButton" name="rca9">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Rest is active</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="5">
|
|
|
|
<widget class="Ms::GreendotButton" name="rca4">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
2014-08-15 17:57:17 +02:00
|
|
|
<string>Quarter note is active</string>
|
2014-08-14 22:46:46 +02:00
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="6">
|
|
|
|
<widget class="Ms::RecordButton" name="rcr4">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
2014-08-15 17:57:17 +02:00
|
|
|
<string>Quarter note record</string>
|
2014-08-14 22:46:46 +02:00
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="5">
|
|
|
|
<widget class="Ms::GreendotButton" name="rca5">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
2014-08-15 17:57:17 +02:00
|
|
|
<string>Eighth note is active</string>
|
2014-08-14 22:46:46 +02:00
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="6">
|
|
|
|
<widget class="Ms::RecordButton" name="rcr5">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
2014-08-15 17:57:17 +02:00
|
|
|
<string>Eighth note record</string>
|
2014-08-14 22:46:46 +02:00
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="12">
|
|
|
|
<widget class="QLabel" name="label_45">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Augmentation dot</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="12">
|
|
|
|
<widget class="QLabel" name="label_46">
|
|
|
|
<property name="text">
|
2014-01-13 19:16:27 +01:00
|
|
|
<string>Double augmentation dot</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="12">
|
|
|
|
<widget class="QLabel" name="label_47">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Tie</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="13">
|
|
|
|
<widget class="Ms::GreendotButton" name="rca10">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Augmentation dot is active</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="14">
|
|
|
|
<widget class="Ms::RecordButton" name="rcr10">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Augmentation dot record</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="13">
|
|
|
|
<widget class="Ms::GreendotButton" name="rca11">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Double augmentation dot is active</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="14">
|
|
|
|
<widget class="Ms::RecordButton" name="rcr11">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Double augmentation dot record</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="13">
|
|
|
|
<widget class="Ms::GreendotButton" name="rca12">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Tie is active</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="14">
|
|
|
|
<widget class="Ms::RecordButton" name="rcr12">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Tie record</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="10">
|
|
|
|
<widget class="Ms::RecordButton" name="rcr9">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Rest record</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<spacer name="horizontalSpacer_11">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="7">
|
|
|
|
<spacer name="horizontalSpacer_12">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="11">
|
|
|
|
<spacer name="horizontalSpacer_13">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_50">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Play</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_51">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Stop</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="Ms::GreendotButton" name="playActive">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="toolTip">
|
2014-10-15 20:43:06 +02:00
|
|
|
<string>Is active</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Play is active</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="Ms::GreendotButton" name="stopActive">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="toolTip">
|
2014-10-15 20:43:06 +02:00
|
|
|
<string>Is active</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Stop is active</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="Ms::RecordButton" name="recordPlay">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="toolTip">
|
2014-10-15 20:43:06 +02:00
|
|
|
<string>Record</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Play record</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="Ms::RecordButton" name="recordStop">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="toolTip">
|
2014-10-15 20:43:06 +02:00
|
|
|
<string>Record</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Stop record</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_52">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Note entry</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="Ms::GreendotButton" name="editModeActive">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="toolTip">
|
2014-10-15 20:43:06 +02:00
|
|
|
<string>Is active</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Note entry is active</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="2">
|
|
|
|
<widget class="Ms::RecordButton" name="recordEditMode">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="toolTip">
|
2014-10-15 20:43:06 +02:00
|
|
|
<string>Record</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Note entry record</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="4">
|
|
|
|
<widget class="QLabel" name="label_41">
|
|
|
|
<property name="text">
|
|
|
|
<string>16th note</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="5">
|
|
|
|
<widget class="Ms::GreendotButton" name="rca6">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>16th note is active</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="6">
|
|
|
|
<widget class="Ms::RecordButton" name="rcr6">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>16th note record</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="9">
|
|
|
|
<widget class="Ms::GreendotButton" name="rca7">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>32nd note is active</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="10">
|
|
|
|
<widget class="Ms::RecordButton" name="rcr7">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>32nd note record</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="8">
|
|
|
|
<widget class="QLabel" name="label_42">
|
|
|
|
<property name="text">
|
|
|
|
<string>32nd note</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="8">
|
|
|
|
<widget class="QLabel" name="label_43">
|
|
|
|
<property name="text">
|
2014-08-15 17:57:17 +02:00
|
|
|
<string>64th note</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="9">
|
|
|
|
<widget class="Ms::GreendotButton" name="rca8">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
2014-08-15 17:57:17 +02:00
|
|
|
<string>64th note is active</string>
|
2014-08-14 22:46:46 +02:00
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="10">
|
|
|
|
<widget class="Ms::RecordButton" name="rcr8">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
2014-08-15 17:57:17 +02:00
|
|
|
<string>64th note record</string>
|
2014-08-14 22:46:46 +02:00
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-12-15 13:23:59 +01:00
|
|
|
<item row="2" column="9">
|
|
|
|
<widget class="Ms::GreendotButton" name="recordUndoActive">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Undo is active</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="10">
|
|
|
|
<widget class="Ms::RecordButton" name="recordUndo">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Undo record</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="8">
|
|
|
|
<widget class="QLabel" name="label_53">
|
|
|
|
<property name="text">
|
|
|
|
<string>Undo</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-05-13 18:49:17 +02:00
|
|
|
<item row="4" column="12" colspan="3">
|
|
|
|
<widget class="QPushButton" name="midiRemoteControlClear">
|
2014-08-14 22:46:46 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Clear</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Clear</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-04-04 19:45:52 +02:00
|
|
|
<widget class="QWidget" name="tabScore">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="accessibleName">
|
2014-08-14 23:31:55 +02:00
|
|
|
<string>Score Tab</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Score</string>
|
|
|
|
</attribute>
|
2014-11-13 10:18:10 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout61">
|
2013-05-13 18:49:17 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QGroupBox" name="groupBox_19">
|
|
|
|
<property name="title">
|
|
|
|
<string>View</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_7">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="scale">
|
|
|
|
<property name="toolTip">
|
2014-10-15 20:43:06 +02:00
|
|
|
<string>Default scale for new score views</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-08-14 22:56:23 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Default zoom</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>default scale for new score views</string>
|
|
|
|
</property>
|
2014-03-01 14:05:14 +01:00
|
|
|
<property name="suffix">
|
|
|
|
<string notr="true">%</string>
|
|
|
|
</property>
|
|
|
|
<property name="decimals">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="minimum">
|
2014-03-01 14:05:14 +01:00
|
|
|
<double>5.000000000000000</double>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
2014-03-01 14:05:14 +01:00
|
|
|
<double>1600.000000000000000</double>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
2014-03-01 14:05:14 +01:00
|
|
|
<double>20.000000000000000</double>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="value">
|
2014-03-01 14:05:14 +01:00
|
|
|
<double>100.000000000000000</double>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_48">
|
|
|
|
<property name="text">
|
2014-03-06 11:32:09 +01:00
|
|
|
<string>Default zoom:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<spacer name="horizontalSpacer_17">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QGroupBox" name="groupBox_39">
|
|
|
|
<property name="title">
|
|
|
|
<string>Default Files</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="_23">
|
2013-08-13 19:10:08 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_90">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Instrument list 2:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QToolButton" name="instrumentList1Button">
|
2014-08-14 22:56:23 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Choose Instrument list 1</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a file dialog for selecting a instrument list file</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_85">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Instrument list 1:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2014-08-14 22:56:23 +02:00
|
|
|
<widget class="QLineEdit" name="instrumentList1">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Instrument list 1</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path to a instrument list file</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_87">
|
|
|
|
<property name="text">
|
|
|
|
<string>Style:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
2014-08-14 22:56:23 +02:00
|
|
|
<widget class="QLineEdit" name="defaultStyle">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Style</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path to style file</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QToolButton" name="defaultStyleButton">
|
2014-08-14 22:56:23 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Choose style</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a file dialog for selecting a style file</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_28">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Style for part:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
2014-08-14 22:56:23 +02:00
|
|
|
<widget class="QLineEdit" name="partStyle">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Style for part</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path to style file for part</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QToolButton" name="partStyleButton">
|
2014-08-14 22:56:23 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Choose style for part</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a file dialog for selecting a style file for part</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2014-08-14 22:56:23 +02:00
|
|
|
<widget class="QLineEdit" name="instrumentList2">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Instrument list 2</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path to a instrument list file</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QToolButton" name="instrumentList2Button">
|
2014-08-14 22:56:23 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Choose Instrument list 2</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a file dialog for selecting a instrument list file</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<spacer name="verticalSpacer_7">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-04-04 19:45:52 +02:00
|
|
|
<widget class="QWidget" name="tabIO">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="accessibleName">
|
2014-08-14 23:31:55 +02:00
|
|
|
<string>I/O Tab</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Attention: Any changes on this page require a restart of MuseScore.</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>I/O</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
|
|
|
<item>
|
2014-07-03 18:02:33 +02:00
|
|
|
<widget class="QGroupBox" name="pulseaudioDriver">
|
2014-07-25 19:29:22 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2014-08-14 23:13:41 +02:00
|
|
|
</property>
|
2014-07-03 18:02:33 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>PulseAudio</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="portaudioDriver">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-08-14 23:13:41 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Port Audio</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="title">
|
2014-07-03 18:02:33 +02:00
|
|
|
<string>PortAudio</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="flat">
|
2014-07-03 18:02:33 +02:00
|
|
|
<bool>true</bool>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2014-08-04 10:33:40 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout7">
|
2014-07-29 19:08:22 +02:00
|
|
|
<item row="0" column="6">
|
|
|
|
<spacer name="horizontalSpacer_6">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
2014-07-03 18:02:33 +02:00
|
|
|
<widget class="QLabel" name="label_21">
|
|
|
|
<property name="text">
|
|
|
|
<string>API:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-07-03 18:02:33 +02:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-29 19:08:22 +02:00
|
|
|
<item row="0" column="1">
|
2014-07-03 18:02:33 +02:00
|
|
|
<widget class="QComboBox" name="portaudioApi">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-08-14 23:13:41 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>API</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Choose API</string>
|
|
|
|
</property>
|
2014-07-03 18:02:33 +02:00
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
2014-07-29 19:08:22 +02:00
|
|
|
<item row="2" column="0">
|
2014-07-29 19:45:14 +02:00
|
|
|
<widget class="QLabel" name="portMidiInputLabel">
|
2014-07-29 19:08:22 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>MIDI Input:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QComboBox" name="portMidiInput">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2014-08-14 23:13:41 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>MIDI Input</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Choose MIDI Input</string>
|
|
|
|
</property>
|
2014-07-29 19:08:22 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
2014-07-03 18:02:33 +02:00
|
|
|
<widget class="QLabel" name="label_3">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
2014-07-03 18:02:33 +02:00
|
|
|
<string>Device:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-29 19:08:22 +02:00
|
|
|
<item row="0" column="4">
|
2014-07-03 18:02:33 +02:00
|
|
|
<widget class="QComboBox" name="portaudioDevice">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-08-14 23:13:41 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Device</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Choose device</string>
|
|
|
|
</property>
|
2014-07-03 18:02:33 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2013-05-13 18:49:17 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-07-03 18:02:33 +02:00
|
|
|
<widget class="QGroupBox" name="alsaDriver">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="sizePolicy">
|
2014-07-03 18:02:33 +02:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
2013-05-13 18:49:17 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-08-14 23:13:41 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>ALSA audio</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="title">
|
2014-07-03 18:02:33 +02:00
|
|
|
<string>ALSA audio</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="flat">
|
2014-07-03 18:02:33 +02:00
|
|
|
<bool>true</bool>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2014-07-03 18:02:33 +02:00
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
<item row="1" column="4">
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
<property name="text">
|
|
|
|
<string>Period Size:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-07-03 18:02:33 +02:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-07-03 18:02:33 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QSpinBox" name="alsaFragments">
|
2014-08-14 23:13:41 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Fragments</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Choose number of fragments</string>
|
|
|
|
</property>
|
2014-07-03 18:02:33 +02:00
|
|
|
<property name="minimum">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>2</number>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-03 18:02:33 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
<property name="text">
|
|
|
|
<string>Device:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
<property name="text">
|
|
|
|
<string>Sample rate:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="5">
|
|
|
|
<widget class="QComboBox" name="alsaPeriodSize">
|
2014-08-14 23:13:41 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Period Size</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Choose period size</string>
|
|
|
|
</property>
|
2014-07-03 18:02:33 +02:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>4096</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2048</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>1024</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>512</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>256</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>128</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>64</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="6">
|
|
|
|
<spacer name="horizontalSpacer_9">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fragments:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="alsaSampleRate">
|
2014-08-14 23:13:41 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Sample rate</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Choose sample rate</string>
|
|
|
|
</property>
|
2014-07-03 18:02:33 +02:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>192000</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>96000</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>88200</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>48000</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>44100</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>32000</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>22050</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="alsaDevice">
|
2014-08-14 23:13:41 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Device</string>
|
|
|
|
</property>
|
2014-07-03 18:02:33 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>default</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="jackDriver">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-08-14 23:13:41 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>JACK audio server</string>
|
|
|
|
</property>
|
2014-07-03 18:02:33 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>JACK audio server</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2014-08-04 10:33:40 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout71">
|
2014-07-25 19:29:22 +02:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QCheckBox" name="becomeTimebaseMaster">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="sizePolicy">
|
2014-07-05 20:59:24 +02:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2013-05-13 18:49:17 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-08-14 23:13:41 +02:00
|
|
|
<property name="accessibleName">
|
2014-07-25 19:29:22 +02:00
|
|
|
<string>Timebase Master</string>
|
2014-07-05 20:59:24 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-07-25 19:29:22 +02:00
|
|
|
<string>Timebase Master</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-25 19:29:22 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="useJackTransport">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="sizePolicy">
|
2014-07-25 19:29:22 +02:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2013-05-13 18:49:17 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-08-14 23:13:41 +02:00
|
|
|
<property name="accessibleName">
|
2014-07-25 19:29:22 +02:00
|
|
|
<string>Use JACK Transport</string>
|
2014-07-05 20:59:24 +02:00
|
|
|
</property>
|
2014-07-25 19:29:22 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Use JACK Transport</string>
|
2014-07-05 20:59:24 +02:00
|
|
|
</property>
|
2014-07-03 18:02:33 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-25 19:29:22 +02:00
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="useJackAudio">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Use JACK Audio</string>
|
2014-07-05 20:59:24 +02:00
|
|
|
</property>
|
2014-07-25 19:29:22 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Use JACK Audio</string>
|
2014-07-05 20:59:24 +02:00
|
|
|
</property>
|
2014-07-25 19:29:22 +02:00
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
2014-07-05 20:59:24 +02:00
|
|
|
</property>
|
2014-07-25 19:29:22 +02:00
|
|
|
</widget>
|
2014-07-03 18:02:33 +02:00
|
|
|
</item>
|
2014-07-25 19:29:22 +02:00
|
|
|
<item row="0" column="3">
|
2014-07-05 20:59:24 +02:00
|
|
|
<widget class="QCheckBox" name="rememberLastMidiConnections">
|
2014-07-03 18:02:33 +02:00
|
|
|
<property name="sizePolicy">
|
2014-07-05 20:59:24 +02:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2014-07-03 18:02:33 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-08-14 23:13:41 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Remember last connection(s)</string>
|
|
|
|
</property>
|
2014-07-05 20:59:24 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Remember last connection(s)</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2014-07-03 18:02:33 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2014-07-25 19:29:22 +02:00
|
|
|
<item row="1" column="3">
|
|
|
|
<spacer name="horizontalSpacer_8">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2014-08-14 23:13:41 +02:00
|
|
|
</property>
|
2014-07-25 19:29:22 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>324</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2014-07-03 18:02:33 +02:00
|
|
|
</property>
|
2014-07-25 19:29:22 +02:00
|
|
|
</spacer>
|
2014-07-03 18:02:33 +02:00
|
|
|
</item>
|
2014-07-25 19:29:22 +02:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QCheckBox" name="useJackMidi">
|
2014-07-05 20:59:24 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2014-08-14 23:13:41 +02:00
|
|
|
<property name="accessibleName">
|
2014-07-25 19:29:22 +02:00
|
|
|
<string>Use JACK MIDI</string>
|
2014-08-14 23:13:41 +02:00
|
|
|
</property>
|
2014-07-05 20:59:24 +02:00
|
|
|
<property name="text">
|
2014-07-25 19:29:22 +02:00
|
|
|
<string>Use JACK MIDI</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="restartWarning">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="palette">
|
|
|
|
<palette>
|
|
|
|
<active>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>1</green>
|
|
|
|
<blue>39</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</active>
|
|
|
|
<inactive>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>255</red>
|
|
|
|
<green>1</green>
|
|
|
|
<blue>39</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</inactive>
|
|
|
|
<disabled>
|
|
|
|
<colorrole role="WindowText">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>119</red>
|
|
|
|
<green>119</green>
|
|
|
|
<blue>121</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</colorrole>
|
|
|
|
</disabled>
|
|
|
|
</palette>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Attention: Any changes on this page require a restart of MuseScore.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-04-04 19:45:52 +02:00
|
|
|
<widget class="QWidget" name="tabImport">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="accessibleName">
|
2014-08-14 23:31:55 +02:00
|
|
|
<string>Import Tab</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Import</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_10">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_7">
|
|
|
|
<property name="title">
|
|
|
|
<string>Style Used for Import</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="useImportBuildinStyle">
|
2014-08-14 23:18:31 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Build in style</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Built in style</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="useImportStyleFile">
|
2014-08-14 23:18:31 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Use style file</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Use style file:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-08-14 23:18:31 +02:00
|
|
|
<widget class="QLineEdit" name="importStyleFile">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Use style file</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Insert path to style file</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="styleFileButton">
|
2014-08-14 23:18:31 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Choose style</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Opens a file dialog for selecting a style file</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Browse...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_20">
|
|
|
|
<property name="title">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Character Set Used When Importing Binary Files</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2013-09-26 18:00:31 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_12">
|
2013-05-13 18:49:17 +02:00
|
|
|
<item>
|
2013-09-26 18:00:31 +02:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_49">
|
|
|
|
<property name="text">
|
|
|
|
<string>Overture import character set:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
2014-08-14 23:18:31 +02:00
|
|
|
<widget class="QComboBox" name="importCharsetListOve">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Overture import character set</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Choose Overture import character set</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-09-26 18:00:31 +02:00
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_23">
|
|
|
|
<property name="text">
|
|
|
|
<string>Guitar Pro import character set:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2014-08-14 23:18:31 +02:00
|
|
|
<widget class="QComboBox" name="importCharsetListGP">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Guitar Pro import character set</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Choose Guitar Pro import character set</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-09-26 18:00:31 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_21">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-08-14 23:18:31 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>MusicXML</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>MusicXML</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_13">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="importLayout">
|
2014-08-14 23:18:31 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Import layout</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Import layout</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="importBreaks">
|
2014-08-14 23:18:31 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Import system and page breaks</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Import system and page breaks</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_23">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2014-08-14 23:18:31 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>MIDI</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>MIDI</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_17">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Shortest note:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="shortestNote">
|
2014-08-14 23:18:31 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Shortest note</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Choose the shortest note value</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="currentIndex">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2013-08-12 12:23:58 +02:00
|
|
|
<string>Quarter</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2013-08-12 12:23:58 +02:00
|
|
|
<string>Eighth</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2013-08-12 12:23:58 +02:00
|
|
|
<string>16th</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2013-08-12 12:23:58 +02:00
|
|
|
<string>32nd</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2013-08-12 12:23:58 +02:00
|
|
|
<string>64th</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_16">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>525</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-04-04 19:45:52 +02:00
|
|
|
<widget class="QWidget" name="tabExport">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="accessibleName">
|
2014-08-14 23:31:55 +02:00
|
|
|
<string>Export Tab</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Export</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_9">
|
|
|
|
<property name="title">
|
|
|
|
<string>PNG/SVG</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_8">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
2014-03-06 11:32:09 +01:00
|
|
|
<string>Resolution DPI:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="pngTransparent">
|
2014-08-14 23:22:17 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Transparent background</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Transparent background</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<spacer name="horizontalSpacer_14">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="pngResolution">
|
2014-08-14 23:22:17 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Resolution DPI</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Choose resolution DPI</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="minimum">
|
|
|
|
<double>32.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<double>5000.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<double>300.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_8">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-08-14 23:22:17 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>MIDI</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>MIDI</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="expandRepeats">
|
2014-08-14 23:22:17 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Expand repeats</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Expand repeats</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_16">
|
2014-08-14 23:22:17 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Audio</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>Audio</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_12">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_18">
|
|
|
|
<property name="text">
|
2014-01-13 16:37:02 +01:00
|
|
|
<string>Sample rate:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="exportAudioSampleRate">
|
2014-08-14 23:22:17 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Sample rate</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Choose sample rate</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>44100</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>48000</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_22">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-08-14 23:22:17 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>MusicXML</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>MusicXML</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_14">
|
|
|
|
<item>
|
2013-05-30 14:07:25 +02:00
|
|
|
<widget class="QGroupBox" name="exportLayout">
|
2014-08-14 23:22:17 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Export layout</string>
|
|
|
|
</property>
|
2013-05-30 14:07:25 +02:00
|
|
|
<property name="title">
|
2013-05-13 18:49:17 +02:00
|
|
|
<string>Export layout</string>
|
|
|
|
</property>
|
2013-05-30 14:07:25 +02:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
2013-05-30 14:07:25 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_11">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="exportAllBreaks">
|
2014-08-14 23:22:17 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Export all system and page breaks</string>
|
|
|
|
</property>
|
2013-05-30 14:07:25 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Export all system and page breaks</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="exportManualBreaks">
|
2014-08-14 23:22:17 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Export manually added system and page breaks only</string>
|
|
|
|
</property>
|
2013-05-30 14:07:25 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Export manually added system and page breaks only</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="exportNoBreaks">
|
2014-08-14 23:22:17 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Do not export system or page breaks</string>
|
|
|
|
</property>
|
2013-05-30 14:07:25 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Do not export system or page breaks</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
<zorder>exportNoBreaks</zorder>
|
|
|
|
<zorder>exportAllBreaks</zorder>
|
|
|
|
<zorder>exportManualBreaks</zorder>
|
2013-05-13 18:49:17 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-04-04 19:45:52 +02:00
|
|
|
<widget class="QWidget" name="tabShortcuts">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="accessibleName">
|
2014-08-14 23:31:55 +02:00
|
|
|
<string>Shortcuts Tab</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Shortcuts</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2013-08-13 19:10:08 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2013-05-13 18:49:17 +02:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QTreeWidget" name="shortcutList">
|
2014-08-14 23:25:12 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Shortcuts table</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
2014-08-15 17:57:17 +02:00
|
|
|
<string>Here you can configure shortcuts for actions</string>
|
2014-08-14 23:25:12 +02:00
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="rootIsDecorated">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="uniformRowHeights">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="itemsExpandable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="allColumnsShowFocus">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Action</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Shortcut</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2013-08-13 19:10:08 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2013-05-13 18:49:17 +02:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="resetShortcut">
|
2014-08-14 23:25:12 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Reset Shortcut to default</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
2014-08-15 17:57:17 +02:00
|
|
|
<string>Resets the shortcuts to their default assignment</string>
|
2014-08-14 23:25:12 +02:00
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Reset Shortcut to Default</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="clearShortcut">
|
2014-08-14 23:25:12 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Clear</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
2014-08-15 17:57:17 +02:00
|
|
|
<string>Clears the shortcut assignment for the selected action</string>
|
2014-08-14 23:25:12 +02:00
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Clear</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="defineShortcut">
|
2014-08-14 23:25:12 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Define</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
2014-08-15 17:57:17 +02:00
|
|
|
<string>Opens a dialog for defining a new shortcut for the selected action</string>
|
2014-08-14 23:25:12 +02:00
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Define...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_18">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="printShortcuts">
|
2014-08-14 23:25:12 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Print</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
2014-08-15 17:57:17 +02:00
|
|
|
<string>Print the shortcuts list</string>
|
2014-08-14 23:25:12 +02:00
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Print</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-04-04 19:45:52 +02:00
|
|
|
<widget class="QWidget" name="tabUpdate">
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="accessibleName">
|
2014-08-14 23:31:55 +02:00
|
|
|
<string>Update Tab</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Update</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_9">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_17">
|
2014-08-14 23:31:55 +02:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Automatic Update Check</string>
|
|
|
|
</property>
|
2013-05-13 18:49:17 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>Automatic Update Check</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_6">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
<property name="text">
|
2014-03-06 11:32:09 +01:00
|
|
|
<string>Check for new versions of MuseScore on startup:</string>
|
2013-05-13 18:49:17 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
2014-08-14 23:31:55 +02:00
|
|
|
<widget class="QComboBox" name="checkUpdateStartup">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Check for new versions of MuseScore on startup</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleDescription">
|
|
|
|
<string>Choose interval</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-13 18:49:17 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_5">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<spacer name="verticalSpacer_5">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<pixmapfunction>getPixmap</pixmapfunction>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>Awl::ColorLabel</class>
|
|
|
|
<extends>QFrame</extends>
|
|
|
|
<header>awl/colorlabel.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>Ms::GreendotButton</class>
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
<header>greendotbutton.h</header>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>Ms::RecordButton</class>
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
<header>recordbutton.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2014-08-15 00:21:18 +02:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>General</tabstop>
|
|
|
|
<tabstop>emptySession</tabstop>
|
|
|
|
<tabstop>lastSession</tabstop>
|
|
|
|
<tabstop>newSession</tabstop>
|
|
|
|
<tabstop>scoreSession</tabstop>
|
|
|
|
<tabstop>sessionScore</tabstop>
|
|
|
|
<tabstop>startWithButton</tabstop>
|
|
|
|
<tabstop>showSplashScreen</tabstop>
|
2014-12-19 14:17:53 +01:00
|
|
|
<tabstop>showStartcenter</tabstop>
|
|
|
|
<tabstop>playPanelShow</tabstop>
|
|
|
|
<tabstop>navigatorShow</tabstop>
|
2014-08-15 00:21:18 +02:00
|
|
|
<tabstop>myScores</tabstop>
|
|
|
|
<tabstop>myScoresButton</tabstop>
|
|
|
|
<tabstop>myStyles</tabstop>
|
|
|
|
<tabstop>myStylesButton</tabstop>
|
|
|
|
<tabstop>myTemplates</tabstop>
|
|
|
|
<tabstop>myTemplatesButton</tabstop>
|
|
|
|
<tabstop>myPlugins</tabstop>
|
|
|
|
<tabstop>myPluginsButton</tabstop>
|
|
|
|
<tabstop>sfPath</tabstop>
|
|
|
|
<tabstop>mySoundfontsButton</tabstop>
|
|
|
|
<tabstop>sfzPath</tabstop>
|
|
|
|
<tabstop>mySfzButton</tabstop>
|
|
|
|
<tabstop>myImages</tabstop>
|
|
|
|
<tabstop>myImagesButton</tabstop>
|
|
|
|
<tabstop>language</tabstop>
|
2014-08-17 21:58:16 +02:00
|
|
|
<tabstop>updateTranslation</tabstop>
|
2014-08-15 00:21:18 +02:00
|
|
|
<tabstop>styleName</tabstop>
|
|
|
|
<tabstop>animations</tabstop>
|
|
|
|
<tabstop>iconWidth</tabstop>
|
|
|
|
<tabstop>iconHeight</tabstop>
|
|
|
|
<tabstop>autoSave</tabstop>
|
|
|
|
<tabstop>autoSaveTime</tabstop>
|
|
|
|
<tabstop>oscServer</tabstop>
|
|
|
|
<tabstop>oscPort</tabstop>
|
2014-12-19 14:17:53 +01:00
|
|
|
<tabstop>resetToDefault</tabstop>
|
|
|
|
<tabstop>buttonBox</tabstop>
|
2015-01-16 17:30:43 +01:00
|
|
|
<tabstop>bgColorButton</tabstop>
|
|
|
|
<tabstop>bgWallpaperButton</tabstop>
|
|
|
|
<tabstop>bgColorLabel</tabstop>
|
|
|
|
<tabstop>bgWallpaper</tabstop>
|
|
|
|
<tabstop>bgWallpaperSelect</tabstop>
|
2014-08-15 00:21:18 +02:00
|
|
|
<tabstop>fgColorButton</tabstop>
|
|
|
|
<tabstop>fgWallpaperButton</tabstop>
|
|
|
|
<tabstop>fgColorLabel</tabstop>
|
|
|
|
<tabstop>fgWallpaper</tabstop>
|
|
|
|
<tabstop>fgWallpaperSelect</tabstop>
|
|
|
|
<tabstop>drawAntialiased</tabstop>
|
|
|
|
<tabstop>proximity</tabstop>
|
|
|
|
<tabstop>enableMidiInput</tabstop>
|
|
|
|
<tabstop>playNotes</tabstop>
|
|
|
|
<tabstop>defaultPlayDuration</tabstop>
|
|
|
|
<tabstop>warnPitchRange</tabstop>
|
|
|
|
<tabstop>rcGroup</tabstop>
|
|
|
|
<tabstop>rewindActive</tabstop>
|
|
|
|
<tabstop>recordRewind</tabstop>
|
|
|
|
<tabstop>togglePlayActive</tabstop>
|
|
|
|
<tabstop>recordTogglePlay</tabstop>
|
|
|
|
<tabstop>playActive</tabstop>
|
|
|
|
<tabstop>recordPlay</tabstop>
|
|
|
|
<tabstop>stopActive</tabstop>
|
|
|
|
<tabstop>recordStop</tabstop>
|
|
|
|
<tabstop>editModeActive</tabstop>
|
|
|
|
<tabstop>recordEditMode</tabstop>
|
|
|
|
<tabstop>rca2</tabstop>
|
|
|
|
<tabstop>rcr2</tabstop>
|
|
|
|
<tabstop>rca3</tabstop>
|
|
|
|
<tabstop>rcr3</tabstop>
|
|
|
|
<tabstop>rca4</tabstop>
|
|
|
|
<tabstop>rcr4</tabstop>
|
|
|
|
<tabstop>rca5</tabstop>
|
|
|
|
<tabstop>rcr5</tabstop>
|
|
|
|
<tabstop>rca6</tabstop>
|
|
|
|
<tabstop>rcr6</tabstop>
|
|
|
|
<tabstop>rca7</tabstop>
|
|
|
|
<tabstop>rcr7</tabstop>
|
|
|
|
<tabstop>rca8</tabstop>
|
|
|
|
<tabstop>rcr8</tabstop>
|
2015-01-16 17:30:43 +01:00
|
|
|
<tabstop>recordUndoActive</tabstop>
|
|
|
|
<tabstop>recordUndo</tabstop>
|
2014-08-15 00:21:18 +02:00
|
|
|
<tabstop>rca9</tabstop>
|
|
|
|
<tabstop>rcr9</tabstop>
|
|
|
|
<tabstop>rca10</tabstop>
|
|
|
|
<tabstop>rcr10</tabstop>
|
|
|
|
<tabstop>rca11</tabstop>
|
|
|
|
<tabstop>rcr11</tabstop>
|
|
|
|
<tabstop>rca12</tabstop>
|
|
|
|
<tabstop>rcr12</tabstop>
|
|
|
|
<tabstop>midiRemoteControlClear</tabstop>
|
|
|
|
<tabstop>instrumentList1</tabstop>
|
|
|
|
<tabstop>instrumentList1Button</tabstop>
|
|
|
|
<tabstop>instrumentList2</tabstop>
|
|
|
|
<tabstop>instrumentList2Button</tabstop>
|
|
|
|
<tabstop>defaultStyle</tabstop>
|
|
|
|
<tabstop>defaultStyleButton</tabstop>
|
|
|
|
<tabstop>partStyle</tabstop>
|
|
|
|
<tabstop>partStyleButton</tabstop>
|
|
|
|
<tabstop>scale</tabstop>
|
|
|
|
<tabstop>pulseaudioDriver</tabstop>
|
|
|
|
<tabstop>portaudioDriver</tabstop>
|
|
|
|
<tabstop>portaudioApi</tabstop>
|
|
|
|
<tabstop>portaudioDevice</tabstop>
|
|
|
|
<tabstop>portMidiInput</tabstop>
|
|
|
|
<tabstop>alsaDriver</tabstop>
|
|
|
|
<tabstop>alsaDevice</tabstop>
|
|
|
|
<tabstop>alsaSampleRate</tabstop>
|
|
|
|
<tabstop>alsaFragments</tabstop>
|
|
|
|
<tabstop>alsaPeriodSize</tabstop>
|
|
|
|
<tabstop>jackDriver</tabstop>
|
|
|
|
<tabstop>useJackAudio</tabstop>
|
|
|
|
<tabstop>useJackMidi</tabstop>
|
|
|
|
<tabstop>rememberLastMidiConnections</tabstop>
|
|
|
|
<tabstop>useJackTransport</tabstop>
|
|
|
|
<tabstop>becomeTimebaseMaster</tabstop>
|
|
|
|
<tabstop>useImportBuildinStyle</tabstop>
|
|
|
|
<tabstop>useImportStyleFile</tabstop>
|
|
|
|
<tabstop>importStyleFile</tabstop>
|
|
|
|
<tabstop>styleFileButton</tabstop>
|
|
|
|
<tabstop>importCharsetListGP</tabstop>
|
|
|
|
<tabstop>importCharsetListOve</tabstop>
|
|
|
|
<tabstop>importLayout</tabstop>
|
|
|
|
<tabstop>importBreaks</tabstop>
|
|
|
|
<tabstop>shortestNote</tabstop>
|
|
|
|
<tabstop>pngResolution</tabstop>
|
|
|
|
<tabstop>pngTransparent</tabstop>
|
|
|
|
<tabstop>expandRepeats</tabstop>
|
|
|
|
<tabstop>exportAudioSampleRate</tabstop>
|
|
|
|
<tabstop>exportLayout</tabstop>
|
|
|
|
<tabstop>exportAllBreaks</tabstop>
|
|
|
|
<tabstop>exportManualBreaks</tabstop>
|
|
|
|
<tabstop>exportNoBreaks</tabstop>
|
|
|
|
<tabstop>shortcutList</tabstop>
|
|
|
|
<tabstop>resetShortcut</tabstop>
|
|
|
|
<tabstop>clearShortcut</tabstop>
|
|
|
|
<tabstop>defineShortcut</tabstop>
|
|
|
|
<tabstop>printShortcuts</tabstop>
|
|
|
|
<tabstop>checkUpdateStartup</tabstop>
|
|
|
|
</tabstops>
|
2013-05-13 18:49:17 +02:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2013-05-30 14:07:25 +02:00
|
|
|
</ui>
|