You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt/examples/desktop
Michele Calgaro c03a480087
Replace TRUE/FALSE with boolean values true/false - part 2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 months ago
..
README Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 years ago
desktop.cpp Replace TRUE/FALSE with boolean values true/false - part 2 3 months ago
desktop.doc Rename graphics class nt* related files to equivalent tq* (part 1) 1 year ago
desktop.pro Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 14 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.