From 334044f98e4d0e96214c40d43ffa239a82ca5248 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Tue, 28 Mar 2023 15:19:56 +0800 Subject: bs-box-shadow implementation & its use in Card --- Home/Default/Card.ui.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Home') diff --git a/Home/Default/Card.ui.qml b/Home/Default/Card.ui.qml index 36e9239..9fc3ff5 100644 --- a/Home/Default/Card.ui.qml +++ b/Home/Default/Card.ui.qml @@ -3,6 +3,7 @@ import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 import QtGraphicalEffects 1.15 import Eduport 1.4 +import "../../DropShadow" as DrpShdw import "../../Label" as Lbl Item { @@ -22,11 +23,8 @@ Item { property string truncatedText: "Far advanced settling say finished raillery. Offered chiefly farther" property real rating: 4.0 - DropShadow { + DrpShdw.Box { source: rectangle - color: "#261d3a53" - radius: 5 - samples: 11 anchors.fill: rectangle } -- cgit v1.3