I'm trying to use the Graphics View Framework for the first time.
I've got 640x512 arrays of ints that I want to display as an image, potentially at a frame rates of 10 fps or greater. Taking baby steps, I'm just trying to display one static image at the moment.
I also need direct pixel access, that why I am looking at QImage.
Are there any hooks to add a QImage to a QGraphicsScene?
If so, any examples? If not, any ideas how to accomplish the task?