diff options
Diffstat (limited to 'components')
-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 |