Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
6.2.4
-
None
Description
Setting richttext on a QLabel that contains a span with a class does not work.
app.setStyleSheet(".italic { font-style: italic; }")
label.setText("<span class='italic'>Should be italic but is not</span>")