On Wed, Jan 23, 2013 at 6:41 PM, Vincent Vande Vyvre
wrote:
> Le 23/01/13 17:12, Vicent Mas a écrit :
>> Hi,
>>
>> I have a subclass of QScrollBar and I'd like to customize how it
>> handles the QEvent.Wheel event. My first idea was to override its
>> wheelEvent() method, but this method gets neve
Le 23/01/13 17:12, Vicent Mas a écrit :
> Hi,
>
> I have a subclass of QScrollBar and I'd like to customize how it
> handles the QEvent.Wheel event. My first idea was to override its
> wheelEvent() method, but this method gets never called when I wheel
> the scrollbar. If I override the event() met
Hi,
I have a subclass of QScrollBar and I'd like to customize how it
handles the QEvent.Wheel event. My first idea was to override its
wheelEvent() method, but this method gets never called when I wheel
the scrollbar. If I override the event() method and filter the wheel
events then everything goe