aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/includes/tableview.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/doc/src/includes/tableview.qdocinc')
-rw-r--r--src/quick/doc/src/includes/tableview.qdocinc11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/quick/doc/src/includes/tableview.qdocinc b/src/quick/doc/src/includes/tableview.qdocinc
new file mode 100644
index 0000000000..d83b0c1d9a
--- /dev/null
+++ b/src/quick/doc/src/includes/tableview.qdocinc
@@ -0,0 +1,11 @@
+//! [explicit-column-size-and-syncview]
+\note If a \l syncView is set, together with a \l {Qt::Horizontal}{Qt.Horizontal}
+\l syncDirection, the sync view will control the column widths. Therefore, in that
+case, any call to this function will be forwarded to the sync view instead.
+//! [explicit-column-size-and-syncview]
+
+//! [explicit-row-size-and-syncview]
+\note If a \l syncView is set, together with a \l {Qt::Vertical}{Qt.Vertical}
+\l syncDirection, the sync view will control the row heights. Therefore, in that
+case, any call to this function will be forwarded to the sync view instead.
+//! [explicit-row-size-and-syncview]