Re: [PyQt] override wheelEvent issue

2013-01-23 Thread Vicent Mas
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

Re: [PyQt] override wheelEvent issue

2013-01-23 Thread Vincent Vande Vyvre
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

[PyQt] override wheelEvent issue

2013-01-23 Thread Vicent Mas
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

Re: [PyQt] Positive report about recent SIP snapshot (dc06058c99dd)

2013-01-23 Thread Phil Thompson
On Wed, 23 Jan 2013 16:10:12 +0200, Umit Oztosun wrote: > Hello, > > I am maintaining a semi-complex PyQt based project, which regularly uses > creation and destruction of widgets containing tableviews fed by custom > models. I was experiencing occassional crashes during desctruction of > widgets

[PyQt] Positive report about recent SIP snapshot (dc06058c99dd)

2013-01-23 Thread Umit Oztosun
Hello, I am maintaining a semi-complex PyQt based project, which regularly uses creation and destruction of widgets containing tableviews fed by custom models. I was experiencing occassional crashes during desctruction of widgets. I was not able to produce a small example demonstrating the problem