Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how can i use QWizard make a register/login wizard? eg.
@opengpu2 Did you check example this and this ? I guess it explains everything.
can i write like this?
MyWizard w; w.show(); if (w.IsRegisterFailed()) return;
QMainWindow mainWin; ..... ....
@opengpu2 Sure why not. But depends on what IsRegisterFailed does and the requirement ?