Using the Qt Charts Module in Visual Studio 2015
-
Hi there,
I would like to use the Qt Charts Module ( found under http://doc.qt.io/QtCharts/index.html ).
I am using Visual Studio 2015 with the Qt5 Plugin and the Qt 5.6 RC installation.
As far as I know there are no .qml files to edit. Instead the used modules should be selected in the "Qt Project Settings" . My problem is, that there is no option for the Qt Charts Module, so how do I get it working then?Kind regards,
Tobi
-
Hi there,
I would like to use the Qt Charts Module ( found under http://doc.qt.io/QtCharts/index.html ).
I am using Visual Studio 2015 with the Qt5 Plugin and the Qt 5.6 RC installation.
As far as I know there are no .qml files to edit. Instead the used modules should be selected in the "Qt Project Settings" . My problem is, that there is no option for the Qt Charts Module, so how do I get it working then?Kind regards,
Tobi
@toll welcome to devnet Qt
i think QtChart is not supported in Qt opensource version
it is supported in commercial project.
which Qt do you have? -
@stackprogramer said:
@toll welcome to devnet Qt
i think QtChart is not supported in Qt opensource version
it is supported in commercial project.
which Qt do you have?Thank you, I am using the opensource version of Qt.
Can I compile this module on my own?
-
@kolegs said:
QtCharts
well as @kolegs says, from 5.6 you can use it in opensoruce version.
http://doc.qt.io/QtCharts/qtcharts-getting-started.html
Not sure where to get the code :)
(maybe it is in the installer) -
-