aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
diff options
context:
space:
mode:
authorPier Luigi Fiorini <pierluigi.fiorini@gmail.com>2017-01-07 19:44:43 +0100
committerPier Luigi Fiorini <pierluigi.fiorini@liri.io>2017-04-26 08:58:34 +0000
commit395e32dd6c3a7bede4b55844b3e14b33861c4889 (patch)
tree2d365eb8fcb459437ae9f6d341902bef2a627783 /src/quick/items
parent6d4b447721549624bc68cf7ff5199a7a281c6a33 (diff)
Document Screen virtualX and virtualY
These two properties were added without documentation. Change-Id: I12c259bf95470d3744dfd6f2fd8487120181fdf4 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/quick/items')
-rw-r--r--src/quick/items/qquickscreen.cpp14
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