From 4c76e05384f3fb01f8870bd6b8d506015ecbf551 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, 20 Mar 2023 10:40:47 +0800 Subject: Video play button --- Course/Detail/Classic.ui.qml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'Course') diff --git a/Course/Detail/Classic.ui.qml b/Course/Detail/Classic.ui.qml index 2545e69..9d634c9 100644 --- a/Course/Detail/Classic.ui.qml +++ b/Course/Detail/Classic.ui.qml @@ -169,7 +169,21 @@ Flickable { width: image.width height: image.height radius: 10 - } + } + } + } + + Button { + anchors.centerIn: image + display: AbstractButton.IconOnly + flat: true + width: 44 + height: 44 + icon { + width: 44 + height: 44 + color: "#ffffff" + source: "../../Font-Awesome/svgs/solid/circle-play.svg" } } -- cgit v1.2.3