Qt OpenGL Widget as a view port for qcustomPlot
-
I don't suggest anything since I don't know what you are trying to plot and why you would need OpenGL as a viewport for it.
-
I don't suggest anything since I don't know what you are trying to plot and why you would need OpenGL as a viewport for it.
-
wrote on 7 Mar 2016, 13:41 last edited by
Hi, I moved the topic to "Mobile and Embedded" as it is about doing embedded.
-
In that case you should rather look for a solution that can be power by OpenGL e.g. QtCharts
-
In that case you should rather look for a solution that can be power by OpenGL e.g. QtCharts
-
It will be available to both Commercial and GPLv3 since 5.6. See this article. So if your application is GPLv3 then your good to go.
-
wrote on 12 Mar 2016, 16:51 last edited by
I am using Qt 5.6 Creator but
QT += charts
gives me an error:
Project ERROR: Unknown module(s) in QT: charts
-
wrote on 12 Mar 2016, 18:38 last edited by
I have used qwt. It is coolest open source lib for chart, I would strongly recommend. Check it out if it meets your requirement.
-
Because it's not part of Qt 5.6, you have to compile it by hand.
-
Again: currently it's not yet part of Qt's OpenSource offering so you have to clone it using git and built it by hand. The repository is here
13/14