Results 1 to 4 of 4

Thread: Qt trending component

  1. #1
    Join Date
    Nov 2010
    Posts
    57
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Qt trending component

    Hi,

    I need a Qt trending/graph component, which has very low resource consumption (i.e. when a graph is updated over time it does not redraw the entire page, but only the updated section).
    I am wondering if anyone knows of and/or has had experience using such packages. Suggests both open-source and paid are welcome.

    Thanks.

  2. #2
    Join Date
    Feb 2007
    Location
    Karlsruhe, Germany
    Posts
    469
    Thanks
    17
    Thanked 90 Times in 88 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt trending component

    You can have a look at qwt and its QwtPlotDirectPainter. With it you can create an oscilloscope or trending graph, that only plots new data.

    This is included as example "oscilloscope" in the qwt-package.

    As far as I am aware you won't get a permanent history with this approach though. When the graph is full it needs to erase everything and start from an empty plot, because the directpainter has no means to "overplot".

    If you need to keep a history visible at all times, you will have to let go of only plotting new data, but qwt offers methods to subsample the curves to make plotting faster.

    Joh

  3. The following user says thank you to JohannesMunk for this useful post:

    pan (11th February 2011)

  4. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Qt trending component

    Have you looked at Qwt?

    D'oh! Pipped at the post

  5. #4
    Join Date
    Nov 2010
    Posts
    57
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt trending component

    Thanks for the replies. Yes Qwt is on the table for review, good to know where to look in there.
    No one used anything else?

Similar Threads

  1. Component names.
    By Adante in forum Newbie
    Replies: 1
    Last Post: 29th November 2010, 15:28
  2. Software Component
    By mickey in forum General Discussion
    Replies: 0
    Last Post: 20th July 2009, 22:51
  3. Is there a QIpAddrLineEdit component ?
    By lovelypp in forum Qt Programming
    Replies: 1
    Last Post: 13th July 2008, 14:10
  4. Is there an Led component for qt ?
    By lovelypp in forum Qt Programming
    Replies: 2
    Last Post: 10th July 2008, 17:36
  5. Generic Component Framework
    By prashanthudupa in forum Qt-based Software
    Replies: 5
    Last Post: 4th October 2007, 12:16

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.