summaryrefslogtreecommitdiffstats
path: root/examples/progressbar/progressbar.doc
blob: 6950c7295f21b3e9d11502f50bd793ff0fff675c (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 progressbar-example.html

  \ingroup examples
  \title Progress Bar

  This example shows how to use a progress bar.

  <hr>

  Header file:

  \include progressbar/progressbar.h

  <hr>

  Implementation:

  \include progressbar/progressbar.cpp

  <hr>

  Main:

  \include progressbar/main.cpp
*/