Drag and Drop General Question
-
Does it makes sense to drag and drop QWidget to QGraphicsScene or does it have side effects?
-
I don't think it will cause side effects if all is made accurately. Widgets are allowed in GraphicsScene with QGraphicsProxyWidget wrapper.
-
Please check my "First post":http://developer.qt.nokia.com/forums/viewthread/595/
What is missing?