Tirsdag 20. april 2010 23:50:50 skrev Dominic Genest : > Hi, > > Is there a reference to functions that are inside of "Component" QML > element? In the text "Creating Objects Dynamically", it is written that > we can call "createObject" and "destroy" on components. Are there other > methods? Is there a specific page that documents methods of > "Component"s? Or is it just that the reference documentation of > "Component" is not complete yet? > > Thank you for your time, > > Dom >
The documentation for the Component element is here: http://doc.qt.nokia.com/4.7-snapshot/qml-component.html But you are also correct in that the documentation is not yet complete. That page should gain documentation of all the methods on Component at some point before the initial release of Qt Declarative. -- Alan Alpert Software Engineer Nokia, Qt Development Frameworks _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
