9 lines
135 B
QML
9 lines
135 B
QML
|
pragma Strict
|
||
|
import TestTypes
|
||
|
import QtQml
|
||
|
|
||
|
QtObject {
|
||
|
property Person person: Person {}
|
||
|
property var things: person.things
|
||
|
}
|