Hi all, I've got a widget that opens a dialog. This dialog shows a QProgressDialog in some moments when the user wants to do some actions. I've noticed a problem with this dialog: if i don't exec the dialog, the progressdialog is shown correctly but if I exec the dialog from the widget, the progressbar is not shown like if it's hidden by the dialog. Well, exactly the progressdialog is shown for a seconds (1 or 2) and then is hidden forced. Anybody knows why or where's the mistake?

Thanks.