From 3a3047e6f2cd4dab84a0a3f047e223ef1bf84b61 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 21 Sep 2020 15:20:59 +0300 Subject: Init homescreen-demo-ci app Bug-AGL: SPEC-3592 Signed-off-by: Marius Vlad Change-Id: Id58ed059cdd44c2931a7b5d67970cbafd9e25002 --- shell/qml/bottom.qml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 shell/qml/bottom.qml (limited to 'shell/qml/bottom.qml') diff --git a/shell/qml/bottom.qml b/shell/qml/bottom.qml new file mode 100644 index 0000000..088539a --- /dev/null +++ b/shell/qml/bottom.qml @@ -0,0 +1,13 @@ +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' +} -- cgit 1.2.3-korg