summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/controls/Private/BasicTableView.qml2
-rw-r--r--src/controls/doc/src/qtquickcontrols-treeview.qdoc4
2 files changed, 4 insertions, 2 deletions
diff --git a/src/controls/Private/BasicTableView.qml b/src/controls/Private/BasicTableView.qml
index 27635bc99..5fd211675 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.
diff --git a/src/controls/doc/src/qtquickcontrols-treeview.qdoc b/src/controls/doc/src/qtquickcontrols-treeview.qdoc
index 6cce13bb6..8188e955e 100644
--- a/src/controls/doc/src/qtquickcontrols-treeview.qdoc
+++ b/src/controls/doc/src/qtquickcontrols-treeview.qdoc
@@ -64,8 +64,8 @@
the model role they attach to. Each property in the model will
then be shown in their corresponding column.
- You can customize the look by overriding the \l {TreeView::itemDelegate}{itemDelegate},
- \l {TreeView::rowDelegate}{rowDelegate}, or \l {TreeView::headerDelegate}{headerDelegate} properties.
+ You can customize the look by overriding the \l [QML]{TreeView::}{itemDelegate},
+ \l {basictableview-rowdelegate}{rowDelegate}, or \l {basictableview-headerdelegate}{headerDelegate} properties.
The view itself does not provide sorting. This has to
be done on the model itself. However you can provide sorting