Hi all!

I can't find this information anywhere else, so I'll just ask this small question here: is QGraphicsView::items thread-safe?

If it isn't, which I fear, is a wrapper around it with a QMutex to prevent simultaneous access enough, or is ALL use of QGraphicsView forbidden in concurrent threads?

Thanks in advance for your time!