summaryrefslogtreecommitdiff
path: root/src/styles/Desktop/TableViewStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/Desktop/TableViewStyle.qml')
-rw-r--r--src/styles/Desktop/TableViewStyle.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/styles/Desktop/TableViewStyle.qml b/src/styles/Desktop/TableViewStyle.qml
index 6cb13749..da6a47e5 100644
--- a/src/styles/Desktop/TableViewStyle.qml
+++ b/src/styles/Desktop/TableViewStyle.qml
@@ -44,6 +44,7 @@ import QtQuick.Controls.Private 1.0
ScrollViewStyle {
id: root
+ readonly property TableView control: __control
property bool activateItemOnSingleClick: __styleitem.styleHint("activateItemOnSingleClick")
property color textColor: __styleitem.styleHint("textColor")
property color highlightedTextColor: __styleitem.styleHint("highlightedTextColor")