summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/dynamicObjects.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for Dynamic Object Management docs. Also adds links toBea Lam2010-07-291-69/+0
| | | | | | this page from other documentation. Task-number: QTBUG-12446
* Doc: Updated example license to three clause BSD license.David Boddie2010-06-101-27/+26
| | | | | | | See change 8f47373e3795d7ec50387d5f1a771a59567bdaea for context. Reviewed-by: Trust Me Requested-by: Legal
* Add license headers for .qml files.Jason McDonald2010-05-211-0/+41
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Make component.createObject require a parent argumentAlan Alpert2010-05-051-2/+1
| | | | | | | | | 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
* Doc improvementsBea Lam2010-05-041-0/+30