aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickstackview.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/qquickstackview.cpp
parent15579da15891a3d16ee9f4cd3cf64e6c723920d2 (diff)
Docs: add missing \readonly tags
Change-Id: I314514bca07f9b23ac821d68ba8f3ce05341f1d9 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickstackview.cpp')
-rw-r--r--src/templates/qquickstackview.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/templates/qquickstackview.cpp b/src/templates/qquickstackview.cpp
index d5e2aee3..87cbfe31 100644
--- a/src/templates/qquickstackview.cpp
+++ b/src/templates/qquickstackview.cpp
@@ -931,6 +931,7 @@ QQuickStackAttached::~QQuickStackAttached()
/*!
\qmlattachedproperty int Qt.labs.controls::StackView::index
+ \readonly
This attached property holds the stack index of the item it's
attached to, or \c -1 if the item is not in a stack.
@@ -943,6 +944,7 @@ int QQuickStackAttached::index() const
/*!
\qmlattachedproperty StackView Qt.labs.controls::StackView::view
+ \readonly
This attached property holds the stack view of the item it's
attached to, or \c null if the item is not in a stack.
@@ -955,6 +957,7 @@ QQuickStackView *QQuickStackAttached::view() const
/*!
\qmlattachedproperty enumeration Qt.labs.controls::StackView::status
+ \readonly
This attached property holds the stack status of the item it's
attached to, or \c StackView.Inactive if the item is not in a stack.