Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
5.9.4, 5.12
-
None
Description
Tooltips were observed to be placed in the wrong position in a HighDPI Windows application (running on Windows 10) when hovering moues over a widget on a secondary monitor, where the primary monitor is set to something lower like 100% scaling and the secondary is at higher scaling.
Adding an event filter to override tooltip events and manually create the tooltips at positions I want results in the same problem since various Qt functions to map to global still appear to result in the wrong calculation.
UPDATE: An important piece of info is that this tooltip issue is specifically in a custom toolbar comprised of QPushButtons in a QFrame that can be moved around.
Attachments
Issue Links
- relates to
-
QTBUG-70723 HIGHDPI issue: Tooltips show up far away from the expected position
- Closed
-
QTBUG-78320 [HighDPI multi-monitor Mixed screen scale factors] QCursor::setPos setting incorrect positions on non-primary monitor
- Closed
-
QTBUG-77307 [HighDPI multi-monitor Mixed screen scale factors] window frame shows with incorrect scaling
- Closed