Skip to content

Commit 082d85e

Browse files
Merge pull request #20523 from cbjeukendrup/editstyle_accessibility
Fixes for strings and accessibility in EditStyle (master)
2 parents e3bddff + 247f21c commit 082d85e

File tree

1 file changed

+121
-17
lines changed

1 file changed

+121
-17
lines changed

src/notation/view/widgets/editstyle.ui

Lines changed: 121 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5648,6 +5648,9 @@ By default, they will be placed such as that their right end are at the same lev
56485648
<property name="text">
56495649
<string>Vertical position of number:</string>
56505650
</property>
5651+
<property name="buddy">
5652+
<cstring>mmRestNumberPos</cstring>
5653+
</property>
56515654
</widget>
56525655
</item>
56535656
<item row="1" column="1">
@@ -5688,8 +5691,14 @@ By default, they will be placed such as that their right end are at the same lev
56885691
</item>
56895692
<item row="1" column="5">
56905693
<widget class="QToolButton" name="resetMMRestNumberMaskHBar">
5694+
<property name="toolTip">
5695+
<string>Reset to default</string>
5696+
</property>
5697+
<property name="accessibleName">
5698+
<string>Reset 'Break H-bar if it collides with number' value</string>
5699+
</property>
56915700
<property name="text">
5692-
<string notr="true">…</string>
5701+
<string notr="true"/>
56935702
</property>
56945703
</widget>
56955704
</item>
@@ -5698,6 +5707,9 @@ By default, they will be placed such as that their right end are at the same lev
56985707
<property name="text">
56995708
<string>H-bar horizontal stroke thickness:</string>
57005709
</property>
5710+
<property name="buddy">
5711+
<cstring>mmRestHBarThickness</cstring>
5712+
</property>
57015713
</widget>
57025714
</item>
57035715
<item row="2" column="1">
@@ -5718,8 +5730,14 @@ By default, they will be placed such as that their right end are at the same lev
57185730
</item>
57195731
<item row="2" column="2">
57205732
<widget class="QToolButton" name="resetMMRestHBarThickness">
5733+
<property name="toolTip">
5734+
<string>Reset to default</string>
5735+
</property>
5736+
<property name="accessibleName">
5737+
<string>Reset 'H-bar horizontal stroke thickness' value</string>
5738+
</property>
57215739
<property name="text">
5722-
<string notr="true">…</string>
5740+
<string notr="true"/>
57235741
</property>
57245742
</widget>
57255743
</item>
@@ -5728,6 +5746,9 @@ By default, they will be placed such as that their right end are at the same lev
57285746
<property name="text">
57295747
<string>H-bar margin within barlines:</string>
57305748
</property>
5749+
<property name="buddy">
5750+
<cstring>multiMeasureRestMargin</cstring>
5751+
</property>
57315752
</widget>
57325753
</item>
57335754
<item row="2" column="4">
@@ -5755,7 +5776,7 @@ By default, they will be placed such as that their right end are at the same lev
57555776
<string>Reset to default</string>
57565777
</property>
57575778
<property name="accessibleName">
5758-
<string>Reset 'Multimeasure rest margin' value</string>
5779+
<string>Reset 'H-bar margin within barlines' value</string>
57595780
</property>
57605781
<property name="text">
57615782
<string notr="true"/>
@@ -5767,6 +5788,9 @@ By default, they will be placed such as that their right end are at the same lev
57675788
<property name="text">
57685789
<string>H-bar vertical stroke thickness:</string>
57695790
</property>
5791+
<property name="buddy">
5792+
<cstring>mmRestHBarVStrokeThickness</cstring>
5793+
</property>
57705794
</widget>
57715795
</item>
57725796
<item row="3" column="1">
@@ -5787,8 +5811,14 @@ By default, they will be placed such as that their right end are at the same lev
57875811
</item>
57885812
<item row="3" column="2">
57895813
<widget class="QToolButton" name="resetMMRestHBarVStrokeThickness">
5814+
<property name="toolTip">
5815+
<string>Reset to default</string>
5816+
</property>
5817+
<property name="accessibleName">
5818+
<string>Reset 'H-bar vertical stroke thickness' value</string>
5819+
</property>
57905820
<property name="text">
5791-
<string notr="true">…</string>
5821+
<string notr="true"/>
57925822
</property>
57935823
</widget>
57945824
</item>
@@ -5797,6 +5827,9 @@ By default, they will be placed such as that their right end are at the same lev
57975827
<property name="text">
57985828
<string>H-bar vertical stroke height:</string>
57995829
</property>
5830+
<property name="buddy">
5831+
<cstring>mmRestHBarVStrokeHeight</cstring>
5832+
</property>
58005833
</widget>
58015834
</item>
58025835
<item row="3" column="4">
@@ -5817,8 +5850,14 @@ By default, they will be placed such as that their right end are at the same lev
58175850
</item>
58185851
<item row="3" column="5">
58195852
<widget class="QToolButton" name="resetMMRestHBarVStrokeHeight">
5853+
<property name="toolTip">
5854+
<string>Reset to default</string>
5855+
</property>
5856+
<property name="accessibleName">
5857+
<string>Reset 'H-bar vertical stroke height' value</string>
5858+
</property>
58205859
<property name="text">
5821-
<string notr="true">…</string>
5860+
<string notr="true"/>
58225861
</property>
58235862
</widget>
58245863
</item>
@@ -5852,12 +5891,18 @@ By default, they will be placed such as that their right end are at the same lev
58525891
<property name="text">
58535892
<string>Maximum number of measures:</string>
58545893
</property>
5894+
<property name="buddy">
5895+
<cstring>mmRestOldStyleMaxMeasures</cstring>
5896+
</property>
58555897
</widget>
58565898
</item>
58575899
<item row="0" column="2">
58585900
<widget class="QToolButton" name="resetMMRestOldStyleMaxMeasures">
5901+
<property name="toolTip">
5902+
<string>Reset to default</string>
5903+
</property>
58595904
<property name="text">
5860-
<string notr="true">…</string>
5905+
<string notr="true"/>
58615906
</property>
58625907
</widget>
58635908
</item>
@@ -5889,12 +5934,18 @@ By default, they will be placed such as that their right end are at the same lev
58895934
<property name="text">
58905935
<string>Spacing of symbols:</string>
58915936
</property>
5937+
<property name="buddy">
5938+
<cstring>mmRestOldStyleSpacing</cstring>
5939+
</property>
58925940
</widget>
58935941
</item>
58945942
<item row="1" column="2">
58955943
<widget class="QToolButton" name="resetMMRestOldStyleSpacing">
5944+
<property name="toolTip">
5945+
<string>Reset to default</string>
5946+
</property>
58965947
<property name="text">
5897-
<string notr="true">…</string>
5948+
<string notr="true"/>
58985949
</property>
58995950
</widget>
59005951
</item>
@@ -6038,6 +6089,9 @@ By default, they will be placed such as that their right end are at the same lev
60386089
<property name="text">
60396090
<string>Number position:</string>
60406091
</property>
6092+
<property name="buddy">
6093+
<cstring>measureRepeatNumberPos</cstring>
6094+
</property>
60416095
</widget>
60426096
</item>
60436097
<item row="2" column="0" colspan="2">
@@ -8995,9 +9049,9 @@ By default, they will be placed such as that their right end are at the same lev
89959049
</property>
89969050
<layout class="QVBoxLayout" name="verticalLayout_58">
89979051
<item>
8998-
<widget class="QGroupBox" name="groupBox_bendstaff">
9052+
<widget class="QGroupBox" name="groupBox_bendsStandardStaff">
89999053
<property name="title">
9000-
<string>Standard stave</string>
9054+
<string>Standard staff</string>
90019055
</property>
90029056
<layout class="QGridLayout" name="gridLayout_61">
90039057
<item row="0" column="3">
@@ -9015,8 +9069,14 @@ By default, they will be placed such as that their right end are at the same lev
90159069
</item>
90169070
<item row="0" column="0">
90179071
<widget class="QLabel" name="label_171">
9072+
<property name="accessibleName">
9073+
<string>Line thickness on standard staves:</string>
9074+
</property>
90189075
<property name="text">
9019-
<string>Line thickness: </string>
9076+
<string>Line thickness:</string>
9077+
</property>
9078+
<property name="buddy">
9079+
<cstring>bendLineWidth</cstring>
90209080
</property>
90219081
</widget>
90229082
</item>
@@ -9029,16 +9089,22 @@ By default, they will be placed such as that their right end are at the same lev
90299089
</item>
90309090
<item row="0" column="2">
90319091
<widget class="QToolButton" name="resetBendLineWidth">
9092+
<property name="toolTip">
9093+
<string>Reset to default</string>
9094+
</property>
9095+
<property name="accessibleName">
9096+
<string>Reset 'Line thickness on standard staves' value</string>
9097+
</property>
90329098
<property name="text">
9033-
<string notr="true"/>
9099+
<string notr="true"/>
90349100
</property>
90359101
</widget>
90369102
</item>
90379103
</layout>
90389104
</widget>
90399105
</item>
90409106
<item>
9041-
<widget class="QGroupBox" name="groupBox_tablaturebend">
9107+
<widget class="QGroupBox" name="groupBox_bendsTablature">
90429108
<property name="title">
90439109
<string>Tablature</string>
90449110
</property>
@@ -9059,7 +9125,7 @@ By default, they will be placed such as that their right end are at the same lev
90599125
<string>Reset to default</string>
90609126
</property>
90619127
<property name="accessibleName">
9062-
<string>Reset 'Line thickness' value</string>
9128+
<string>Reset 'Arrow width' value</string>
90639129
</property>
90649130
<property name="text">
90659131
<string notr="true"/>
@@ -9078,6 +9144,9 @@ By default, they will be placed such as that their right end are at the same lev
90789144
<property name="text">
90799145
<string>Arrow height:</string>
90809146
</property>
9147+
<property name="buddy">
9148+
<cstring>bendArrowHeight</cstring>
9149+
</property>
90819150
</widget>
90829151
</item>
90839152
<item row="1" column="1">
@@ -9104,8 +9173,14 @@ By default, they will be placed such as that their right end are at the same lev
91049173
</item>
91059174
<item row="1" column="5">
91069175
<widget class="QToolButton" name="resetBendArrowHeight">
9176+
<property name="toolTip">
9177+
<string>Reset to default</string>
9178+
</property>
9179+
<property name="accessibleName">
9180+
<string>Reset 'Arrow height' value</string>
9181+
</property>
91079182
<property name="text">
9108-
<string notr="true"/>
9183+
<string notr="true"/>
91099184
</property>
91109185
</widget>
91119186
</item>
@@ -9124,6 +9199,9 @@ By default, they will be placed such as that their right end are at the same lev
91249199
</item>
91259200
<item row="0" column="0">
91269201
<widget class="QLabel" name="label_179">
9202+
<property name="accessibleName">
9203+
<string>Line thickness on tablature staves:</string>
9204+
</property>
91279205
<property name="text">
91289206
<string>Line thickness:</string>
91299207
</property>
@@ -9160,7 +9238,7 @@ By default, they will be placed such as that their right end are at the same lev
91609238
<string>Reset to default</string>
91619239
</property>
91629240
<property name="accessibleName">
9163-
<string>Reset 'Arrow width' value</string>
9241+
<string>Reset 'Line thickness on tablature staves' value</string>
91649242
</property>
91659243
<property name="text">
91669244
<string notr="true"/>
@@ -11157,6 +11235,9 @@ By default, they will be placed such as that their right end are at the same lev
1115711235
<property name="text">
1115811236
<string>Font:</string>
1115911237
</property>
11238+
<property name="buddy">
11239+
<cstring>dynamicsFont</cstring>
11240+
</property>
1116011241
</widget>
1116111242
</item>
1116211243
<item>
@@ -11278,6 +11359,9 @@ By default, they will be placed such as that their right end are at the same lev
1127811359
<property name="margin">
1127911360
<number>0</number>
1128011361
</property>
11362+
<property name="buddy">
11363+
<cstring>dynamicsSize</cstring>
11364+
</property>
1128111365
</widget>
1128211366
</item>
1128311367
<item row="6" column="1">
@@ -14299,6 +14383,15 @@ By default, they will be placed such as that their right end are at the same lev
1429914383
<tabstop>resetVibratoLinePosAbove</tabstop>
1430014384
<tabstop>vibratoLinePosBelow</tabstop>
1430114385
<tabstop>resetVibratoLinePosBelow</tabstop>
14386+
<tabstop>bendLineWidth</tabstop>
14387+
<tabstop>resetBendLineWidth</tabstop>
14388+
<tabstop>bendLineWidthTab</tabstop>
14389+
<tabstop>resetBendLineWidthTab</tabstop>
14390+
<tabstop>bendArrowWidth</tabstop>
14391+
<tabstop>resetBendArrowWidth</tabstop>
14392+
<tabstop>bendArrowHeight</tabstop>
14393+
<tabstop>resetBendArrowHeight</tabstop>
14394+
<tabstop>guitarBendCueSizedGraceFrets</tabstop>
1430214395
<tabstop>textLinePlacement</tabstop>
1430314396
<tabstop>resetTextLinePlacement</tabstop>
1430414397
<tabstop>textLinePosAbove</tabstop>
@@ -14321,6 +14414,11 @@ By default, they will be placed such as that their right end are at the same lev
1432114414
<tabstop>resetArticStaffDist</tabstop>
1432214415
<tabstop>articulationMag</tabstop>
1432314416
<tabstop>resetArticulationMag</tabstop>
14417+
<tabstop>radioArticAlignStem</tabstop>
14418+
<tabstop>radioArticAlignNoteHead</tabstop>
14419+
<tabstop>radioArticAlignCenter</tabstop>
14420+
<tabstop>radioArticKeepTogether</tabstop>
14421+
<tabstop>radioArticAllowSeparate</tabstop>
1432414422
<tabstop>fermataPosAbove</tabstop>
1432514423
<tabstop>resetFermataPosAbove</tabstop>
1432614424
<tabstop>fermataPosBelow</tabstop>
@@ -14379,14 +14477,20 @@ By default, they will be placed such as that their right end are at the same lev
1437914477
<tabstop>lyricsMelismaPad</tabstop>
1438014478
<tabstop>resetLyricsMelismaPad</tabstop>
1438114479
<tabstop>resetLyricsMelismaAlign</tabstop>
14480+
<tabstop>dynamicsOverrideFont</tabstop>
14481+
<tabstop>dynamicsFont</tabstop>
14482+
<tabstop>avoidBarLines</tabstop>
14483+
<tabstop>resetAvoidBarLines</tabstop>
14484+
<tabstop>dynamicsSize</tabstop>
14485+
<tabstop>resetDynamicsSize</tabstop>
1438214486
<tabstop>dynamicsPlacement</tabstop>
1438314487
<tabstop>resetDynamicsPlacement</tabstop>
14384-
<tabstop>dynamicsPosAbove</tabstop>
1438514488
<tabstop>resetDynamicsPosAbove</tabstop>
14386-
<tabstop>dynamicsPosBelow</tabstop>
1438714489
<tabstop>resetDynamicsPosBelow</tabstop>
1438814490
<tabstop>dynamicsMinDistance</tabstop>
1438914491
<tabstop>resetDynamicsMinDistance</tabstop>
14492+
<tabstop>snapExpression</tabstop>
14493+
<tabstop>resetSnapExpression</tabstop>
1439014494
<tabstop>rehearsalMarkPlacement</tabstop>
1439114495
<tabstop>resetRehearsalMarkPlacement</tabstop>
1439214496
<tabstop>rehearsalMarkPosAbove</tabstop>

0 commit comments

Comments
 (0)