Import Qt6 conversion patch 17/30517/1 master 19.90.0 trout/19.90.0 trout_19.90.0
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 19 Nov 2024 11:52:44 +0000 (12:52 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 19 Nov 2024 11:52:44 +0000 (12:52 +0100)
Import the patches for the demo applications into the app repos.

Bug-AGL: SPEC-5294
Change-Id: I247ddae6ae119bbfd0853c2be372db00090ed6f9
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
launcher/qml/Launcher.qml

index 3aef4e6..8d67f60 100644 (file)
@@ -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 {