summaryrefslogtreecommitdiffstats
path: root/examples/desktop/desktop.doc
blob: 3a7df648e2ae6dd71f9f7a20d3f31b114c8d3733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

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

  \ingroup examples
  \title Painting on the Desktop

  The desktop demo contains three routines, each of which draws
  something on the desktop.  It does some nice stuff with QPainter,
  and also demonstrates how one can treat the desktop as a widget like
  any other.

  <hr>

  Implementation:

  \include desktop/desktop.cpp
*/