This commit is contained in:
朱子楚\zhuzi
2024-03-09 22:19:10 +08:00
parent eff9e385f5
commit 1d5f8772e1
35 changed files with 47 additions and 47 deletions

View File

@ -44,7 +44,7 @@ FluWindow {
leftMargin: 10
rightMargin: 10
}
wrapMode: Text.WordWrap
wrapMode: Text.WrapAnywhere
text: qsTr("We apologize for the inconvenience caused by an unexpected error")
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter

View File

@ -32,7 +32,7 @@ FluWindow {
text:loader.itemLodaer().sourceComponent.errorString()
color:"red"
anchors.fill: parent
wrapMode: Text.WordWrap
wrapMode: Text.WrapAnywhere
padding: 20
verticalAlignment: Qt.AlignVCenter
horizontalAlignment: Qt.AlignHCenter

View File

@ -13,7 +13,7 @@ FluWindow {
id:window
title: "FluentUI"
width: 960
width: 980
height: 600
minimumWidth: 520
minimumHeight: 200

View File

@ -22,7 +22,7 @@ FluWindow {
}
FluText{
wrapMode: Text.WordWrap
wrapMode: Text.WrapAnywhere
anchors{
left: parent.left
right: parent.right