X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreen%2Fqml%2Fmain.qml;h=143d649263dc8326d605e623194e0b40a2f5d825;hp=542f395c57f52f427bf2358693cf7da37bbd442b;hb=f2b8bddb94a451c4bd822ef723a8b739236f4b4f;hpb=b6d6fdc6384e686c8d866212b2f5d63ca884b3c5 diff --git a/HomeScreen/qml/main.qml b/HomeScreen/qml/main.qml index 542f395..143d649 100644 --- a/HomeScreen/qml/main.qml +++ b/HomeScreen/qml/main.qml @@ -18,6 +18,7 @@ import QtQuick 2.2 import QtQuick.Window 2.1 import QtQuick.Layouts 1.1 +import HomeScreen 1.0 Window { visible: true @@ -26,6 +27,14 @@ Window { height: container.height * container.scale title: 'HomeScreen' + ApplicationLauncher { + id: launcher + } + + LayoutHandler { + id: layoutHandler + } + Image { id: container anchors.centerIn: parent @@ -48,6 +57,16 @@ Window { Layout.fillWidth: true Layout.fillHeight: true Layout.preferredHeight: 1920 - 218 - 215 + + visible: true + } + + Home { + id: appLauncherAreaLauncher + Layout.fillWidth: true + Layout.fillHeight: true + Layout.preferredHeight: 1920 - 218 - 215 + visible: false } MediaArea {