summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/dynamicobjects.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Make component.createObject require a parent argumentAlan Alpert2010-05-051-1/+3
| | | | | | | | | 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-30/+18
|
* More doc fixesBea Lam2010-04-301-10/+4
|
* Doc fixesBea Lam2010-04-301-26/+39
|
* Fix references to createComponent() and createQmlObject() toBea Lam2010-04-281-53/+37
| | | | | Qt.createComponent() and Qt.createQmlObject(). Also move code into snippets/ for verification.
* Doc fixesBea Lam2010-04-091-10/+6
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* Update more animation on property value source docs.Martin Jones2010-03-161-12/+13
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-2/+2
| | | | QDeclarativeXXX.
* Doc: these files are NOT part of the test suite of the Qt toolkitThiago Macieira2010-02-201-1/+1
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1Martin Smith2010-02-161-18/+18
|\
| * Fix broken license headers.Jason McDonald2010-02-161-18/+18
| | | | | | | | Reviewed-by: Trust Me
* | doc: Fixed some qdoc errors.Martin Smith2010-02-161-1/+1
|/
* We use JavaScript, not ECMAScript.Martin Jones2010-02-031-2/+2
| | | | Task-number: QTBUG-7720
* Improve documentationAlan Alpert2010-01-051-0/+179
Extend documentation on dynamically created objects and on integrating with existing applications. And make those pages more discoverable.