From: Stefan G. <ge...@mb...> - 2005-05-12 08:22:27
|
Sorry, this was too easy :-) Thanks, Stefan On Tuesday 10 May 2005 10:18, Micha Bieber wrote: > Tuesday, May 10, 2005, 09:53:22, Stefan Gerlach wrote: > > Is it possible to add "void mouseDoubleClickEvent( QMouseEvent *e)" > > like in Qt? > > As usual in C++, inherit from SurfacePlot and implement the member. The > widget provides only a standard implementation (still configurable, but > not including any double click functionality - I had no idea about a > general useful implementation). > > Micha |