1 2 3 4 5 6 7 8
import Test 1.0 import Qt 4.7 QtObject { property variant child child: HelperAlias { objAlias: QtObject {} } }