Reputation: 2609
I am Creating App. that contains Picture Editing. i have take two QLabel And set image on each of Qlabel. now i want to Drag one image and put it on other Image..
how can i do that?
Any help?
Thanks..
Upvotes: 2
Views: 1462
Reputation: 3263
The Graphic View Framework with QGraphicsPixmapItem could solve your problem.
Upvotes: 2