Vote count:
0
How can I add a logo/QImage in a QCustomPlot* plot ?
I am fairly new to both Qt and QCustomPlot.
I am using C++
QCustomPlot* plot = new QCustomPlot(parent);
logo = new QImage();
bool success = logo->load("Logo-Wallpaper.png");
How to add logo to plot?
asked 56 secs ago
Aucun commentaire:
Enregistrer un commentaire