Re: Help with QGraphicsScene
If it's segfaulting, there's something wrong somewhere other than your updates. Have you tried running in a debugger to see where the program is failing?
Re: Help with QGraphicsScene
I was the updates I made, so I removed those pieces of code. I saw in the documentation that the graphics view class had "setViewportUpdateMode ( ViewportUpdateMode mode )". Could this remedy the problem?
EDIT:
Fixed it. I connected a signal to the update() function. Works like a charm now!