Layout.fillWidth: true
height: 500
color: "#333"
transformOrigin: Item.Center
ListView {
anchors.fill: parent
clip: true
boundsBehavior: Flickable.StopAtBounds
highlightFollowsCurrentItem: true
focus: true
ScrollBar.vertical: ScrollBar {
policy: ScrollBar.AsNeeded
active: ScrollBar.AlwaysOn
}
delegate: CustomListItemDelegate
highlight: CustomListHighlight
}
}
Вставляю его в окно:
CustomListView {}
А как в него модель передать? Пропертя то во вложенном listview
свойство model заалиась
Обсуждают сегодня