Skip to content
Snippets Groups Projects
Commit a831dcdd authored by akiraohgaki's avatar akiraohgaki
Browse files

Wrap text

parent ffc88b23
No related branches found
No related tags found
No related merge requests found
......@@ -43,18 +43,25 @@ ColumnLayout {
Label {
id: primaryText
text: ""
font.bold: true
visible: text ? true : false
Layout.fillWidth: true
wrapMode: Text.WrapAnywhere
font.bold: true
}
Label {
id: informativeText
text: ""
visible: text ? true : false
Layout.fillWidth: true
wrapMode: Text.WrapAnywhere
}
Label {
id: detailedText
text: ""
visible: text ? true : false
Layout.fillWidth: true
wrapMode: Text.WrapAnywhere
font.pixelSize: 11
}
Item {
id: content
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment