Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QGraphicsView performance problem

QGraphicsView performance problem

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 2.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    yuazhen
    wrote on last edited by
    #1

    Hi Forums,
    There are a lot of items in the QGraphicsScene has been set to a QGraphicsView which uses a QGLWidget as the viewport. When update one of item in the scene, it will takes a lot of time to re-paint all of items in the scene even their contents are staying un-changed. It can lower down the framerate. How can I get the higher performance with this kind of scene? Can anybody help me?

    1 Reply Last reply
    0
    • R Offline
      R Offline
      rokemoon
      wrote on last edited by
      #2

      You can have a look this presentation from DevDays 2010 about Graphics Framework.
      Here they are: "1":http://developer.qt.nokia.com/videos/watch/performance_do_graphics_the_right_way "2":http://developer.qt.nokia.com/videos/watch/qt_graphicsview_in_depth
      In this presentation says about some tip and tricks of graphics view framework.

      1 Reply Last reply
      0
      • Y Offline
        Y Offline
        yuazhen
        wrote on last edited by
        #3

        [quote author="rokemoon" date="1320830557"]You can have a look this presentation from DevDays 2010 about Graphics Framework.
        Here they are: "1":http://developer.qt.nokia.com/videos/watch/performance_do_graphics_the_right_way "2":http://developer.qt.nokia.com/videos/watch/qt_graphicsview_in_depth
        In this presentation says about some tip and tricks of graphics view framework.[/quote]
        Thanks for your advice.

        1 Reply Last reply
        0
        • R Offline
          R Offline
          rokemoon
          wrote on last edited by
          #4

          Always welcome.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved