Hello. I have QSplitter and QFrame, containing only one QwtPlot in it. While I'm dragging QSplitter border, QwtPlot area shrinks smoothly, but reaches some size and collapses.
I want to get shrinking till the end. How can I reach it?
Thanks.
QwtPlot:
Code:
setMinimumSize(0,0); setBaseSize(0,0); canvas()->setMinimumSize(0,0); canvas()->setBaseSize(0,0);