diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-10-28 04:24:19 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-10-28 04:24:19 (GMT) |
commit | 97fe32132f1e55fddca464404f06ab70d81c56d8 (patch) | |
tree | 8c52c0e17597a82676aaa512359da913591a0d49 /doc/src | |
parent | 5f9091771eaa26db5ad35e4788c13ac011512b61 (diff) | |
download | Qt-97fe32132f1e55fddca464404f06ab70d81c56d8.zip Qt-97fe32132f1e55fddca464404f06ab70d81c56d8.tar.gz Qt-97fe32132f1e55fddca464404f06ab70d81c56d8.tar.bz2 |
Doc
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/declarative/globalobject.qdoc | 26 |
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 |