Details
Description
I created a QGraphicsItemGroup object, populated it with items, and added it to a scene - like described in the QGIG documentation.
The code does work on Qt C++ and on PyQt - according to testers from several forums, but not on PySide. I attached sample code working on PyQt and not on PySide.