aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-11-19 12:52:44 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-11-19 12:52:44 +0100
commit83e68bfb154332e591da318301f604d2252a81fd (patch)
tree0991eccd44231ff7107a7e029065206a57a68e2c
parenta1365f97b9581fd031dc04269020422e91abc892 (diff)
Import Qt6 conversion patchHEADmaster
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>
-rw-r--r--launcher/qml/Launcher.qml4
1 files 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 {