summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelayouts/data/layouts.qml
Commit message (Collapse)AuthorAgeFilesLines
* Move Qt.widgets import to be an unsupported exampleAlan Alpert2010-05-051-31/+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
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-211-2/+2
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Fix test after deletion of GraphicsObjectContainer.Alexis Menard2010-04-091-23/+20
| | | | Reviewed-by:TrustMe
* Fixed inconsistent test naming.Rohan McGovern2010-03-221-0/+34
TARGET and test class name should always match.