Qt : I have Subclass the Qgraphicsview and handling mouse events and Set the Dragmode as RubberBandDrag
setDragMode(QGraphicsView::RubberBandDrag);
I am getting the rubberband selection but I am not able to customize the rubberband selection color. Please suggest .....