diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-01 20:54:53 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-01 20:55:03 +0800 |
commit | 659b854ef36a7d8ec8276aeb6a6a8300573bf642 (patch) | |
tree | 48fbfc944454c2ce3fdab00d15d25a48ef638134 /GridCardItem.ui.qml | |
parent | ae5e1072bf4f6b1e4be3d934454e66af772ab4b0 (diff) |
Use online image sources
Diffstat (limited to 'GridCardItem.ui.qml')
-rw-r--r-- | GridCardItem.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |