Skip to content

Commit

Permalink
Update Staff Properties dialog for 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacWeiss committed Mar 15, 2017
1 parent 13d7332 commit 4c7f72b
Showing 1 changed file with 49 additions and 42 deletions.
91 changes: 49 additions & 42 deletions mscore/editstaff.ui
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@
</item>
</layout>
</item>
<item row="5" column="2">
<widget class="QToolButton" name="changeStaffType">
<property name="text">
<string>Advanced Style Properties...</string>
</property>
</widget>
</item>
<item row="5" column="1">
<layout class="QHBoxLayout" name="hLayout_StyleGroup">
<item>
Expand All @@ -114,6 +107,9 @@
</item>
<item>
<widget class="QLineEdit" name="staffGroupName">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
Expand Down Expand Up @@ -307,6 +303,13 @@
</property>
</widget>
</item>
<item row="5" column="2">
<widget class="QPushButton" name="changeStaffType">
<property name="text">
<string>Advanced Style Properties...</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
Expand Down Expand Up @@ -334,45 +337,48 @@
</property>
<item row="2" column="1">
<widget class="QLineEdit" name="instrumentName">
<property name="enabled">
<bool>false</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QToolButton" name="changeInstrument">
<widget class="QPushButton" name="changeInstrument">
<property name="text">
<string>Change Instrument...</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_PartName">
<item row="2" column="0">
<widget class="QLabel" name="labelInstrName">
<property name="text">
<string>Part name:</string>
<string>Instrument:</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="buddy">
<cstring>partName</cstring>
<cstring>instrumentName</cstring>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="labelInstrName">
<item row="3" column="0">
<widget class="QLabel" name="label_PartName">
<property name="text">
<string>Instrument:</string>
<string>Part name:</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="buddy">
<cstring>instrumentName</cstring>
<cstring>partName</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<item row="3" column="1" colspan="2">
<widget class="QLineEdit" name="partName"/>
</item>
</layout>
Expand Down Expand Up @@ -500,13 +506,13 @@
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<width>100</width>
<height>20</height>
</size>
</property>
Expand Down Expand Up @@ -574,7 +580,7 @@
<item>
<widget class="QLabel" name="labelTransp">
<property name="text">
<string>Play transposition:</string>
<string>Transpose written pitches to sound:</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
Expand All @@ -584,6 +590,26 @@
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="octave">
<property name="maximum">
<number>10</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_11">
<property name="text">
<string>octaves +</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="buddy">
<cstring>octave</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="iList">
<property name="sizePolicy">
Expand Down Expand Up @@ -724,26 +750,6 @@
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="label_11">
<property name="text">
<string>+ Octave:</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="buddy">
<cstring>octave</cstring>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="octave">
<property name="maximum">
<number>10</number>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="up">
<property name="text">
Expand Down Expand Up @@ -791,6 +797,9 @@
</item>
<item>
<widget class="QLineEdit" name="numOfStrings">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
Expand Down Expand Up @@ -915,7 +924,6 @@
<tabstop>color</tabstop>
<tabstop>staffGroupName</tabstop>
<tabstop>changeStaffType</tabstop>
<tabstop>partName</tabstop>
<tabstop>instrumentName</tabstop>
<tabstop>changeInstrument</tabstop>
<tabstop>longName</tabstop>
Expand All @@ -929,7 +937,6 @@
<tabstop>maxPitchP</tabstop>
<tabstop>maxPitchPSelect</tabstop>
<tabstop>iList</tabstop>
<tabstop>octave</tabstop>
<tabstop>up</tabstop>
<tabstop>down</tabstop>
<tabstop>numOfStrings</tabstop>
Expand Down

0 comments on commit 4c7f72b

Please sign in to comment.