From 0fb8e3cd80de44dd99138aaf8a920c15cd726fc4 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Thu, 9 Mar 2023 10:55:58 +0800 Subject: Card Item image is not really clickable --- CardGrid.ui.qml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CardGrid.ui.qml b/CardGrid.ui.qml index bfc4dfb..f981e70 100644 --- a/CardGrid.ui.qml +++ b/CardGrid.ui.qml @@ -15,7 +15,6 @@ Item { property color badgeColor: "#ff6f42c1" property color badgeBackgroundColor: "#1a6f42c1" property string titleText: "Build Responsive Websites with HTML" - property alias imageArea: imageArea property alias titleArea: titleArea property string textTruncateText: "Far advanced settling say finished raillery. Offered chiefly farther" property bool doesntEmbed: Qt.platform.os === "android" @@ -59,11 +58,6 @@ Item { radius: 10 } } - - MouseArea { - id: imageArea - anchors.fill: parent - } } Rectangle { -- cgit v1.3