Don't use a QLayout - instead overload the resizeEvent of the widget containing your plots and lay out the plots manually ( using QWidget::setGeometry() ).
Uwe
Don't use a QLayout - instead overload the resizeEvent of the widget containing your plots and lay out the plots manually ( using QWidget::setGeometry() ).
Uwe
bigjoeystud (30th September 2013)
Bookmarks