PDA

View Full Version : QCoreApplication Sendevent DragMove



Tweety66
19th October 2012, 06:59
Hi everybody.

The following code is not working with QDragMove event. The event never reaches the viewport and the sendEvent does not return anything.

QCoreApplication::instance()->sendEvent((QObject*)graphicsView->viewport(),e);

Tweety66
22nd October 2012, 21:39
Nobody can help me?