2 * Copyright (C) 2016 The Qt Company Ltd.
3 * Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
9 * http://www.apache.org/licenses/LICENSE-2.0
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
26 anchors.topMargin: -218
27 anchors.bottomMargin: -215
28 source: './images/AGL_HMI_Background_Car-01.png'
34 anchors.centerIn: parent
36 height: cellHeight * 3
41 model: ApplicationModel {}
47 source: './images/HMI_AppLauncher_%1_%2-01.png'.arg(model.icon).arg(pressed ? 'Active' : 'Inactive')
50 console.log("app is ", model.id)
51 pid = launcher.launch(model.id)
53 layoutHandler.makeMeVisible(pid)
55 applicationArea.visible = true
56 appLauncherAreaLauncher.visible = false
57 layoutHandler.showAppLayer(pid)
60 console.warn("app cannot be launched!")