Right, so I have a 100-200 QRectItems with the child being QWidget that has a few QLineedits/checkboxes/etc/etc.
I run into issues that if there are a lot of items on the screen and I zoom out the performance drop a lot. Down to "1" fps. When I see all 150 items then it lags like hell.
Does any know of any optimization methods that I could implement?
At the moment I have set up a zoom function and after certain zoom I simply hide the QWidget and leave QRectItem only visible. That brings back performance but sadly I lose the widgets at that zoom level...