#!/bin/env qml import QtQuick 2.10 Rectangle{width:400;height:200;color:"lightblue"}