diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-25 18:56:52 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-25 18:56:52 +0800 |
commit | 0d4a65bf4257367e7a6cf3c4dcea6f6a7360d290 (patch) | |
tree | b577b1b62fce6f3c073d07f37f373a39962d53fe | |
parent | 862a091314de881ed994f542c403087167396896 (diff) |
Rename properties to avoid conflicts
-rw-r--r-- | CardItem.ui.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CardItem.ui.qml b/CardItem.ui.qml index 36ac253..741a1a5 100644 --- a/CardItem.ui.qml +++ b/CardItem.ui.qml @@ -2,8 +2,8 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 Rectangle { - property alias image: image - property alias title: title + property alias cardImage: image + property alias cardTitle: title width: 300 height: 480 |