/recipes-demo-hmi/radio/

s/homescreen-demo-ci' title='homescreen-demo-ci Git repository'/>
summaryrefslogtreecommitdiffstats
path: root/shell/qml/left.qml
blob: 9d1a0c981b14d6f03afb8dd1803dd2d3d8bb4121 (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 left'

	color: 'yellow'
}