Skip to content

Commit

Permalink
Merge pull request #3057 from IsaacWeiss/120936-staff-properties-dialog
Browse files Browse the repository at this point in the history
Update Staff Properties dialog
  • Loading branch information
lasconic committed Mar 15, 2017
2 parents 72ab8cb + 61b6844 commit bd894bd
Showing 1 changed file with 48 additions and 41 deletions.
89 changes: 48 additions & 41 deletions mscore/editstaff.ui
Expand Up @@ -229,13 +229,6 @@
</property>
</widget>
</item>
<item row="5" column="2">
<widget class="QToolButton" name="changeStaffType">
<property name="text">
<string>Advanced Style Properties...</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QCheckBox" name="showIfEmpty">
<property name="text">
Expand All @@ -257,6 +250,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 @@ -315,6 +311,13 @@
</item>
</layout>
</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 All @@ -337,21 +340,34 @@
<property name="leftMargin">
<number>0</number>
</property>
<item row="2" column="0">
<widget class="QLabel" name="labelInstrName">
<property name="text">
<string>Instrument:</string>
</property>
<property name="buddy">
<cstring>instrumentName</cstring>
</property>
</widget>
</item>
<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">
<item row="3" column="0">
<widget class="QLabel" name="label_PartName">
<property name="text">
<string>Part name:</string>
Expand All @@ -361,17 +377,7 @@
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="labelInstrName">
<property name="text">
<string>Instrument:</string>
</property>
<property name="buddy">
<cstring>instrumentName</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 @@ -501,7 +507,7 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<width>100</width>
<height>20</height>
</size>
</property>
Expand Down Expand Up @@ -574,13 +580,30 @@
<item>
<widget class="QLabel" name="labelTransp">
<property name="text">
<string>Play transposition:</string>
<string>Transpose written pitches to sound:</string>
</property>
<property name="buddy">
<cstring>iList</cstring>
</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="buddy">
<cstring>octave</cstring>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="iList">
<property name="sizePolicy">
Expand Down Expand Up @@ -721,23 +744,6 @@
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="label_11">
<property name="text">
<string>+ Octave:</string>
</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 @@ -782,6 +788,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 @@ -913,7 +922,6 @@
<tabstop>cutaway</tabstop>
<tabstop>staffGroupName</tabstop>
<tabstop>changeStaffType</tabstop>
<tabstop>partName</tabstop>
<tabstop>instrumentName</tabstop>
<tabstop>changeInstrument</tabstop>
<tabstop>longName</tabstop>
Expand All @@ -927,7 +935,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 bd894bd

Please sign in to comment.