SuperSimple = Rectangle { color: white; Rectangle { width: 100; height: 100; color: blue; } Rectangle { x: 100; y: 100; width: (100); height: {100} color: green; } Image { x: 200; y: 200; source: "../graphicstest/logo.png"; } }