summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-10-28 04:24:19 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-10-28 04:24:19 (GMT)
commit97fe32132f1e55fddca464404f06ab70d81c56d8 (patch)
tree8c52c0e17597a82676aaa512359da913591a0d49 /doc
parent5f9091771eaa26db5ad35e4788c13ac011512b61 (diff)
downloadQt-97fe32132f1e55fddca464404f06ab70d81c56d8.zip
Qt-97fe32132f1e55fddca464404f06ab70d81c56d8.tar.gz
Qt-97fe32132f1e55fddca464404f06ab70d81c56d8.tar.bz2
Doc
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/globalobject.qdoc26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc
index 2328c8a..afbe3db 100644
--- a/doc/src/declarative/globalobject.qdoc
+++ b/doc/src/declarative/globalobject.qdoc
@@ -56,6 +56,32 @@ Contains all the properties of the ECMAScript global object, plus:
\section1 Qt Object
+The Qt object contains functions for
+
+creating types:
+\list
+\o hsla
+\o rgba
+\o rect
+\o point
+\o size
+\o vector3d
+\endlist
+
+manipulating color:
+\list
+\o lighter
+\o darker
+\o tint
+\endlist
+
+and playing sound:
+\list
+\o playSound
+\endlist
+
+It also contains enum values used by some items.
+
\section1 Asynchronous JavaScript and XML
\section1 Offline Storage API