Added by Ilya Nikulshin about 10 years ago
I'm using WDialog with WStackedWidget.
It is good, but I'm unable to change default WPushButton in footer(): in last step "Next" become disabled, and "Finish" should be the default.
Am I doing it right?
Or, maybe the right approach is create new WDialog for each step?
Hey,
That's the right approach. W.r.t the default button: I believe we may indeed not be handling correctly setDefault() on a button that is already rendered.
Can you submit a bug if this is indeed what you're seeing?
Koen