You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
354 B
30 lines
354 B
/*
|
|
*/
|
|
/*! \page wizard-example.html
|
|
|
|
\ingroup examples
|
|
\title Wizard
|
|
|
|
This example shows the usage of Qt's wizard class. A wizard
|
|
should be used to help a user with complicated actions.
|
|
|
|
<hr>
|
|
|
|
Header file:
|
|
|
|
\include wizard/wizard.h
|
|
|
|
<hr>
|
|
|
|
Implementation:
|
|
|
|
\include wizard/wizard.cpp
|
|
|
|
<hr>
|
|
|
|
Main:
|
|
|
|
\include wizard/main.cpp
|
|
*/
|
|
|