Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

up vote 5 down vote accepted

Use the class QWizard and related.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.