[Solved]QWT plot and scrollbars
-
wrote on 12 Jan 2012, 08:05 last edited by
Hello
When I go thru the doc of the QWT plot I couldn't find any scrollbars.
Is there another way to do it on a similar way to scroll the plotter/canvas.Maybe there is a simple way to do this.(I hope).
-
wrote on 12 Jan 2012, 08:17 last edited by
"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.
-
wrote on 12 Jan 2012, 08:24 last edited by
Do someone got an example of this.
I don't get it to work.
1/3