aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/bottompanel_demo.qml
blob: 27c00dfe7c9999d2c87b00491839941db7339ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick 2.2
import QtQuick.Window 2.11
import QtQuick.Layouts 1.1

Window {
	visible: true
	flags: Qt.FramelessWindowHint
	width: Screen.width
	height: 216
	title: 'HomeScreen bottom'
	color: 'green'
}