From 0543d357d527d4cac3a5b90b8e17dfeffdf9c6c3 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ 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(+) (limited to 'components') 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.3