TableViewStyle QML Type▲
-
Import Statement: import QtQuick.Controls.Styles 1.4
-
Since: Qt 5.1
-
Inherits: ScrollViewStyle
-
Group: TableViewStyle is part of Styling Views, Styling Controls
Detailed Description▲
Property Documentation▲
activateItemOnSingleClick : bool▲
Activates items on single click.
Its default value is false.
alternateBackgroundColor : color▲
The alternate background color.
backgroundColor : color▲
The background color.
control : TableView▲
The TableView this style is attached to.
headerDelegate : Component▲
Delegate for header. This delegate is described in TableView.headerDelegate.
highlightedTextColor : color▲
The text highlight color, used within selections.
itemDelegate : Component▲
Delegate for item. This delegate is described in TableView.itemDelegate.
padding group▲
padding.bottom : int
padding.left : int
padding.right : int
padding.top : int
This grouped property holds the top, left, right and bottom padding.
rowDelegate : Component▲
Delegate for row. This delegate is described in TableView.rowDelegate.
textColor : color▲
The text color.