Hello all,

I have implemented a Class that inhertis QTableWidget und implemented the mouseEvent methods:
Qt Code:
  1. void mousePressEvent(QMouseEvent* e);
  2. void mouseDoppelClickEvent(QMouseEvent* e);
  3. void mouseMoveEvent(QMouseEvent* e);
To copy to clipboard, switch view to plain text mode 

but I just receive a mousePressEvent when I doppel click on a widget. It is very curious!!! Has anyone an idea???
best regards