Add support of text styling for desktop panel

This commit is contained in:
2016-09-24 15:24:24 +03:00
parent 7f6a2d8100
commit ecf4be8d9c
5 changed files with 176 additions and 0 deletions

View File

@ -33,4 +33,10 @@ QtObject {
"right": Text.AlignRight,
"justify": Text.AlignJustify
}
property variant textStyle: {
"normal": Text.Normal,
"outline": Text.Outline,
"raised": Text.Raised,
"sunken": Text.Sunken
}
}