summaryrefslogtreecommitdiffstats
path: root/examples/declarative/images/images.qml
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-72/+0
| | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).
* Fix code style in examplesBea Lam2010-04-131-4/+7
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* sourceWidth/sourceHeight -> sourceSizeWarwick Allison2010-03-261-12/+11
|
* Control of image rendered size (esp. SVG).Warwick Allison2010-03-261-0/+70
Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984