import QtQuick import QtQuick.Window Window { height: 480 width: 640 title: "Login" visible: true }