diff options
| -rw-r--r-- | CardItem.ui.qml | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/CardItem.ui.qml b/CardItem.ui.qml index 138ed01..36ac253 100644 --- a/CardItem.ui.qml +++ b/CardItem.ui.qml @@ -2,7 +2,9 @@ import QtQuick 2.15  import QtQuick.Controls 2.15  Rectangle { -	id: rectangle +	property alias image: image +	property alias title: title +  	width: 300  	height: 480  |