diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-25 09:16:47 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-25 09:16:47 +0800 |
commit | 0543d357d527d4cac3a5b90b8e17dfeffdf9c6c3 (patch) | |
tree | efd518d127b61d2a150de3df8abbbc39bdd60d95 /components/ProductCardForm.ui.qml | |
parent | 92de025f9a32367fd8eb0b60cb7dea36a5b74587 (diff) |
Give same interfaces as ProductForm
Diffstat (limited to 'components/ProductCardForm.ui.qml')
-rw-r--r-- | components/ProductCardForm.ui.qml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |