diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-30 06:28:37 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-30 06:28:37 (GMT) |
commit | 980e3f143505639ec8f1a8cc4d0ca2bbe59e69c7 (patch) | |
tree | 59232e6c61e7e01101b0f349b14c52c7fbd52713 /doc/src/declarative/globalobject.qdoc | |
parent | deb92c796c727c6ad0eaf28929cda6d000c1b3c1 (diff) | |
download | Qt-980e3f143505639ec8f1a8cc4d0ca2bbe59e69c7.zip Qt-980e3f143505639ec8f1a8cc4d0ca2bbe59e69c7.tar.gz Qt-980e3f143505639ec8f1a8cc4d0ca2bbe59e69c7.tar.bz2 |
Add Qt.fontFamilies() method
QTBUG-10239
Diffstat (limited to 'doc/src/declarative/globalobject.qdoc')
-rw-r--r-- | doc/src/declarative/globalobject.qdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc index 47460cf..7c27ae4 100644 --- a/doc/src/declarative/globalobject.qdoc +++ b/doc/src/declarative/globalobject.qdoc @@ -226,6 +226,9 @@ This function causes the QML engine to emit the quit signal, which in This function returns \c url resolved relative to the URL of the caller. +\section3 Qt.fontFamilies() +This function returns a list of the font families available to the application. + \section3 Qt.isQtObject(object) Returns true if \c object is a valid reference to a Qt or QML object, otherwise false. |