summaryrefslogtreecommitdiffstats
path: root/examples/wizard/wizard.doc
blob: 581e1b73aef20233970e9d1d349320b422626548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
*/
/*!   \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
*/