Home
last modified time | relevance | path

Searched refs:placeName (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqplacesearchreplymapbox.cpp69 QString placeName = response.value(QStringLiteral("text")).toString(); in parsePlaceResult() local
70 if (placeName.isEmpty()) in parsePlaceResult()
71 placeName = response.value(QStringLiteral("place_name")).toString(); in parsePlaceResult()
73 place.setName(placeName); in parsePlaceResult()
H A Dqmapboxcommon.cpp121 const QString placeName = response.value(QStringLiteral("place_name")).toString(); in parseGeoLocation() local
124 address.setText(placeName.mid(placeName.indexOf(QLatin1Char(',')) + 1)); in parseGeoLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/forms/
H A DPlaceDetailsForm.ui.qml58 property alias placeName: placeName
98 id: placeName
110 size: placeName.height * 2
H A DPlaceDetails.qml115 placeName.text = place ? (place.favorite ? place.favorite.name : place.name) : ""
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/views/
H A DSearchResultDelegate.qml72 height: Math.max(icon.height, 3 * placeName.height)
110 id: placeName