QGraphicsScene drag enter event? you can grab direct from QGraphicsitem
on bool TextLayer::sceneEvent(QEvent *event)
Qt Code:
/* TextLayer like QGraphicsTextItem */ { /* drag here */ mount->txtControl()->processevent(event); return true; /* QGraphicsSceneDragDropEvent *e = static_cast<QGraphicsSceneDragDropEvent *>(event); */ /* */ } }To copy to clipboard, switch view to plain text mode
source on:
http://www.qt-apps.org/content/show....?content=80234
Bookmarks