Qt Labs Forum » Graphics View

QImage and QGraphicsView/QGraphicsScene

(2 posts)

  1. terps02
    terps02
    Member

    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?

    Posted: 1 year #
  2. Scavenger
    Scavenger
    Member

    Brief look into Qt Help allows to find QGraphicsPixmapItem,
    pls see http://doc.trolltech.com/4.2/qgraphicspixmapitem.html

    Posted: 1 year #

RSS feed for this topic

Reply

You must log in to post.



© 2008 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners.