I derived a class from QGraphicsScene. Then I overrided the dragMoveEvent. But now I cant move any items in my QGraphicsScene. Somebody please help me to create the dragging movement.
views:
26answers:
1
                
                A: 
                
                
              IIRC you can call directly call the overridden method by QGraphicsScene::dragMoveEvent from your own function.
                  InsertNickHere
                   2010-06-19 07:20:00
                
              @InsertNickHere Thank you. It works.
                  prabhakaran
                   2010-06-19 09:56:48