• Gabriel de Dietrich's avatar
    Menu: Remove 'model' property, ContextMenu · 8cc52b9d
    Gabriel de Dietrich authored
    
    In the near future, we hope that QML types like Creator/Instantiator
    (currently under review) will help simplify model binding, and object
    creation and deletion. Also, given the differences between QML models
    and QAbstractItemModel APIs, it's hard to provide a unified and
    elegant solution for this right now.
    
    ComboBox gets the part of the logic that ContextMenu was responsible
    for, extended to support string list and number models. Auto-tests
    updated and XFAIL removed where applicable.
    
    Change-Id: I9f5d4059644c495bffff76fb7c353e6fe7fde62e
    Reviewed-by: default avatarFrederik Gladhorn <frederik.gladhorn@digia.com>
    8cc52b9d
qmldir 776 B
module QtQuick.Controls
plugin plugin
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
Page 1.0 Page.qml
PageAnimation 1.0 PageAnimation.qml
PageStack 1.0 PageStack.qml
PageTransition 1.0 PageTransition.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
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