import QtQuick.Controls 2.15
ScrollBar.vertical: ScrollBar {
visible: flick1.contentHeight > flick1.height
anchors.right: parent.right
anchors.rightMargin: 40
width: 10
active: true
contentItem: Rectangle {
radius: 6
opacity: 0.5
color: "#7882A0"
}
}
qml添加滚动条
最新推荐文章于 2025-03-24 16:55:49 发布