Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is it possible to explicitly draw outside of a QGraphicsItems shape() if the Flag ItemClipsToShape is set ?
One way to do it is adding children graphics items which can draw outside of this item if ItemClipsChildrenToShape isn't set. Is there another way ?