[SOLVED] StyleSheets and HTML code
-
Hello,
I use some stylesheet in my application. I would like to know if they also be performed on html in the application.
I explain : I work on a QTextEdit which has some rich text. I would like to know if it's possible to apply a style sheet on this rich text.
I tried
@
"QTextEdit h1{"
"background-color: rgba(62, 78, 104, 160);"
"}"@No succes. Is it possible or just a dream?
Thanks
-
Nope, it is not possible. QSS is used for widgets, not for their data.