qml的进度条
ProgressBar{
id: control
value: 0.1
padding: 2
background: Rectangle {
implictWidth: 100
implictHeight: 30
color: "#e6e6e6"
radius: 3
}
contentItem: Item{
implictWidth: 100
implictHeight: 30
Rectangle {
width: control.visualPosition * parent.width
height: parent.height
radius: 2
color: "#17a81a"
}Tetx {
id: text1
color: "blue"text: Math.floor(control.value * 100) + "%"
z: 2
anchors.centerIn: parent
}
}Timer {
interval: 250
repeat: true
running: true
onTriggered: {
if (control.value < 0.99)
{
control.value += 0.01
}
else {
text1.text = 100 + "%"
stop();
}
}
}}
【qml的进度条】
推荐阅读
- 热闹中的孤独
- JAVA(抽象类与接口的区别&重载与重写&内存泄漏)
- 放屁有这三个特征的,请注意啦!这说明你的身体毒素太多
- 一个人的旅行,三亚
- 布丽吉特,人生绝对的赢家
- 慢慢的美丽
- 尽力
- 一个小故事,我的思考。
- 家乡的那条小河
- 《真与假的困惑》???|《真与假的困惑》??? ——致良知是一种伟大的力量