X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fqml%2FHome.qml;h=aa3a129beff917639c924fd7bdea092800d5a8e7;hb=09f2f0036f122e49aa49e6c446d723850192a725;hp=301fdbd6a6bdde6c6f20d0b2bbdbd830b4647302;hpb=b0632b0a5cd7e31c79c4a81764ebed329114a983;p=staging%2FHomeScreen.git diff --git a/HomeScreen/qml/Home.qml b/HomeScreen/qml/Home.qml index 301fdbd..aa3a129 100644 --- a/HomeScreen/qml/Home.qml +++ b/HomeScreen/qml/Home.qml @@ -1,6 +1,6 @@ /* * Copyright (C) 2016 The Qt Company Ltd. - * Copyright (C) 2016 Mentor Graphics Development (Deutschland) GmbH + * Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,8 +16,6 @@ */ import QtQuick 2.2 -import QtQuick.Layouts 1.1 -import QtQuick.Controls 1.0 import Home 1.0 Item { @@ -38,6 +36,7 @@ Item { height: cellHeight * 3 cellWidth: 320 cellHeight: 320 + interactive: false model: ApplicationModel {} delegate: MouseArea {