Removed test
This commit is contained in:
parent
4716de95d5
commit
9eedee3f5e
@ -45,26 +45,21 @@ Column {
|
|||||||
case Image.Null:
|
case Image.Null:
|
||||||
loading = false
|
loading = false
|
||||||
visible = false
|
visible = false
|
||||||
console.log("*** NULL: "+stationimage.status)
|
|
||||||
break;
|
break;
|
||||||
case Image.Ready:
|
case Image.Ready:
|
||||||
loading = false
|
loading = false
|
||||||
visible = true
|
visible = true
|
||||||
console.log("*** READY: "+stationimage.status)
|
|
||||||
break;
|
break;
|
||||||
case Image.Loading:
|
case Image.Loading:
|
||||||
loading = true
|
loading = true
|
||||||
console.log("*** LOADING: "+stationimage.status)
|
|
||||||
break;
|
break;
|
||||||
case Image.Error:
|
case Image.Error:
|
||||||
loading = false
|
loading = false
|
||||||
visible = false
|
visible = false
|
||||||
console.log("*** ERROR: "+stationimage.status)
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
loading = false
|
loading = false
|
||||||
visible = false
|
visible = false
|
||||||
console.log("*** DEFAULT: "+stationimage.status)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Label {
|
Label {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user