-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.15.18
-
None
text控件的文本包含英文和阿拉伯语时,如果使用elide: Text.ElideRight属性,有很大几率崩溃
Text {
id: play_mucis_name
x: 50
anchors.verticalCenter: defaultBg.verticalCenter
width: 160
text: qsTr("Alif Alif FM (ألف ألف إف إم)")
font
elide: Text.ElideRight
}