summaryrefslogtreecommitdiffstats
path: root/examples/effects/fademessage/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Updated example license to three clause BSD license.David Boddie2010-05-191-29/+28
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Add an example that shows strength animation QGraphicsColorizeEffect.Ariya Hidayat2009-09-141-0/+56
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