Results 1 to 6 of 6

Thread: how can i enhance the speed of drawing massive data graph by QGraphicsViewFrame

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Posts
    38
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    29

    Question Re: how can i enhance the speed of drawing massive data graph by QGraphicsViewFrame

    Quote Originally Posted by wysota View Post
    What is not compatible with your graph?
    I mean the way you adviced(which draw every point as an item ) may not available to my need.
    now i have tried to draw points on an image,then put the image on the QGraphicsPixmapItem.
    And, how can i resolve the other problem as i put forward ? thank you very much

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,375
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: how can i enhance the speed of drawing massive data graph by QGraphicsViewFrame

    Quote Originally Posted by christina123y View Post
    I mean the way you adviced(which draw every point as an item ) may not available to my need.
    Why not?

    And, how can i resolve the other problem as i put forward ? thank you very much
    I'm not sure what you wanted there so it's hard to answer. My first guess would be that you need two scenes and two views.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.