Does the QLabel use the parents StyleSheet for formatting its rich text (html subset)?
-
Hi,
AFAIK the style sheet affects the widgets not it's content
-
Are you maybe mixing two different concepts ?
You can reuse the widget's font when building your html content but styling a widget is clearly independent of the generated content (i.e the html you put in the label).Using a QSS is not the same as using a css to style a web page or html content, it's really only intended to modify the widget's appearance