Hello,
can you tell me, how did you manage to draw the plots within a QFrame?
I wanted to include the spectrogram example of qwt in my programm, but nothing is displayed there:
ui_frame_for_plot = qFindChild<QFrame*>(this, "frame_for_plot");
Plot *d_plot;
d_plot = new Plot(ui_frame_for_plot);
d_plot->showSpectrogram(true);
ui_frame_for_plot = qFindChild<QFrame*>(this, "frame_for_plot");
Plot *d_plot;
d_plot = new Plot(ui_frame_for_plot);
d_plot->showSpectrogram(true);
To copy to clipboard, switch view to plain text mode
How can I integrate a QwtPlot into another widget?
Thank you.
best regards,
Vitali
Bookmarks