Just testing
This commit is contained in:
parent
5aaed8fafe
commit
bafdfb72c6
@ -31,10 +31,10 @@ Column {
|
|||||||
width: parent.width - (Theme.paddingSmall * 2)
|
width: parent.width - (Theme.paddingSmall * 2)
|
||||||
height: width
|
height: width
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
//opacity: stationImage == "../images/community.png" ? 0.5 : 1.0
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
visible: false
|
visible: false
|
||||||
source: stationImage ? Qt.resolvedUrl(stationImage) : "../images/community.png"// ? stationImage : stationimage.visible = false
|
source: stationImage ? Qt.resolvedUrl(stationImage) : "../images/community.png"// ? stationImage : stationimage.visible = false
|
||||||
|
|
||||||
/* BusyIndicator {
|
/* BusyIndicator {
|
||||||
size: BusyIndicatorSize.Medium
|
size: BusyIndicatorSize.Medium
|
||||||
anchors.centerIn: stationimage
|
anchors.centerIn: stationimage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user