Little help needed with pqt ...

Hello,

I face a very boring problem.
Here is a little modified pyqt widget example found on matplotlib website.
Basicaly I've just added a tab widget and inside it a matplotlib widget.

Sadly, on creation the widget don't get the full size of the PA_tab widget
:frowning:
BUT once I resize manually the app all became OK...

To be honest I've got NO idea of what is the problem :frowning:

Any direction highly appreciated!

Laurent

matplotlib:
__version__ = '0.98.5.2'

And pyqt: 4.4.3.6

testqt.py (3.79 KB)