Creating form wizard with Qt

512 Views Asked by At

Is it possible to create multi-steps form using Qt?

I want to divide the big one to few more simple steps one-by-one.

1

There are 1 best solutions below

0
On BEST ANSWER

Use the class QWizard and related.