Hi,

is it possible that there are some function, in particular in the QGraphicsView framework, that are not documented? For instance, I had to go through the header files to find out that there is a

Qt Code:
  1. void setPos(const QPointF &pos);
To copy to clipboard, switch view to plain text mode 

function in the class QGraphicsSceneMouseEvent.