From: Darren D. <dsd...@gm...> - 2009-07-20 16:08:42
|
Hi Alexander, 2009/7/20 Alexander Bruy <vo...@ua...>: > Sorry, some troubles with my email service. With attachment now > > > 2009/17/07 Darren Dale <dsd...@gm...> wrote: >> >> Please post a short, complete, self-contained script demonstrating the >> problem. >> > > I create a small example, see attachment. There is a simple dialog with QWidget, at which > matplotlib plot is drawn. When dialog resized the plot don't change it's size. > I'm would be grateful for an indication of my errors and working example. You need to add a layout to your widgetPlot, and then add your canvas to that layout. See attached. Darren |