[Qt-interest] QTest and Drag and Drop
Pierre-Julien Villoud
PVilloud at movea.com
Thu Jul 2 11:12:32 CEST 2009
Hi everyone,
I'm using QTest to automate my GUI testing and I'm trying to emulate the drag and drop on an item from one widget to another.
So I do this :
QTest::mousePress( Widget1, Qt::LeftButton);
QTest::mouseRelease(Widget2, Qt::LeftButton);
And it does not drag and drop my item... Anyone sees what's wrong?
Thanks in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090702/2f500f17/attachment.html
More information about the Qt-interest-old
mailing list