How to implement qt application just like drag and drop of inbox contents in gmail..??
-
hi friends ,
i have implemented a drag and drop between two qtablewidget and its working fine what i need is to implement the dragging appearance just like how it looks if we drag a inbox content into trash in gmail. im not getting how to do that so can anyone help me regrading this please..!!!!
thank you.
-
Hi,
I guess you want to show the overlay label when dragging. Now since you might be using QDrag for dragging you can quickly create a Pixmap on runtime with the details you require and set it to QDrag using "setPixmap":http://qt-project.org/doc/qt-4.8/qdrag.html#setPixmap.