TableViewStyle QML Type
Provides custom styling for TableView. More...
Import Statement: | import QtQuick.Controls.Styles 1.4 |
Since: | Qt 5.1 |
Inherits: |
Properties
- control : TableView
- headerDelegate : Component
- itemDelegate : Component
- rowDelegate : Component
Detailed Description
Property Documentation
Delegate for header. This delegate is described in TableView.headerDelegate.
Delegate for item. This delegate is described in TableView.itemDelegate.
Delegate for row. This delegate is described in TableView.rowDelegate.