blob: 478013a16f1434a3089f4d7f3c281ade77e9dfe9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  | 
/*
*/
/*!   \page progress-example.html
  \ingroup examples
  \title Progress Bar and Dialog Example
  This example displays either a simple (text-only) or a
  custom-labelled (user-supplied widget) progress dialog.  It also
  demonstrates simple use of menus.
  <hr>
  Implementation:
  \include progress/progress.cpp
*/
  |