http://doc.trolltech.com/4.1/dnd.html
As for the "flyback" animation, you may have to implement that yourself by showing and moving a transparent widget on a timer.
http://doc.trolltech.com/4.1/dnd.html
As for the "flyback" animation, you may have to implement that yourself by showing and moving a transparent widget on a timer.
Last edited by Chicken Blood Machine; 7th March 2006 at 21:31.
Save yourself some pain. Learn C++ before learning Qt.
Thanks for the reply,
But can you provide me an example code of how to do it
regards,
sreed
Create a widget representing your "icon", create a timer and animate (move) the widget on each timeout. Look at QTimer class docs for details. There are some examples there.
Bookmarks