import QtQml 2.0
QtObject {
    id: root
    Component.onCompleted: {
        root = "hello"
    }
}
