Results 1 to 3 of 3

Thread: Plot a graph without Qwt

  1. #1
    Join Date
    Feb 2010
    Posts
    31
    Thanks
    1
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi
    Platforms
    Windows

    Default Plot a graph without Qwt

    Hi

    I want to plot a graph (2D) without using Qwt, i.e. simply using Qt with Qt Creator.

    How to do that? Any idea?

    thanks in advance...

  2. #2
    Join Date
    Jan 2006
    Location
    Ohio
    Posts
    332
    Thanks
    37
    Thanked 8 Times in 4 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Plot a graph without Qwt

    My guess is you will have to either subclass a QGLWidget and do some OpenGL code to create your plot or you will have to use something like QGraphicsView. I would image it will be virtually impossible to do this without getting your hands dirty and writing some code, i.e. you will have to use something more then Qt Creator to do this.

  3. #3
    Join Date
    Oct 2009
    Location
    South Africa
    Posts
    94
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Plot a graph without Qwt

    Did you ever have any resolution to this?
    Using a QGraphicsView object? (Designer)

Similar Threads

  1. Plot Graph in tooltip
    By abghosh in forum Qt Programming
    Replies: 4
    Last Post: 1st March 2010, 05:10
  2. how to plot scatter graph?
    By rambo83 in forum Qwt
    Replies: 0
    Last Post: 25th February 2010, 13:24
  3. Replies: 15
    Last Post: 27th May 2008, 02:46
  4. Replies: 1
    Last Post: 22nd May 2008, 16:10
  5. How to plot a graph in Qt ?
    By vinod in forum Qt Programming
    Replies: 2
    Last Post: 27th April 2006, 14:44

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.