Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.5.2
-
None
Description
On windows (we were not able to reproduce this on MacOS), the color field of the QToolTip doesn't get picked up by the stylesheet.
This started to happen when we've upgraded to Qt6.
Attached is a little python program to reproduce the issue with PySide6.
- Loads a stylesheet that sets the color of QPushButton and QToolTip
- Creates a button with a tooltip
- See that the tooltip text color is not red as specified in the stylesheet
This issue is a blocker for us as we cannot deploy our application with Qt6 to our customers.