summaryrefslogtreecommitdiffstats
path: root/examples/scribble/scribble.doc
blob: 6763df267f0dce676b8af9837301d720c3f39b50 (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
30

/*
*/
/*!   \page scribble-example.html

  \ingroup examples
  \title Simple Painting Application

  This example implements the famous scribble example. You can draw around
  in the canvas with different pens and save the result as picture.

  <hr>

  Header file:

  \include scribble/scribble.h

  <hr>

  Implementation:

  \include scribble/scribble.cpp

  <hr>

  Main:

  \include scribble/main.cpp
*/