summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-01-02 18:48:57 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2018-01-03 08:19:14 +0000
commit969173a5c2009fca54b3cc875f1c0c467f7f5b09 (patch)
tree5fd7479fab038dac3c5f6a21d7082523ff0c91f6 /meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml
parente941ffdb962e85abd16aea4c2b52a79238784008 (diff)
Disable window decoration and ensure fullscreen
Change-Id: I2c9aad08d58b0da1fb6f362b95472f4a653fd9a3 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml')
-rw-r--r--meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml b/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml
index afe8a77d0..852567a49 100644
--- a/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml
+++ b/meta-app-framework/recipes-core/web-runtime/web-runtime/web-runtime.qml
@@ -6,6 +6,7 @@ ApplicationWindow {
width: 1024
height: 768
visible: true
+ flags: Qt.WindowFullScreen | Qt.FramelessWindowHint
WebEngineView {
url: Qt.application.arguments[1]
anchors.fill: parent