summaryrefslogtreecommitdiffstats
path: root/shell/qml/right.qml
blob: 1202837e502e444509369b82d24506277ed30945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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'
}