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.
qt3/examples/desktop
Michele Calgaro 961eb3f6e2
Removed explicit usage of the 'register' keyword.
3 years ago
..
README Add Qt3 development HEAD version 13 years ago
desktop.cpp Removed explicit usage of the 'register' keyword. 3 years ago
desktop.doc Add Qt3 development HEAD version 13 years ago
desktop.pro Add Qt3 development HEAD version 13 years ago

README

The desktop demo contains three routines, each of which draws simple
shapes on the desktop.

"desktop -rotate" rotates a shaded square.  Some nice color work.

"desktop -poly" draws qix-like moving shapes.

"desktop -shadetext" and "-troll" draw pretty shaded text on the
desktop; "-shadewidget" and "-trollwidget" use the background as a
widget.  The latter can be used to make animated background widgets
that work efficiently, which is very cool but possibly not very
useful.