Results 1 to 7 of 7

Thread: Improve performance for realtime moving marker?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2009
    Posts
    17
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Improve performance for realtime moving marker?

    Hello,

    I have a plot (see attachment) which shows data over timeline. I use a panner and magnifier for user interaction. In addition I have a realtime 'player' (timer) which updates a time marker walking over the plot. The marker is updated every 100ms. Actually a QwtPlotMarker is used. As we need to replot() every time when the position of the marker changes, the application becomes slow, depending on the number of plot curves and the timer interval. The number of plot curves is generically variable and can be more than 10.

    Is there any idea how to get the same view with better performance?

    Best Regards
    Stefan
    Attached Images Attached Images

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.