Skip to content

Commit

Permalink
Add new Style page
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacWeiss committed May 26, 2020
1 parent f0b3675 commit 66f71ff
Showing 1 changed file with 182 additions and 0 deletions.
182 changes: 182 additions & 0 deletions mscore/editstyle.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2221,6 +2221,188 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="PageRests">
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="QGroupBox" name="multiMeasureRests">
<property name="title">
<string>Multimeasure Rests</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout_46">
<item row="0" column="0">
<widget class="QLabel" name="label_15">
<property name="text">
<string>Minimum number of empty measures:</string>
</property>
<property name="buddy">
<cstring>minEmptyMeasures</cstring>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QToolButton" name="resetMinMMRestWidth">
<property name="toolTip">
<string>Reset to default</string>
</property>
<property name="accessibleName">
<string>Reset 'Minimum width of measure' value</string>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="musescore.qrc">
<normaloff>:/data/icons/edit-reset.svg</normaloff>:/data/icons/edit-reset.svg</iconset>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_16">
<property name="text">
<string>Minimum width of measure:</string>
</property>
<property name="buddy">
<cstring>minMeasureWidth</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QDoubleSpinBox" name="minMeasureWidth">
<property name="suffix">
<string>sp</string>
</property>
<property name="minimum">
<double>2.000000000000000</double>
</property>
<property name="value">
<double>4.000000000000000</double>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="minEmptyMeasures">
<property name="minimum">
<number>1</number>
</property>
<property name="value">
<number>2</number>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_92">
<property name="text">
<string>Vertical position of number:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QDoubleSpinBox" name="mmRestNumberPos">
<property name="suffix">
<string>sp</string>
</property>
<property name="minimum">
<double>-99.989999999999995</double>
</property>
<property name="singleStep">
<double>0.500000000000000</double>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QToolButton" name="resetMMRestNumberPos">
<property name="toolTip">
<string>Reset to default</string>
</property>
<property name="accessibleName">
<string>Reset 'Vertical position of number' value</string>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="musescore.qrc">
<normaloff>:/data/icons/edit-reset.svg</normaloff>:/data/icons/edit-reset.svg</iconset>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_103">
<property name="text">
<string>Margin between H-bar and barlines:</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QDoubleSpinBox" name="multiMeasureRestMargin">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="suffix">
<string>sp</string>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QToolButton" name="resetMultiMeasureRestMargin">
<property name="toolTip">
<string>Reset to default</string>
</property>
<property name="accessibleName">
<string>Reset 'Multimeasure rest margin' value</string>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="musescore.qrc">
<normaloff>:/data/icons/edit-reset.svg</normaloff>:/data/icons/edit-reset.svg</iconset>
</property>
</widget>
</item>
<item row="0" column="2">
<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>
<item>
<spacer name="verticalSpacer_34">
<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>
<widget class="QWidget" name="PageSystem">
<property name="minimumSize">
<size>
Expand Down

0 comments on commit 66f71ff

Please sign in to comment.