How to implement qt application just like drag and drop of inbox contents in gmail..??
India
3
Posts
2
Posters
1.4k
Views
1
Watching
-
wrote on 12 Mar 2014, 09:50 last edited by
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.
-
wrote on 15 Mar 2014, 10:21 last edited by
thanks for your reply i got it
3/3