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
Printable View
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
Show us your actual code
Maybe you forgot to invoke QWidget::show() somewhere?