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 --- ClassicDetailFlickable.ui.qml | 2 +- Darapsa.svg | 7 ------- DetailCardItem.ui.qml | 2 +- GridCardItem.ui.qml | 2 +- 4 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 Darapsa.svg diff --git a/ClassicDetailFlickable.ui.qml b/ClassicDetailFlickable.ui.qml index 5e40de1..3027acf 100644 --- a/ClassicDetailFlickable.ui.qml +++ b/ClassicDetailFlickable.ui.qml @@ -51,7 +51,7 @@ Flickable { Image { id: image - source: "Darapsa.svg" + source: "https://eduport.webestica.com/assets/images/courses/4by3/01.jpg" sourceSize { width: parent.width - 16 height: parent.width * 3 / 4 diff --git a/Darapsa.svg b/Darapsa.svg deleted file mode 100644 index 928642a..0000000 --- a/Darapsa.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/DetailCardItem.ui.qml b/DetailCardItem.ui.qml index 7d07494..e7f4ffe 100644 --- a/DetailCardItem.ui.qml +++ b/DetailCardItem.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/01.jpg" property alias buy: buy DropShadow { 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