summaryrefslogtreecommitdiffstats
path: root/src/controls/TableView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/TableView.qml')
-rw-r--r--src/controls/TableView.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml
index 6ade774d0..9aa5cf2c5 100644
--- a/src/controls/TableView.qml
+++ b/src/controls/TableView.qml
@@ -91,6 +91,9 @@ import QtQuick.Controls.Styles 1.1
\li bool sortIndicatorVisible - Whether the sort indicator should be enabled
\li enum sortIndicatorOrder - Qt.AscendingOrder or Qt.DescendingOrder depending on state
\endlist
+
+ You can create a custom appearance for a TableView by
+ assigning a \l {QtQuick.Controls.Styles::TableViewStyle}{TableViewStyle}.
*/
ScrollView {