красится в зелёный??
ProgressBar {
id: pboz
x: 40
y: 210
width: 40
height: 400
from: 0
to: 100
value: 50
background: Rectangle {
height: 0
width: parent.width
radius: 5
}
contentItem: Rectangle {
height: 0
color: "#00c800"
}
}
Вот это читал? https://doc.qt.io/qt-5.11/qtquickcontrols2-customize.html#customizing-progressbar
Обсуждают сегодня