From 2adc8ee9afa3f41c36be24a00fbee1747938307e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Mon, 26 Sep 2022 18:18:45 +0800 Subject: Add card footer --- Card.ui.qml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Card.ui.qml') diff --git a/Card.ui.qml b/Card.ui.qml index f5ddb90..fcaf9d3 100644 --- a/Card.ui.qml +++ b/Card.ui.qml @@ -35,7 +35,7 @@ Item { width: parent.width anchors { top: image.bottom - bottom: parent.bottom + bottom: footer.top } Item { @@ -112,6 +112,13 @@ Item { } } } + + Item { + id: footer + width: parent.width + height: image.sourceSize.height / 4 + anchors.bottom: parent.bottom + } } DropShadow { -- cgit v1.2.3