qt5base-lts/tests/auto/widgets/util
Yin Jie 60a67dc41e Position QCompleter popup based on the widget's screen geometry
If adding a QLineEdit to a QGraphicsScene as a QGraphicsProxyWidget, the popup
completion of that QLineEdit is drawn in the wrong location. When the completer
getting the rect of screen, it gets the rect of the QGraphicsScene where
QLineEdit is located rather than the rect of the screen, resulting in an error
in the following calculation.

Note that as long as the completer popup is a toplevel widget not parented
to the target widget, it will not be automatically embedded into the graphics
view via QGraphicsProxyWidget. So with multiple views for a scene, or in views
that use transformations, the geometry will still be off.

Pick-to: 6.3
Task-number: QTBUG-20531
Change-Id: If5d8a707ca35a9e4709117b077978145c6143e46
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2022-02-15 01:28:30 +00:00
..
qcompleter Position QCompleter popup based on the widget's screen geometry 2022-02-15 01:28:30 +00:00
qscroller tests: port to new QMutableEventPoint static API 2022-01-15 12:29:27 +01:00
qsystemtrayicon Fix references to QGuiApplication::lastWindowClosed 2021-10-13 22:30:08 +02:00
CMakeLists.txt Move undo framework out of Qt Widgets 2020-03-30 12:36:29 +02:00