<div>Hi,</div>
<div>Here is a patch for mouse wheel support in qt4 gui. It adds wheel handler to MainInterface, which gets wheel events only when no other child control handled it yet - so any slider/scrollbar controls should intercept wheel events and are supposed to continue working as usual, but when focused control doesn't handle wheel events (buttons, status bar, video widget area in non-fullscreen mode) - they will be re-routed to vlc-lib.
</div>