summaryrefslogtreecommitdiffstats
path: root/examples/effects/fademessage
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-063-3/+3
| | | | Reviewed-by: Trust Me
* Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-132-11/+12
|\
| * Make the new examples for effects use the Qt Animation FrameworkThierry Bastian2009-11-102-11/+12
| | | | | | | | | | Task-number: QTBUG-5640 Reviewed-by: Leo
* | fademessage example: don't use a fixed width for the rect under the textJoerg Bornemann2009-11-111-3/+7
| | | | | | | | | | | | Its using QFontMetrics::width now. Reviewed-by: thartman
* | fademessage example: deploy jpeg plugin on Windows CEJoerg Bornemann2009-11-111-0/+3
|/ | | | Reviewed-by: thartman
* Add an example that shows strength animation QGraphicsColorizeEffect.Ariya Hidayat2009-09-147-0/+272
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