summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/dynamicCreation.qml
Commit message (Collapse)AuthorAgeFilesLines
* Make component.createObject require a parent argumentAlan Alpert2010-05-051-2/+2
| | | | | | | | | For graphical objects (the common case) a common mistake is to not parent a dynamically created item. Since you almost always want to add a parent, and it's hard for a beginner to diagnose this problem, a parent is now a required argument and dealt with by the createObject function. Task-number: QTBUG-10110
* Update test files to new syntaxAlan Alpert2010-04-211-4/+4
|
* Fix crash when calling createObject on a component with errors.Michael Brasser2010-03-211-0/+6
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+21
QDeclarativeXXX.