@StudentScripter
This example shows how a use case could look like
https://doc.qt.io/qt-6/qtwidgets-graphicsview-basicgraphicslayouts-example.htmlBut as you can see, the custom items inherit from QGraphicsLayoutItem and QGraphicsItem.
So to properly use a QGraphicsItem in a layout, you have to inherit QGraphicsLayoutItem or use QGraphicsWidget directly... however I don't know how it fits in your existing logic/structure. It might break something... using layouts and "moving free / free resizable by user" is kinda counterproductive.