[Solved]QWT plot and scrollbars
-
"QwtPlot":http://qwt.sourceforge.net/qwt__plot_8h_source.html subclasses QFrame, so indeed, it does not supply scroll bars. However, you can simply put a QwtPlot in a [[doc:QScrollArea]], and give it the size you want it to be. That way, you can add scroll bars to any widget, including QwtPlot.