aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-05-04 15:30:50 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-09 05:38:22 +0200
commite211cedddefb7c7d29987d63cc2dac6491ec7ce6 (patch)
tree778cde668d58bbaed3860dbc0cc8fbd2da5a8d8d /src
parent0102413396c91e97ed856235cd1a52f7185c4862 (diff)
Document some more functions on the Qt object
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>
Diffstat (limited to 'src')
-rw-r--r--src/qml/qml/qqmlengine.cpp18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index 74a435bd4a..7f20feee14 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -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