aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/includes/tableview.qdocinc
blob: d83b0c1d9af531391efd869502f4fc74c33bc6ff (plain)
1
2
3
4
5
6
7
8
9
10
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]