I am using qcustomplot to plot some graphs. I initialized the QCustomPlot object and added 10 graphs.
Mainly, the application contains a menue that when clicked, it performs some calculations then show the result graphs.
If I am debugging the application, i get the graphs shown. If I am not debugging, only the legend is shown!!!
Does anyone has an explanation to this behaviour?