Results 1 to 13 of 13

Thread: Does QT has any charting library?

  1. #1
    Join Date
    Feb 2007
    Posts
    6
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Does QT has any charting library?

    Does QT has any charting library?
    sARaV


  2. #2
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Does QT has any charting library?

    There is KD Chart available. It is available under a commercial license from KDAB (or ICS in North America), with an Open Source GPL version being used in the KOffice project.

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

  4. #4
    Join Date
    Feb 2007
    Posts
    6
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Question Re: Does QT has any charting library?

    Quote Originally Posted by Brandybuck View Post
    There is KD Chart available. It is available under a commercial license from KDAB (or ICS in North America), with an Open Source GPL version being used in the KOffice project.
    Where can i find the open source version ?...there is no link for that at KDAB
    There's only link for evaluation edition
    sARaV


  5. #5
    Join Date
    Nov 2010
    Posts
    122
    Thanks
    62
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Smile Re: Does QT has any charting library?

    I am looking for a 2D line chart for Qt, which will need to display multiple lines, provide
    a zoom feature and therefore a scroll feature, allow for axis labelling, and perhaps like
    Excel, allow for two different vertical axes.

    Anyone have any recommendations (e.g. QWT, KD Chart, or perhaps something off
    Qt Apps or the GIT repository or SourceForge, or perhaps something commercial).

  6. #6
    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: Does QT has any charting library?

    Quote Originally Posted by wysota View Post
    Dead link?

  7. The following user says thank you to ChrisW67 for this useful post:

    bob2oneil (9th May 2011)

  8. #7
    Join Date
    Nov 2010
    Posts
    122
    Thanks
    62
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Does QT has any charting library?

    wysota, this URL no longer resolves. Interested in what you had to say to this question in contemporary terms. I have built and played with QWT and KD Chart, neither are that impressive. I want to make sure that
    I have a comprehensive view of current technologies.

    Here are my requirements.

    I am searching for a line chart library for use with a Qt/C++ based application for either embedded Linux or perhaps QNX/Photon.

    The following are my requirements. Do you believe your product fulfills these requirements.

    REQUIREMENTS:

    Support for QNX RTOS and Photon.

    For use as a Qt/C++ based application with either C++ or C compatible APIs.

    Thread safe.

    2D XY Multiline Chart

    Support for legends

    X and Y Axis Labelling

    Zoom and Pan capability

    Ability to color line segments or define vertical colored lines defining segments (zones)

    Realtime data display support

    Dual Y Axis labels

    Source code availability

    Reasonable licensing and development costs.

    No redistribution costs.

  9. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Does QT has any charting library?

    My product has not been maintained for years and it has never been complete, so no, it does not meet your expectations.
    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.


  10. The following user says thank you to wysota for this useful post:

    bob2oneil (9th May 2011)

  11. #9
    Join Date
    Nov 2010
    Posts
    122
    Thanks
    62
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Does QT has any charting library?

    Hi wyosta, was checking out the Praying Mantis stuff on your site, looks pretty cool.

    Seems as if the field has narrowed to either QWT (free) or KD Charts (licensed). It would seem that QWT has perhaps a larger user based and is more actively discussed in the forums and extended.

    You have any experience with either and have an opinion on the battle between QWT vs KD Chart (or other?) from the perspective of effective 2D line charts?

  12. #10
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Does QT has any charting library?

    If you're after more technical charts then go for Qwt. If you're more after show-your-manager stuff, try KDCharts. In doubt, implement something of your own.
    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.


  13. The following user says thank you to wysota for this useful post:

    bob2oneil (9th May 2011)

  14. #11
    Join Date
    Nov 2010
    Posts
    122
    Thanks
    62
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Does QT has any charting library?

    Hey wysota:

    Just reading through a bit of Johan Thelin's text, and saw an entire page devoted to your technical reviewing. No wonder you are the sage of all Qt.

    Thanks for all you help over the past several months as a Qt newbie.

  15. #12
    Join Date
    Apr 2007
    Location
    Macclesfield, Cheshire
    Posts
    4
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60

    Default Re: Does QT has any charting library?

    Quote Originally Posted by bob2oneil View Post
    Here are my requirements.

    I am searching for a line chart library for use with a Qt/C++ based application for either embedded Linux or perhaps QNX/Photon.

    The following are my requirements. Do you believe your product fulfills these requirements.

    REQUIREMENTS:

    Support for QNX RTOS and Photon.

    For use as a Qt/C++ based application with either C++ or C compatible APIs.

    Thread safe.

    2D XY Multiline Chart

    Support for legends

    X and Y Axis Labelling

    Zoom and Pan capability

    Ability to color line segments or define vertical colored lines defining segments (zones)

    Realtime data display support

    Dual Y Axis labels

    Source code availability

    Reasonable licensing and development costs.

    No redistribution costs.
    I have code that is a good way towards what you need. The only missing from the above list is zoom/pan support but that should not be too hard to implement. You can see more about it and see some screen shots here.

  16. #13
    Join Date
    May 2009
    Location
    Copenhagen
    Posts
    50
    Thanks
    6
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Does QT has any charting library?

    Have a look at OChartView
    http://october-software.com/ochart.html

Similar Threads

  1. Wrap a static QT library inside an XPCOM component ?
    By Paul_Xul in forum Qt Programming
    Replies: 2
    Last Post: 3rd August 2010, 07:16
  2. linking qt3 to a library
    By thebra in forum Newbie
    Replies: 10
    Last Post: 11th November 2006, 01:25
  3. import library linking
    By bruce1007 in forum Qt Programming
    Replies: 6
    Last Post: 19th May 2006, 10:27
  4. MinGW Windows Library Search Path
    By zztop in forum Qt Programming
    Replies: 4
    Last Post: 26th March 2006, 15:18
  5. use interesting QWT Library with QT3.X
    By raphaelf in forum Qwt
    Replies: 2
    Last Post: 23rd January 2006, 11:24

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.