You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, qml text rendering supports only limited HTML subset by default, e.g here is available attributes for div tag. I'm afraid the easiest way is only to define style for whole widget. Another way is to change default text widget to something else which supports more tags/attributes, but I would avoid this coz it will cause additional load almost without any profit.
Hi and thanks for this tool.
I'm trying to style my text using text-shadow css property, but i'm unable to do it.
this code in a custom script:
...is rendered without shadow. Is it a qt limitation maybe?
The text was updated successfully, but these errors were encountered: