summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2018-10-12 07:58:28 +0200
committerAndy Shaw <andy.shaw@qt.io>2018-10-12 08:04:11 +0000
commitd76117604a9e04a9a66c0279687cc7dc54b9dc68 (patch)
tree5d61b046190574eefd45c7d1d372d0b9f708f904
parente02910386a4c0c3fd4f813a58b211d21622f750f (diff)
downloadqtquickcontrols-d76117604a9e04a9a66c0279687cc7dc54b9dc68.tar.gz
Doc: Add missing documentation for styleData.role in itemDelegate
Change-Id: Ie3f95fd97dae39bf9248898c97d0500feebf5014 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/controls/doc/src/qtquickcontrols-tableview.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/doc/src/qtquickcontrols-tableview.qdoc b/src/controls/doc/src/qtquickcontrols-tableview.qdoc
index 9d43c6a6..99b1202e 100644
--- a/src/controls/doc/src/qtquickcontrols-tableview.qdoc
+++ b/src/controls/doc/src/qtquickcontrols-tableview.qdoc
@@ -263,6 +263,7 @@
\li styleData.column - the index of the view column
\li styleData.elideMode - the elide mode of the column
\li styleData.textAlignment - the horizontal text alignment of the column
+ \li styleData.role - the role of the view column
\li styleData.pressed - true when the item is pressed (since QtQuick.Controls 1.3)
\li styleData.hasActiveFocus - true when the row has focus (since QtQuick.Controls 1.3)
\endlist