From 659b854ef36a7d8ec8276aeb6a6a8300573bf642 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: Wed, 1 Feb 2023 20:54:53 +0800 Subject: Use online image sources --- GridCardItem.ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GridCardItem.ui.qml') diff --git a/GridCardItem.ui.qml b/GridCardItem.ui.qml index 0eb4a24..f20dfe6 100644 --- a/GridCardItem.ui.qml +++ b/GridCardItem.ui.qml @@ -3,7 +3,7 @@ import QtQuick.Controls 2.15 import QtGraphicalEffects 1.15 Item { - property string imageSource: "Darapsa.svg" + property string imageSource: "https://eduport.webestica.com/assets/images/courses/4by3/08.jpg" readonly property color allLevelsColor: "#ff6f42c1" readonly property color beginnerColor: "#ff0cbc87" readonly property color intermediateColor: "#ff17a2b8" -- cgit v1.2.3