QCustomPlot Discussion and Comments

Basic example of qcustomplot as promoted widget in Qt6 with cmake available?Return to overview

Dear commnunity

being new to this community, I would like to ask whether there is a basic example available that uses QT6 with CMake to include a qcustomplot as a promoted widget in a GUI application?

Many thanks in advance.

yes, thanks

Where I can find this code, Qt6 and CMake?
I tried to use this and got the following error.
"qcustomplot.h" no such file or directory

Hi @xs,
If this an be useful, I made a repository of QCustomPlot ready to be used with CMake build system at https://github.com/legerch/QCustomPlot-library (and in the README, you will find link to another repo which use this library with all examples)