1 2 3 4 5 6 7
import QtQml import TestTypes as T QtObject { id: self property string baz: self.T.CppSingleton.objectName }