DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.8.2%2Bdfsg-7 / tests / auto / qml / qmllint / data / lowerCaseQualifiedImport2.qml
123456789
import QtQuick as test test.Item { property test.color c property var p: test.Grid {} component IC: test.Rectangle {} }