[Qt-interest] setDragCursor?
Bartosh Wroblevksy
bartosh at live.com
Wed Jul 15 21:56:43 CEST 2009
Greetings,
I would like to set a standard Qt::OpenHandCursor as a cursor on a drag and drop operation. I would like to confirm that this is not possible in Qt. I only see
void QDrag::setDragCursor ( const QPixmap & cursor, Qt::DropAction action )
And I can't do something like this
drag->setDragCursor( QCursor(Qt::OpenHandCursor ).pixmap() );
QApplication::setOverrideCursor in a dragEnterEvent and in a dragMoveEvent will not work either?
Can anybody confirm that it is not possible or even better, tell me that I am wrong ;)
Bartosh
_________________________________________________________________
Attention all humans. We are your photos. Free us.
http://go.microsoft.com/?linkid=9666046
More information about the Qt-interest-old
mailing list