DEBSOURCES
Skip Quicknav
sources / qt4-x11 / 4%3A4.8.6%2Bgit64-g5dc8b2b%2Bdfsg-3 / tests / auto / declarative / qdeclarativeloader / data / BlueRect.qml
12345678
import QtQuick 1.0 Rectangle { objectName: "blue" width: 100 height: 100 color: "blue" }