Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Data Visualization Visual Studio

Qt Data Visualization Visual Studio

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 579 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BadHombre
    wrote on last edited by
    #1

    Hi Guys,

    i need some Help with Qt Data Visualization.
    i read that Qt Data Visualization is Open Source. So i wanted to use it.
    My Problem :
    I installed the Qt Package with Visual Studio and everything is working. But there is no Qt Data Visualization ?
    How do i get it ?
    I read the Documentation but there is no Instruction how to get it.

    I hope sb can help me .

    Thanks !

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      Well they changed the license so
      its possible to use with Open Source without owning a Qt license. AFAIK

      I assume you are up and running and you can run a default GUI project using Qt 5.7 + ?

      Then if we see here
      http://doc.qt.io/qt-5/qtdatavisualization-index.html

      You must have
      #include <QtDataVisualization>
      using namespace QtDataVisualization;

      and
      QT += datavisualization
      in the .pro file.

      It is part of the Qt5.7 installer
      alt text

      Please see
      http://doc.qt.io/qt-5/qtdatavisualization-getting-started.html

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved