This commit is contained in:
zhuzihcu
2023-06-19 09:50:11 +08:00
parent 5acf664492
commit d2c5cc779b
96 changed files with 54 additions and 269 deletions

View File

@ -35,8 +35,9 @@ FluScrollablePage{
FluSlider{
value:50
onValueChanged:{
progress_bar.progress = value/100
progress_ring.progress = value/100
var progress = value/100
progress_bar.progress = progress
progress_ring.progress = progress
}
}
}