diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-25 18:37:11 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-25 18:37:11 +0800 |
commit | 862a091314de881ed994f542c403087167396896 (patch) | |
tree | 5371db02dd56f30f728de28c9b965b5ce3fe4151 /CardItem.ui.qml | |
parent | f70e4437a2564a8a14d0c3c6e7d859142f33c97e (diff) |
Card item image & title properties
Diffstat (limited to 'CardItem.ui.qml')
-rw-r--r-- | CardItem.ui.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CardItem.ui.qml b/CardItem.ui.qml index 138ed01..36ac253 100644 --- a/CardItem.ui.qml +++ b/CardItem.ui.qml @@ -2,7 +2,9 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 Rectangle { - id: rectangle + property alias image: image + property alias title: title + width: 300 height: 480 |