From 83e68bfb154332e591da318301f604d2252a81fd Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 19 Nov 2024 12:52:44 +0100 Subject: [PATCH] Import Qt6 conversion patch Import the patches for the demo applications into the app repos. Bug-AGL: SPEC-5294 Change-Id: I247ddae6ae119bbfd0853c2be372db00090ed6f9 Signed-off-by: Jan-Simon Moeller --- launcher/qml/Launcher.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher/qml/Launcher.qml b/launcher/qml/Launcher.qml index 3aef4e6..8d67f60 100644 --- a/launcher/qml/Launcher.qml +++ b/launcher/qml/Launcher.qml @@ -19,7 +19,7 @@ import QtQuick 2.13 import QtQuick.Layouts 1.1 import QtQuick.Controls 2.0 import QtQuick.Window 2.13 -import QtGraphicalEffects 1.0 +import Qt5Compat.GraphicalEffects import AppModel 1.0 ApplicationWindow { @@ -38,7 +38,7 @@ ApplicationWindow { Image { anchors.centerIn: parent - source: './images/AGL_HMI_Blue_Background_Car-01.png' + source: 'qrc:/images/AGL_HMI_Blue_Background_Car-01.png' } GridView { -- 2.16.6