From 0fb8e3cd80de44dd99138aaf8a920c15cd726fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= 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.2.3