main: Add different QMLs for doing screenshots
[apps/homescreen.git] / homescreen / qml / bottompanel_demo.qml
1 import QtQuick 2.2
2 import QtQuick.Window 2.11
3 import QtQuick.Layouts 1.1
4
5 Window {
6         visible: true
7         flags: Qt.FramelessWindowHint
8         width: Screen.width
9         height: 216
10         title: 'HomeScreen bottom'
11         color: 'green'
12 }