feat: render label descriptions as styled text

This commit is contained in:
Olaf Luijks
2025-11-28 01:27:44 +01:00
parent a177031265
commit 3ec973ca21

View File

@@ -29,5 +29,7 @@ ColumnLayout {
wrapMode: Text.WordWrap
visible: description !== ""
Layout.fillWidth: true
// allow HTML like <i>...</i> in labels/descriptions
textFormat: Text.StyledText
}
}