简体   繁体   中英

A step-by-step dialog for Qt5

I'm wondering if Qt 5 has a built in "step-by-step" dialog box complete with "next", "back", etc for me to use. I don't exactly know what this kind of dialog is called - I wish I could be more specific.

If Qt 5 doesn't have a built in step-by-step dialog what can I use to emulate this behavior?

Thank you!

There has been such a class in Qt for a while.

QWizard

它们被称为向导:这是一个有用的例子: http//qt-project.org/doc/qt-4.8/dialogs-trivialwizard.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM