Re: [PyQt] PyQt event management

2012-04-16 Thread Phil Thompson
On Mon, 16 Apr 2012 18:30:07 +0200, Pierre Barthelemy wrote: > Dear all, > > I defined a few plot classes, children of qwidget, to handle chaco plots. I > would like to have a way to connect a few functions to the event of > clicking inside the window that i create. I have tried to implement a fe

[PyQt] PyQt event management

2012-04-16 Thread Pierre Barthelemy
Dear all, I defined a few plot classes, children of qwidget, to handle chaco plots. I would like to have a way to connect a few functions to the event of clicking inside the window that i create. I have tried to implement a few events. In this class, the close event works well. But the other don't