diff options
author | Pier Luigi Fiorini <[email protected]> | 2017-01-07 19:44:43 +0100 |
---|---|---|
committer | Pier Luigi Fiorini <[email protected]> | 2017-04-26 08:58:34 +0000 |
commit | 395e32dd6c3a7bede4b55844b3e14b33861c4889 (patch) | |
tree | 2d365eb8fcb459437ae9f6d341902bef2a627783 | |
parent | 6d4b447721549624bc68cf7ff5199a7a281c6a33 (diff) |
Document Screen virtualX and virtualY
These two properties were added without documentation.
Change-Id: I12c259bf95470d3744dfd6f2fd8487120181fdf4
Reviewed-by: Shawn Rutledge <[email protected]>
Reviewed-by: Topi Reiniƶ <[email protected]>
-rw-r--r-- | src/quick/items/qquickscreen.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/quick/items/qquickscreen.cpp b/src/quick/items/qquickscreen.cpp index 20c6973ee1..272e69bb56 100644 --- a/src/quick/items/qquickscreen.cpp +++ b/src/quick/items/qquickscreen.cpp @@ -86,6 +86,20 @@ QT_BEGIN_NAMESPACE The name of the screen. */ /*! + \qmlattachedproperty int Screen::virtualX + \readonly + \since 5.9 + + The x coordinate of the screen within the virtual desktop. +*/ +/*! + \qmlattachedproperty int Screen::virtualY + \readonly + \since 5.9 + + The y coordinate of the screen within the virtual desktop. +*/ +/*! \qmlattachedproperty int Screen::width \readonly |