mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-21 09:39:57 +00:00
Add ability to change text style inside general widget (see #112)
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user