import QtQuick 2.2
import QtQuick.Window 2.11
import QtQuick.Layouts 1.1

Window {
	visible: true
	flags: Qt.FramelessWindowHint
	width: Screen.width * (240.0 / 768.0)
	height: Screen.height
	title: 'HomeScreen right'

	color: 'purple'
}