Re: [PyQt] KHTMLPart mouse events

2009-01-10 Thread Christoph Burgmer
Am Saturday, 10. January 2009 schrieben Sie: > On Friday 09 January 2009 08:50:07 am Christoph Burgmer wrote: > > It seems that > > khtmlMousePressEvent (khtml::MousePressEvent* event) > > is the right place to do that, but the sip-file does not have those > > mouse event methods, they are comment

Re: [PyQt] KHTMLPart mouse events

2009-01-09 Thread Jim Bublitz
On Friday 09 January 2009 08:50:07 am Christoph Burgmer wrote: > Jim, Simon, I hope you can help me. > > I am trying to track a user's MidButton mouse click to track "paste" > actions. > > It seems that > khtmlMousePressEvent (khtml::MousePressEvent* event) > is the right place to do that, but the

[PyQt] KHTMLPart mouse events

2009-01-09 Thread Christoph Burgmer
Jim, Simon, I hope you can help me. I am trying to track a user's MidButton mouse click to track "paste" actions. It seems that khtmlMousePressEvent (khtml::MousePressEvent* event) is the right place to do that, but the sip-file does not have those mouse event methods, they are commented out. C