From e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 27 Jun 2017 21:46:49 +0200 Subject: Show Avatar images --- framework/qml/People.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'framework/qml') diff --git a/framework/qml/People.qml b/framework/qml/People.qml index aa23a78d..3445a5ba 100644 --- a/framework/qml/People.qml +++ b/framework/qml/People.qml @@ -149,13 +149,13 @@ Item { } } - Rectangle { + Kube.KubeImage { id: avatarPlaceholder height: parent.height width: height - color: "lightgrey" + imageData: model.imageData } Column { @@ -241,13 +241,13 @@ Item { height: Kube.Units.gridUnit * 8 width: personPageRoot.width - Kube.Units.largeSpacing - Rectangle { + Kube.KubeImage { id: avatar height: parent.height width: height - color: "lightgrey" + imageData: contactController.imageData } //TODO replace with Kube.Heading once it is there -- cgit v1.2.3