DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / quick / qquickloader / data / RedRect.qml
12345678
import QtQuick 2.0 Rectangle { objectName: "red" width: 100 height: 100 color: "red" }