Skip to content

Commit

Permalink
'beautify' text inspector
Browse files Browse the repository at this point in the history
Font color is missing, also "Size follows 'Staff space' setting".
Not sure about Offes (from the old text style dialog)

Circle and Box should really be radio buttons though, like in the old
text style dialog, and the entire frame stuff should be a section of its
own (QGroupBox), like in the old text style dialog, and all disabled if
Frame is disabled.

Also accessibiliy fixes for accidental and fingering inspector
  • Loading branch information
Jojo-Schmitz committed Jan 17, 2017
1 parent ab63cec commit d5aefa3
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 216 deletions.
8 changes: 5 additions & 3 deletions mscore/inspector/inspector_accidental.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>150</width>
<height>115</height>
<width>113</width>
<height>91</height>
</rect>
</property>
<property name="accessibleName">
Expand Down Expand Up @@ -125,7 +125,7 @@
<string>Reset to default</string>
</property>
<property name="accessibleName">
<string>Reset 'Has bracket' value</string>
<string>Reset 'Small' value</string>
</property>
<property name="text">
<string notr="true"/>
Expand All @@ -144,7 +144,9 @@
<tabstops>
<tabstop>title</tabstop>
<tabstop>small</tabstop>
<tabstop>resetSmall</tabstop>
<tabstop>hasBracket</tabstop>
<tabstop>resetHasBracket</tabstop>
</tabstops>
<resources>
<include location="../musescore.qrc"/>
Expand Down
11 changes: 7 additions & 4 deletions mscore/inspector/inspector_fingering.ui
Expand Up @@ -6,12 +6,12 @@
<rect>
<x>0</x>
<y>0</y>
<width>277</width>
<height>215</height>
<width>154</width>
<height>69</height>
</rect>
</property>
<property name="accessibleName">
<string>Tuplet Inspector</string>
<string>Fingering Inspector</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
Expand Down Expand Up @@ -81,6 +81,9 @@
<property name="text">
<string>Substyle:</string>
</property>
<property name="buddy">
<cstring>subStyle</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
Expand All @@ -92,7 +95,7 @@
<string>Reset to default</string>
</property>
<property name="accessibleName">
<string>Reset 'Small' value</string>
<string>Reset 'Substyle' value</string>
</property>
<property name="text">
<string notr="true"/>
Expand Down

0 comments on commit d5aefa3

Please sign in to comment.