[Solved]QWT plot and scrollbars
3rd Party Software
3
Posts
2
Posters
4.9k
Views
1
Watching
-
"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.