Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
4.8.2
-
None
-
Windows 7 64bits [present in Qt5 XCB/Windows, Qt 4 X11/Windows]
Description
There is a bug when using Alt key with vertical mouse wheel only on Windows platform (not on Mac OS) : in the wheel event generated, orientation is Qt::Horizontal instead of Qt::Vertical.
I catch a QGraphicsSceneWheelEvent in a subclass of QDeclarativeItem, same as it is made in the following example http://qt-project.org/doc/qt-4.8/qml-mousearea.html (notes at the bottom).