import QtQuick 2.9 import QtQuick.Window 2.3 import './lib.js' as Lib Window { visible: true width: 640 height: 480 title: qsTr("Hello World") }