PDA

View Full Version : QWidgetStack



cpepe
31st March 2006, 16:04
Hello there,

I have a problem with QWidgetStack. I opend a dialog with a widgetstack in it and if i click in al list box the widgetstack changes the displad widget. That works But if I destroy it and recreate it the mechanism dosnt work...?

THX

zlatko
31st March 2006, 16:17
Show us your actual code

jacek
31st March 2006, 17:26
Maybe you forgot to invoke QWidget::show() somewhere?