Add ability to change text style inside general widget (see #112)

This commit is contained in:
2016-09-23 01:12:34 +03:00
parent 086870e9c2
commit 7f6a2d8100
4 changed files with 92 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
}
}