Details
-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
4.5.2
-
None
Description
With the WindowsXP style and the following stylesheet set for the application, the checkbox of a checkable item will not be transparent as it is with the other styles, e.g. "windows":
QTreeView {
background-color: rgba(255, 0, 0, 255);
selection-background-color: rgba(0, 0, 0, 255);
border: 0px;
}