From: Micha B. <kri...@us...> - 2005-05-10 08:20:06
|
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 -- |