QT 4.5 - Changing the selection marquee for QGraphicsItem

qt4

Solution

There's a good solution at:

http://www.qtcentre.org/threads/15089-QGraphicsView-change-selected-rectangle-style

Problem

Is it possible to define the style of the selection marquee when a QGraphicsItem is set selectd via setSelected(true)?

Original source