summaryrefslogtreecommitdiffstats
path: root/examples/declarative/dynamic
Commit message (Collapse)AuthorAgeFilesLines
* Rename State change elements.Martin Jones2009-08-211-1/+1
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming Rect -> RectangleYann Bodson2009-08-192-5/+5
|
* Add delay parameter to the destroy function on QML objectsAlan Alpert2009-08-132-2/+10
| | | | | | Also updated dynamic example to have a fadeout effect on deletion. Also slipped in a toStr function, as it didn't work when I called it toString.
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-232-0/+4
| | | | | Adjust examples and demos accordingly. As per QT-558
* Move the Script interface of QmlComponent to QmlBindableComponentAlan Alpert2009-07-211-2/+2
|
* Fix bug in createQmlObjectAlan Alpert2009-07-062-2/+2
| | | | | Wasn't actually loading the object's context properly, with regard to url resolution.
* Improve JS dynamic creationAlan Alpert2009-07-022-7/+10
| | | | | | | | Renamed evalQml to be consistent with us, not javascript. Fixed bug where createComponent never had the right path. createQmlObject (evalQml) now has a parent as a argument. It also still has a bug where that parent doesnt get set properly, although it is used as the creation context also.
* Beautification of dynamic object example.Alan Alpert2009-07-022-25/+43
| | | | | Adds some error handling, and cleans up documentation and the example a little.
* Add dynamic object creation exampleAlan Alpert2009-06-093-0/+68