From: Jan-Simon Moeller Date: Tue, 19 Nov 2024 11:52:44 +0000 (+0100) Subject: Import Qt6 conversion patch X-Git-Tag: 19.90.0^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;p=apps%2Flauncher.git 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 --- 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 {