You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
373 B
21 lines
373 B
|
|
/*
|
|
*/
|
|
/*! \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
|
|
*/
|
|
|