summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/controls/doc/src/qtquickcontrols-tableview.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/controls/doc/src/qtquickcontrols-tableview.qdoc b/src/controls/doc/src/qtquickcontrols-tableview.qdoc
index 9d43c6a6..2215fcf4 100644
--- a/src/controls/doc/src/qtquickcontrols-tableview.qdoc
+++ b/src/controls/doc/src/qtquickcontrols-tableview.qdoc
@@ -130,6 +130,15 @@
The default value is \c -1 to indicate that no row is selected.
*/
+/*!
+ \qmlproperty bool BasicTableView::frameVisible
+
+ This property tells the TableView if it should render
+ a frame around its content.
+
+ The default value is \c true.
+*/
+
/*! \qmlsignal TableView::activated(int row)
Emitted when the user activates an item by mouse or keyboard interaction.