diff options
author | Ariya Hidayat <ariya.hidayat@nokia.com> | 2009-09-13 16:28:45 (GMT) |
---|---|---|
committer | Ariya Hidayat <ariya.hidayat@nokia.com> | 2009-09-14 16:22:41 (GMT) |
commit | 037e5066f8ef5279fae8fd9636a1b710cf187d1f (patch) | |
tree | 515bdf200b9de91523767b7f9e5497c01e3e0477 /examples/effects/fademessage/README.txt | |
parent | ab35f0f8b0d872bc2e963c6ef869fade71b83e3f (diff) | |
download | Qt-037e5066f8ef5279fae8fd9636a1b710cf187d1f.zip Qt-037e5066f8ef5279fae8fd9636a1b710cf187d1f.tar.gz Qt-037e5066f8ef5279fae8fd9636a1b710cf187d1f.tar.bz2 |
Add an example that shows strength animation QGraphicsColorizeEffect.
When a button is pressed, a popup message is shown and the background
(everything, every items, behind the popup message) is faded to light
green.
Reviewed-by: Bjørn Erik Nilsen
Diffstat (limited to 'examples/effects/fademessage/README.txt')
-rw-r--r-- | examples/effects/fademessage/README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/effects/fademessage/README.txt b/examples/effects/fademessage/README.txt new file mode 100644 index 0000000..f639e76 --- /dev/null +++ b/examples/effects/fademessage/README.txt @@ -0,0 +1,2 @@ +The background is taken from a public domain photo at: +http://www.photos8.com/view/windows_problem_blue-800x600.html |