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