QWtPlot Canvas and Axis in QSplitter
Is it possible to make the canvas of a QwtPlot as the child of aQSplitter (CanvasSplitter), and the Plot-Multiaxes in a separate QSplitter (AxesSplitter).
+---------------+------------
| MainPlotSplitter |
+---------------+------------
|| Axis || Canvas |
|| Spliter || Spliter |
|| || |
|| || |
+--------------+-------------
Re: QWtPlot Canvas and Axis in QSplitter
The short answer is: no. The long one would be about how to tweak the layout system - not sure if there is a way, but at least I wouldn't say impossible without having checked the code.
Uwe