PDA

View Full Version : Drag and Drop an Object Between Two View(QGraphicsView)



alizadeh91
29th February 2012, 09:44
Hi Dear Friends ...
I have question:
I have two different QGraphicsView which each have their scene. In first Scene i have a picture(pixmap). I want to whenever user drag picture and drop it into second scene, an object(a widget) will be new and add into second scene. (Actually i have a Dial Gauge and i have its picture in first scene. Whenever user drag picture and drop it into second scene a dial must be created. Type of my dial is widget and type of picture is pixmap).

Thanks

wysota
29th February 2012, 10:26
Drag and Drop