How to detect scroll event in Qt widgets?I want to use it to scroll the QWT graph. I tried using QMouseEvent , but I could only find options for moving and clicking / releasing the mouse.
QMouseEvent
void QWidget::wheelEvent(QWheelEvent* event) will be what you need (docs here ).
void QWidget::wheelEvent(QWheelEvent* event)
Source: https://habr.com/ru/post/1432230/More articles:WebSockets for Android and iOS apps - androidAnimation of transition to activity in Android - androidHow to export HCRYPTKEY or PRIVATEKEYBLOB to a PFX file - certificateDateEdit show timing - c #Break a vector randomly into two sets - randomShort syntax for a call function, if defined - functionThe Relationship Between Two WPF Applications - .net-4.0Is this possible with regex? - regexAssembly.Load performance impact - performanceXcode Organizer Failed to Display Correct Package Display Name - iosAll Articles