Hi,<br>thank you all of you for your help, I solve my problem with Matteo code.<br>Regards,<br><br><div class="gmail_quote">On 9 August 2010 10:00, Matteo Bertozzi <span dir="ltr"><<a href="mailto:th30z@develer.com">th30z@develer.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Sun, 2010-08-08 at 23:59 +0100, starglider develop wrote:<br>
> Hi,<br>
> I have a layout and need to remove all the widgets in the layout<br>
> to populate with other widget,<br>
> but didn't find a way of doing that.<br>
> Any ideas.<br>
><br>
<br>
</div>def clearLayout(layout):<br>
    while layout.count() > 0:<br>
        item = layout.takeAt(0)<br>
        if not item:<br>
            continue<br>
<br>
        w = item.widget()<br>
        if w:<br>
            w.deleteLater()<br>
<br>
</blockquote></div><br>