Include new icons for Tie style selector

This commit is contained in:
Michele Spagnolo 2023-11-14 17:49:27 +01:00
parent 9db8ed18f6
commit 7e83f7ef78
3 changed files with 4 additions and 2 deletions

Binary file not shown.

View File

@ -406,6 +406,8 @@ public:
TIE_OUTSIDE = 0xF45D,
TIE_INSIDE = 0xF45E,
TIE_CHORD_OUTSIDE = 0xF466,
TIE_CHORD_INSIDE = 0xF467,
NONE = 0xFFFF
};

View File

@ -70,8 +70,8 @@ Rectangle {
RadioButtonGroup {
model: [
{ iconCode: IconCode.TIE_INSIDE, value: 1, title: qsTrc("inspector", "Inside") },
{ iconCode: IconCode.TIE_OUTSIDE, value: 2, title: qsTrc("inspector", "Outside") }
{ iconCode: IconCode.TIE_CHORD_INSIDE, value: 1, title: qsTrc("inspector", "Inside") },
{ iconCode: IconCode.TIE_CHORD_OUTSIDE, value: 2, title: qsTrc("inspector", "Outside") }
]
delegate: FlatRadioButton {