Need to add FigureCanvas to another QWidget when using Pyside

Hi all,

I'm trying to make a simple bush a button plot something using
matplotlib and pyside, and noticed that one cannot use directly
FigureCanvas as the Widget, it has to be added to another QWidget
instead. I consider this a bug, but first thought of writing to the
mailing list to check it. The code example is here:

http://stackoverflow.com/questions/9500661/connecting-pyside-with-matplotlib-using-qtdesigner-using-pushbutton-to-draw/9571834#9571834

Although someone answered saying that now the widget that I promoted
is _the_ canvas that I have to draw, and not the canvas inside. Is
there anything more clear on that?

Thanks!