1 2 3 4 5 6 7 8 9
// SPDX-License-Identifier: GPL-2.0 import QtQuick 2.7 Item { Rectangle { width: 100; height: width color: "white" } }