diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-12-17 14:53:09 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-12-17 14:53:09 +0800 |
commit | 330f10089163565af01e8d46b0d7df9229dc2e37 (patch) | |
tree | 895c77c35354b0c77389eb2fbddcbad2f93da7a7 | |
parent | c3e15c6ae11c7affa1e225220592323eec4f5233 (diff) |
Alias for the buy button
-rw-r--r-- | DetailCardItem.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DetailCardItem.ui.qml b/DetailCardItem.ui.qml index 068c387..7d07494 100644 --- a/DetailCardItem.ui.qml +++ b/DetailCardItem.ui.qml @@ -4,6 +4,7 @@ import QtGraphicalEffects 1.15 Item { property string imageSource: "Darapsa.svg" + property alias buy: buy DropShadow { source: rectangle |