replace ListView with ListViewType in ListViewWithRadioButtonType.qml and remove unnecessary properties

This commit is contained in:
Cyril Anisimov
2025-07-26 17:30:41 +02:00
parent af252a36ab
commit b0722cabd7
@@ -6,7 +6,7 @@ import Style 1.0
import "TextTypes" import "TextTypes"
ListView { ListViewType {
id: root id: root
property var rootWidth property var rootWidth
@@ -25,13 +25,6 @@ ListView {
width: rootWidth width: rootWidth
height: root.contentItem.height height: root.contentItem.height
clip: true
reuseItems: true
property bool isFocusable: true
ScrollBar.vertical: ScrollBarType {}
ButtonGroup { ButtonGroup {
id: buttonGroup id: buttonGroup
} }