Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.7.2
-
None
-
Linux
Description
When the background-color has been set e.g.
- {background-color: grey;}
and one try then to set the image or background-image for a QWidget Container with a selector like e.g. the class selector:
{image: url(:new/prefix/headline.png);}
.QWidgetthis won't work.
Hint: In my case the QWidget Container contains two QLabel childs.