Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.3.2, 5.5.0
-
None
-
Windows 7
Description
The following stylesheet
/* General */ QWidget:enabled { alternate-background-color: #5b5b5b; background: #555; color: #fff; } QWidget:!enabled { alternate-background-color: #4a4a4a; background: #555; color: gray; } /* QCheckBox */ QCheckBox:enabled { color: white; } QCheckBox::indicator { color: white; background: #444; }
hides QCheckBox' check marks.
To reproduce, open the given ui-file with Qt Designer and do "Preview".