Results 1 to 4 of 4

Thread: How to create a chart in Qt?

  1. #1
    Join Date
    Jul 2014
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows

    Default How to create a chart in Qt?

    Hello fellows ;-)
    First of all i'd like to say I'm just a beginner in Qt.

    I'd like to create a line chart in my program and i'm pondering how to do this...
    I was thinking about QChartView but i afraid it's only for commercial ;-(.
    Is there any easy way to creat nice chart in Qt for free?

    Have You any examples of code? I just begining my adventure with Qt and i'm a little bit confused.

    Thanks in advance.
    Best regards!

  2. #2
    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: How to create a chart in Qt?

    Take a look at Qwt

  3. #3
    Join Date
    May 2014
    Posts
    2
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: How to create a chart in Qt?

    I found Qwt exceedingly difficult to use. I ended up using QCustomPlot instead.
    It's relatively easy to use, it has many examples, and it's fully documented.

    www.qcustomplot.com

  4. #4
    Join Date
    May 2010
    Posts
    8
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to create a chart in Qt?

    Qwt is definitely an option.

    I can not fully agree with:
    Quote Originally Posted by Wadashe View Post
    I found Qwt exceedingly difficult to use.
    BUT:
    Qwt is a lot more difficult to use because of its limited documentation. I have some experience with other plotting libraries and the Qwt interface is a lot better for me regarding plotting. It is a bit sad that all this power is lost through sometimes difficult to understand classes, due to the lack of documentation.

    Regards

Similar Threads

  1. Getting Chart as picture
    By codeman in forum Qt Programming
    Replies: 4
    Last Post: 24th November 2009, 12:39
  2. kd chart question
    By yunpeng880 in forum Qt Programming
    Replies: 2
    Last Post: 19th March 2009, 01:43
  3. how much about kd chart
    By yunpeng880 in forum Qt Programming
    Replies: 1
    Last Post: 12th March 2009, 09:54
  4. what chart for qt?
    By yunpeng880 in forum Qt Programming
    Replies: 1
    Last Post: 8th January 2009, 11:07

Tags for this Thread

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.