Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.8
-
None
Description
QTest::wheelEvent was added to Qt 6.8. Unlike every other input-releated API (mouse, key, ...), there's no overload that takes a QWidget.
Something also to consider is the shape of the API: the position of the event is usually defaulted to be the center of the window/widget, but it doesn't look like it's the case here.