DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-2 / tests / auto / qml / qmlcppcodegen / data / aliasLookup.qml
12345678
import QtQml QtObject { id: self property real foo: 12.3 property alias a: self.foo property string t: Math.round(self.a) }