Quote Originally Posted by aamer4yu View Post
Simply override wheelEvent ( QWheelEvent * event ) for the QScrollBar
That is precisely what I am doing from the parent widget, but it is only catching wheel events forthe parent, not the scrollbar. I realize I am missing something here...