Hi,

I like that QGraphicsView has all the basic select machinery written in, so we can have rubber band select and click select in our apps.

However, what I want to do is change the way the view indicates that the object is selected. By default it draws a dotted white rectangle along the bounding box. How can I change that?

Thanks
-K