summaryrefslogtreecommitdiff
path: root/src/controls/Private/BasicTableView.qml
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-09-07 15:41:08 +0200
committerNico Vertriest <nico.vertriest@digia.com>2015-09-08 11:41:28 +0000
commite74e3fb1f010b00240d4cbdfe6025725449baf06 (patch)
treec74ae5a9f949216bf89cc25cd0bd48f14286b0d6 /src/controls/Private/BasicTableView.qml
parent1c6d440d28a9125a452b7a35320cc44cfa7906f0 (diff)
downloadqtquickcontrols-e74e3fb1f010b00240d4cbdfe6025725449baf06.tar.gz
Doc: minor link issues
Change-Id: I20d89adb638b80a42da8f53bdc0597d3bcb5f512 Task-number: QTBUG-43810 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/controls/Private/BasicTableView.qml')
-rw-r--r--src/controls/Private/BasicTableView.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/Private/BasicTableView.qml b/src/controls/Private/BasicTableView.qml
index 27635bc9..5fd21167 100644
--- a/src/controls/Private/BasicTableView.qml
+++ b/src/controls/Private/BasicTableView.qml
@@ -94,6 +94,7 @@ ScrollView {
property Component itemDelegate: __style ? __style.itemDelegate : null
/*! \qmlproperty Component BasicTableView::rowDelegate
+ \keyword basictableview-rowdelegate
This property defines a delegate to draw a row.
@@ -116,6 +117,7 @@ ScrollView {
property Component rowDelegate: __style ? __style.rowDelegate : null
/*! \qmlproperty Component BasicTableView::headerDelegate
+ \keyword basictableview-headerdelegate
This property defines a delegate to draw a header.