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
|