Document some more functions on the Qt object
authorAlan Alpert <alan.alpert@nokia.com>
Fri, 4 May 2012 05:30:50 +0000 (15:30 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 9 May 2012 03:38:22 +0000 (05:38 +0200)
The Qt object has several methods which are not documented on its page.
While they don't fit neatly into the existing groups, they should be
listed there somehow so that the docs are more findable.

Change-Id: Ief7e58a3e1d9a52989d74389b9c1ecd9e7569dbf
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/qml/qml/qqmlengine.cpp

index 74a435b..7f20fee 100644 (file)
@@ -282,9 +282,25 @@ of their use.
     \li \l{Qt::createComponent()}{object Qt.createComponent(url)}
     \li \l{Qt::createQmlObject()}{object Qt.createQmlObject(string qml, object parent, string filepath)}
 \endlist
-*/
 
 
+\section1 Other Functions
+
+The following functions are also on the Qt object.
+
+\list
+    \li \l{Qt::quit()}{Qt.quit()}
+    \li \l{Qt::md5()}{Qt.md5(string)}
+    \li \l{Qt::btoa()}{string Qt.btoa(string)}
+    \li \l{Qt::atob()}{string Qt.atob(string)}
+    \li \l{Qt::binding()}{object Qt.binding(function)}
+    \li \l{Qt::locale()}{object Qt.locale()}
+    \li \l{Qt::resolvedUrl()}{string Qt.resolvedUrl(string)}
+    \li \l{Qt::openUrlExternally()}{Qt.openUrlExternally(string)}
+    \li \l{Qt::fontFamilies()}{list<string> Qt.fontFamilies()}
+\endlist
+*/
+
 /*!
     \qmlproperty object Qt::application
     \since QtQuick 1.1