Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Using QCustomPlot with Qt Quick (QML) instead of QWidget?
-
Hello guys :)
Is it possible to use QCustomPlot with Qt Creator using QML (as a desktop applicaiton)? Because I want to plot sensor data in real time via BLE and I know that it works with QWidget but I like the look of the Qt Creator Apps :)
-
@SpaceToon Why not just use QtCharts instead of QCustomPlot ?
https://doc.qt.io/qt-5/qtcharts-index.html
-
@vmanso said in Using QCustomPlot with Qt Quick (QML) instead of QWidget?:
@SpaceToon Why not just use QtCharts instead of QCustomPlot ?
https://doc.qt.io/qt-5/qtcharts-index.htmlBut is it possible du plot sensor data via Bluetooth Low Energy in real time like this: