replace ListView with ListViewType in PageSetupWizardConfigSource

This commit is contained in:
Cyril Anisimov
2025-07-26 15:42:34 +02:00
parent 11e54ed12e
commit 28270ff269
@@ -27,21 +27,11 @@ PageType {
}
}
ListView {
ListViewType {
id: listView
anchors.fill: parent
property bool isFocusable: true
ScrollBar.vertical: ScrollBarType {}
model: variants
clip: true
reuseItems: true
header: ColumnLayout {
width: listView.width
@@ -216,6 +206,8 @@ PageType {
}
}
model: variants
delegate: ColumnLayout {
width: listView.width