Search code examples
qtpyqtformwizard

Creating form wizard with Qt


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.


Solution

  • Use the class QWizard and related.