Home
last modified time | relevance | path

Searched refs:setLabel (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacecontactdetail/
H A Dtst_qplacecontactdetail.cpp62 detail.setLabel(QStringLiteral("Emergency Services")); in constructorTest()
73 detail.setLabel(QStringLiteral("home")); in labelTest()
75 detail.setLabel(QString()); in labelTest()
91 detail.setLabel(QStringLiteral("Ghostbusters")); in clearTest()
101 detail1.setLabel(QStringLiteral("Kramer")); in operatorsTest()
105 detail2.setLabel(QStringLiteral("Kramer")); in operatorsTest()
127 detail3.setLabel(QStringLiteral("Cosmo")); in operatorsTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceattribute/
H A Dtst_qplaceattribute.cpp68 testObj.setLabel(QStringLiteral("label")); in operatorsTest()
82 attribute.setLabel(QStringLiteral("label")); in isEmptyTest()
84 attribute.setLabel(QString()); in isEmptyTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/
H A Dtst_qplace.cpp81 paymentMethods.setLabel("Payment methods"); in constructorTest()
376 phone1.setLabel("Phone1"); in contactDetailsTest()
380 phone2.setLabel("Phone2"); in contactDetailsTest()
388 email.setLabel("Email"); in contactDetailsTest()
424 contactDetail.setLabel(QStringLiteral("Phone")); in primaryPhoneTest()
441 contactDetail.setLabel(QStringLiteral("Email")); in primaryEmailTest()
458 contactDetail.setLabel(QStringLiteral("Fax")); in primaryFaxTest()
475 contactDetail.setLabel(QStringLiteral("Website")); in primaryWebsiteTest()
491 paymentMethods.setLabel("Payment methods"); in operatorsTest()
510 smoking.setLabel(QStringLiteral("Public Smoking")); in extendedAttributeTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplaceattribute_p.h65 Q_PROPERTY(QString label READ label WRITE setLabel NOTIFY labelChanged)
81 void setLabel(const QString &label);
H A Dqdeclarativeplaceattribute.cpp190 void QDeclarativePlaceAttribute::setLabel(const QString &label) in setLabel() function in QDeclarativePlaceAttribute
193 m_attribute.setLabel(label); in setLabel()
H A Dqdeclarativecontactdetail_p.h73 Q_PROPERTY(QString label READ label WRITE setLabel NOTIFY labelChanged)
85 void setLabel(const QString &label);
H A Dqdeclarativecontactdetail.cpp196 void QDeclarativeContactDetail::setLabel(const QString &label) in setLabel() function in QDeclarativeContactDetail
199 m_contactDetail.setLabel(label); in setLabel()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceattribute.h66 void setLabel(const QString &label);
H A Dqplacecontactdetail.h67 void setLabel(const QString &label);
H A Dqplacecontactdetail.cpp183 void QPlaceContactDetail::setLabel(const QString &label) in setLabel() function in QPlaceContactDetail
H A Dqplaceattribute.cpp204 void QPlaceAttribute::setLabel(const QString &label) in setLabel() function in QPlaceAttribute
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacesearchreply_esri.cpp165 attribute.setLabel(m_candidateFields.value(key, key)); // local name or key in parsePlaceResult()
175 contactDetail.setLabel(m_candidateFields.value(kPhoneKey, kPhoneKey)); // local name or key in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp122 m_placeAttribute.setLabel(QStringLiteral("Test Attribute")); in tst_qmlinterface()
125 m_contactDetail.setLabel(QStringLiteral("Test Contact Detail")); in tst_qmlinterface()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqplacesearchreplymapbox.cpp99 phoneDetail.setLabel(QPlaceContactDetail::Phone); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/
H A Djsonparserhelpers.cpp113 detail.setLabel(contact.value(QStringLiteral("label")).toString()); in parseContactDetails()
H A Dqplacedetailsreplyimpl.cpp263 attribute.setLabel(attributeObject.value(QLatin1String("label")).toString()); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacesearchreplyosm.cpp205 attribute.setLabel("requestUrl"); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h82 a.setLabel(QStringLiteral("x_provider")); in extendedAttribute()
271 att.setLabel(QStringLiteral("x_provider")); in QPlaceManagerEngineTest()