Results 1 to 2 of 2

Thread: 3D graph without QtDataVisualization

  1. #1
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Question 3D graph without QtDataVisualization

    Hello

    I want to create a 3D graph but I don't have QtDataVisualization because I can't afford Qt enterprise.
    How can I do some 3D graph without the QtDataVisualization package?

    Thanks;

    Mut

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: 3D graph without QtDataVisualization

    QtDataVisualization will become a dual licensed module with Qt 5.7

    Alternatively you can draw items yourself:
    - with QPainter on a QQuickPaintedItem derived item
    - with OpenGL on a QQuickFramebufferObject base item
    - with Qt's SceneGraph API on a QQuickItem derived class

    Cheers,
    _

Similar Threads

  1. How to create own graph(Curve graph) using Qt ?
    By karankumar1609 in forum Qt Programming
    Replies: 3
    Last Post: 11th July 2013, 12:48
  2. Graph rotation
    By jomarin in forum Qwt
    Replies: 2
    Last Post: 16th August 2010, 10:21
  3. Graph widget in Qt
    By MartinM in forum Newbie
    Replies: 3
    Last Post: 29th April 2010, 09:15
  4. graph
    By sonu111 in forum Qwt
    Replies: 1
    Last Post: 15th December 2008, 23:14
  5. graph drawing
    By swathi in forum Qt Programming
    Replies: 1
    Last Post: 8th November 2008, 10:27

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.