-
When the sub-control of qskscrollarea rewrites the mouse wheel, it cannot receive it and is intercepted by qskscrollarea wheelEvent(QWheelEvent * event) |
Beta Was this translation helpful? Give feedback.
Answered by
uwerat
Nov 13, 2024
Replies: 2 comments
-
I can receive via an event event |
Beta Was this translation helpful? Give feedback.
0 replies
-
Events are processed bottom up. Maybe you forgot QskItem::setWheelEnabled( true ); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hestrro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Events are processed bottom up. Maybe you forgot QskItem::setWheelEnabled( true );