examples/declarative/tutorials/samegame/samegame1/samegame.qml
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    53         anchors { top: parent.top; bottom: toolBar.top }
    53         anchors { top: parent.top; bottom: toolBar.top }
    54 
    54 
    55         Image {
    55         Image {
    56             id: background
    56             id: background
    57             anchors.fill: parent
    57             anchors.fill: parent
    58             source: "../shared/pics/background.png"
    58             source: "../shared/pics/background.jpg"
    59             fillMode: Image.PreserveAspectCrop
    59             fillMode: Image.PreserveAspectCrop
    60         }
    60         }
    61     }
    61     }
    62 
    62 
    63     Rectangle {
    63     Rectangle {