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.
tqt3/examples/desktop
Michele Calgaro 99e56ba8db
Removed explicit usage of the 'register' keyword.
4 years ago
..
README Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
desktop.cpp Removed explicit usage of the 'register' keyword. 4 years ago
desktop.doc Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 13 years ago
desktop.pro Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 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.