• Topi Reinio's avatar
    Table View Example: Sort indicator for the custom header delegate · 4d851e14
    Topi Reinio authored
    
    The Delegates tab in the example shows how to use custom types as
    TableView header, row, and item. The UI has a checkbox to toggle
    a sort indicator for the header - this change implements the
    indicator for the custom header delegate, and adjusts the header
    text accordingly.
    
    Task-number: QTBUG-41396
    Change-Id: Iab917b87b9b91c3dcc468f87aa14ec9293afd5f6
    Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
    4d851e14
qmldir 791 bytes
module QtQuick.Controls
plugin qtquickcontrolsplugin
ApplicationWindow 1.0 ApplicationWindow.qml
Button 1.0 Button.qml
CheckBox 1.0 CheckBox.qml
ComboBox 1.0 ComboBox.qml
GroupBox 1.0 GroupBox.qml
Label 1.0 Label.qml
MenuBar 1.0 MenuBar.qml
Menu 1.0 Menu.qml
StackView 1.0 StackView.qml
ProgressBar 1.0 ProgressBar.qml
RadioButton 1.0 RadioButton.qml
ScrollView 1.0 ScrollView.qml
Slider 1.0 Slider.qml
SpinBox 1.0 SpinBox.qml
SplitView 1.0 SplitView.qml
StackViewDelegate 1.0 StackViewDelegate.qml
StackViewTransition 1.0 StackViewTransition.qml
StatusBar 1.0 StatusBar.qml
Tab 1.0 Tab.qml
TabView 1.0 TabView.qml
TableView 1.0 TableView.qml
TableViewColumn 1.0 TableViewColumn.qml
TextArea 1.0 TextArea.qml
TextField 1.0 TextField.qml
ToolBar 1.0 ToolBar.qml
ToolButton 1.0 ToolButton.qml