changeset 33 | 3e2da88830cd |
parent 30 | 5dc02b23752f |
child 37 | 758a864f9613 |
30:5dc02b23752f | 33:3e2da88830cd |
---|---|
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.jpg" |
58 source: "../shared/pics/background.png" |
59 fillMode: Image.PreserveAspectCrop |
59 fillMode: Image.PreserveAspectCrop |
60 } |
60 } |
61 } |
61 } |
62 |
62 |
63 Rectangle { |
63 Rectangle { |