Hey, How exactly does the handling of virtual functions work for PyQt and PyKDE? I am trying to instance a class and override mousePressedEvent and some other events and it seems as though they still call the super-classes functions. Should it work this way? I would much prefer to have to call the super-class functions by hand (if and when I want to). Maybe it's already done? I just have to enable it? Thanks, Matt
- Re: [PyKDE] PyQt and virtual functions. mgeras
- Re: [PyKDE] PyQt and virtual functions. mgeras
- Re: [PyKDE] PyQt and virtual functions. Phil Thompson
