Code Review
/
apps
/
homescreen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
homescreen: Change from qmake to meson
[apps/homescreen.git]
/
homescreen
/
qml
/
toppanel_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 top'
11
color: 'blue'
12
}