summaryrefslogtreecommitdiffstats
path: root/examples/painting/gradients/gradients.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moving .qdoc files under examples/widgets/docGabriel de Dietrich2012-08-201-516/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-121-1/+1
* Move all other demos in qtbase to examples.Casper van Donderen2011-06-241-0/+516