Hello everybody,

there exist any way to add a layout to a tab? something like as shown in this link:

http://doc.trolltech.com/4.4/designe...ontainers.html

I think that in qt4.5 this feature was broken (in qt-designer), but maybe I'm wrong.

The only way in which I can add a layout to a tab is create a tab (in qt-designer) and then edit manually this tab by adding

<layout class="QGridLayout" name="gridLayout">
</layout>

but this sucks,

regards,
flipflop