import Qt 4.6 Rectangle { id: page color: "white" width: 520; height: 280 BorderImage { x: 20; y: 20; width: 230; height: 240 smooth: true source: "colors-stretch.sci" } BorderImage { x: 270; y: 20; width: 230; height: 240 smooth: true source: "colors-round.sci" } }