aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickcontrol.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-06 23:32:48 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-06 22:38:53 +0000
commit43dc9a28aaae9f3b867a07719b415dfb8b26eaeb (patch)
tree66b76e3a4b61dc38c937b580b746250aff3cb1a2 /src/templates/qquickcontrol.cpp
parent15579da15891a3d16ee9f4cd3cf64e6c723920d2 (diff)
Docs: add missing \readonly tags
Change-Id: I314514bca07f9b23ac821d68ba8f3ce05341f1d9 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickcontrol.cpp')
-rw-r--r--src/templates/qquickcontrol.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/templates/qquickcontrol.cpp b/src/templates/qquickcontrol.cpp
index 6bedfe3f..6f7045bd 100644
--- a/src/templates/qquickcontrol.cpp
+++ b/src/templates/qquickcontrol.cpp
@@ -418,6 +418,7 @@ void QQuickControl::resetFont()
/*!
\qmlproperty real Qt.labs.controls::Control::availableWidth
+ \readonly
This property holds the width available after deducting horizontal padding.
@@ -430,6 +431,7 @@ qreal QQuickControl::availableWidth() const
/*!
\qmlproperty real Qt.labs.controls::Control::availableHeight
+ \readonly
This property holds the height available after deducting vertical padding.
@@ -715,6 +717,7 @@ bool QQuickControl::isMirrored() const
/*!
\qmlproperty enumeration Qt.labs.controls::Control::focusReason
+ \readonly
This property holds the reason of the last focus change.