import QtQuick 2.11 import QtQuick.Window 2.11 Window { visible: true Text { text: "mymodel is " + typeof (model) } }