diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-09-30 13:12:46 (GMT) |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-09-30 14:42:16 (GMT) |
commit | ad2a693584bd2892a568e3830b1c390d6e5f012a (patch) | |
tree | 1ad592e66717bc9be4eec648bbffdfc636d30cf8 /src/corelib | |
parent | 7ca2f8ee15fbac8dce815678d7d63748d3187cb8 (diff) | |
download | Qt-ad2a693584bd2892a568e3830b1c390d6e5f012a.zip Qt-ad2a693584bd2892a568e3830b1c390d6e5f012a.tar.gz Qt-ad2a693584bd2892a568e3830b1c390d6e5f012a.tar.bz2 |
Doc: Remaining pieces of the Graphics effect documentation.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/global/qnamespace.qdoc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index 1833b96..684ebca 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -2776,6 +2776,19 @@ */ /*! + \enum Qt::CoordinateSystem + \since 4.6 + + This enum specifies the coordinate system. + + \value DeviceCoordinates Coordinates are relative to the upper-left corner + of the object's paint device. + + \value LogicalCoordinates Coordinates are relative to the upper-left corner + of the object. +*/ + +/*! \enum Qt::GestureState \since 4.6 |