Merge pull request #892 from oluijks/fix/label-html-rendering

feat/fix: render label descriptions as styled text
This commit is contained in:
Lysec
2025-11-28 01:36:59 +01:00
committed by GitHub
+2
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
}
}