Provides custom styling for TableView . 更多...
import 语句: | import QtQuick.Controls.Styles 1.4 |
Since: | Qt 5.1 |
继承: |
control : TableView |
The TableView this style is attached to.
headerDelegate : Component |
Delegate for header. This delegate is described in TableView.headerDelegate .
itemDelegate : Component |
Delegate for item. This delegate is described in TableView.itemDelegate .
rowDelegate : Component |
Delegate for row. This delegate is described in TableView.rowDelegate .