summaryrefslogtreecommitdiffstats
path: root/examples/declarative/layouts/del.png
Commit message (Collapse)AuthorAgeFilesLines
* Move Qt.widgets import to be an unsupported exampleAlan Alpert2010-05-051-0/+0
| | | | | | | | Layout examples for QML are also cleaned up a bit. Layouts test removed, and LayoutItem test added, to clarify what we support. Reviewed-by: Michael Brasser
* Cleanup and example for positionersAlan Alpert2009-08-131-0/+0
Interim progress on fixing up the positioners. - Removes margins and setting and implicit size - Purges the word 'layout' from the source files - Fixes a bug with the grid positioner, it works now - Cleaned up the code somewhat. Also adds some basic examples which demonstrate that it (mostly) works. Be warned that practically all the comments are woefully out of date.