All Qwt widgets are Qt widgets and adding a QwtPlot widget to a Qt application is as easy/difficult as adding a QLabel ( or any other Qt widget ).
Of course you can implement your own plot widget from scratch. But in the end you have to add it to your application too, what is exactly the same work you have to do with a derived QwtPlot widget.Can this be done easily? Is there a way to do the exact same thing as QwtPlotSpectrogram without having to include Qwt? Sorry for the naive questions, I am still trying to wrap my head around how this can be done within my existing codebase.
Uwe





Reply With Quote
Bookmarks