summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2014-06-27 11:19:33 +0200
committerJ-P Nurmi <jpnurmi@digia.com>2014-06-28 11:07:08 +0200
commit1e21786c3df03b76d70af296568e94d7ce6ce7bd (patch)
tree93f5cdd77c6373a49173cd3502e21d551b236117
parent58c5f54f0b772a424c60a8e5184eaf698e744c9a (diff)
downloadqtquickcontrols-1e21786c3df03b76d70af296568e94d7ce6ce7bd.tar.gz
Doc: Add a link to Tab in TabView documentation
Task-number: QTBUG-39671 Change-Id: I5a9ddf064c9095c89906ac75665d67d7a51ce615 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--src/controls/TabView.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/TabView.qml b/src/controls/TabView.qml
index f8fd3ff1..c5fe9e39 100644
--- a/src/controls/TabView.qml
+++ b/src/controls/TabView.qml
@@ -74,6 +74,8 @@ import QtQuick.Controls.Private 1.0
\note You can create a custom appearance for a TabView by
assigning a \l {QtQuick.Controls.Styles::TabViewStyle}{TabViewStyle}.
+
+ \l Tab represents the content of a tab in a TabView.
*/
FocusScope {