Hello.

I have task to plot a few graphics on different widgets. Since I use QCustomPlot I always need to promote this in Qt Designer Form. It is easy to do when you have just one widget where you will plot something, but what if I need a few different plots simultaneously?

Does the way exist to promote widget from code (not using Qt Designer) or I should use different class (not QCustomPlots).. ?

Thanks in advance!