RubberbandDrag doesn't seen
Hi,
When I attept to rubberband( by setDragMode(QGraphicsView::RubberBandDrag) ) on my scene, it doesn't seen if any items exist on the scene. But if I remove the items on the scene, rubberband seems to work fine. What could be the problem? boundingRect() maybe?
Re: RubberbandDrag doesn't seen
Please try setting this property:
Re: RubberbandDrag doesn't seen
Hi
I fixed the problem by customizing rubberband. Now I want to ask another question.
My items in the scene looks odd locations when I perform zoom in or out with rubberband. What's the problem here?