Piyush
Piyush

Reputation: 2609

Qt:: Drag And Drop Image

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

Answers (1)

canardman
canardman

Reputation: 3263

The Graphic View Framework with QGraphicsPixmapItem could solve your problem.

Upvotes: 2

Related Questions