From 513de36724cfd7f56babc5ce47466f6e46737f4c Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 19 Nov 2024 14:01:11 +0100 Subject: Import Qt6 conversion patch Import the patches for the demo applications into the app repos. Bug-AGL: SPEC-5294 Change-Id: I741f34da3a424706fdd0763b80794d7750eb2570 Signed-off-by: Jan-Simon Moeller --- app/Phone.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/Phone.qml') diff --git a/app/Phone.qml b/app/Phone.qml index 6b38f77..6de54f2 100644 --- a/app/Phone.qml +++ b/app/Phone.qml @@ -41,19 +41,19 @@ ApplicationWindow { contentHeight: 160 TabImageButton { - icon: "./images/ic_contacts_48px.svg" + iconSource: "qrc:/images/ic_contacts_48px.svg" text: "Contacts" font.pixelSize: 50 } TabImageButton { - icon: "./images/ic_schedule_48px.svg" + iconSource: "qrc:/images/ic_schedule_48px.svg" text: "Recents" font.pixelSize: 50 } TabImageButton { - icon: "./images/ic_dialpad_48px.svg" + iconSource: "qrc:/images/ic_dialpad_48px.svg" text: "Dialpad" font.pixelSize: 50 } -- cgit