From 0543d357d527d4cac3a5b90b8e17dfeffdf9c6c3 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: Fri, 25 Jun 2021 09:16:47 +0800 Subject: Give same interfaces as ProductForm --- components/ProductCardForm.ui.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/ProductCardForm.ui.qml b/components/ProductCardForm.ui.qml index 4b8875a..d1e0fb3 100644 --- a/components/ProductCardForm.ui.qml +++ b/components/ProductCardForm.ui.qml @@ -4,6 +4,10 @@ import QtQuick.Layouts 1.15 import QtGraphicalEffects 1.15 Item { + property alias previewImage: imageCardPreview + property alias nameLabel: productTitle + property alias priceLabel: productAmount + width: 360 height: 80 -- cgit v1.2.3