18 QPlaceCategory category = qmlObject->property(
"category").value<QPlaceCategory>();
22 qmlObject->setProperty(
"category", QVariant::fromValue(category));
26 QPlaceContactDetail contactDetail = qmlObject->property(
"contactDetail").value<QPlaceContactDetail>();
30 qmlObject->setProperty(
"contactDetail", QVariant::fromValue(contactDetail));
34 QPlace place = qmlObject->property(
"place").value<QPlace>();
38 qmlObject->setProperty(
"place", QVariant::fromValue(place));
42 QPlaceAttribute placeAttribute = qmlObject->property(
"attribute").value<QPlaceAttribute>();
46 qmlObject->setProperty(
"attribute", QVariant::fromValue(placeAttribute));
50 QPlaceIcon placeIcon = qmlObject->property(
"icon").value<QPlaceIcon>();
54 qmlObject->setProperty(
"icon", QVariant::fromValue(placeIcon));
58 QPlaceUser placeUser = qmlObject->property(
"user").value<QPlaceUser>();
62 qmlObject->setProperty(
"user", QVariant::fromValue(placeUser));
66 QPlaceRatings placeRatings = qmlObject->property(
"ratings").value<QPlaceRatings>();
70 qmlObject->setProperty(
"ratings", QVariant::fromValue(placeRatings));
74 QPlaceSupplier placeSupplier = qmlObject->property(
"supplier").value<QPlaceSupplier>();
78 qmlObject->setProperty(
"supplier", QVariant::fromValue(placeSupplier));