| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacecontactdetail/ |
| H A D | tst_qplacecontactdetail.cpp | 62 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 D | tst_qplaceattribute.cpp | 68 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 D | tst_qplace.cpp | 81 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 D | qdeclarativeplaceattribute_p.h | 65 Q_PROPERTY(QString label READ label WRITE setLabel NOTIFY labelChanged) 81 void setLabel(const QString &label);
|
| H A D | qdeclarativeplaceattribute.cpp | 190 void QDeclarativePlaceAttribute::setLabel(const QString &label) in setLabel() function in QDeclarativePlaceAttribute 193 m_attribute.setLabel(label); in setLabel()
|
| H A D | qdeclarativecontactdetail_p.h | 73 Q_PROPERTY(QString label READ label WRITE setLabel NOTIFY labelChanged) 85 void setLabel(const QString &label);
|
| H A D | qdeclarativecontactdetail.cpp | 196 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 D | qplaceattribute.h | 66 void setLabel(const QString &label);
|
| H A D | qplacecontactdetail.h | 67 void setLabel(const QString &label);
|
| H A D | qplacecontactdetail.cpp | 183 void QPlaceContactDetail::setLabel(const QString &label) in setLabel() function in QPlaceContactDetail
|
| H A D | qplaceattribute.cpp | 204 void QPlaceAttribute::setLabel(const QString &label) in setLabel() function in QPlaceAttribute
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | placesearchreply_esri.cpp | 165 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 D | tst_qmlinterface.cpp | 122 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 D | qplacesearchreplymapbox.cpp | 99 phoneDetail.setLabel(QPlaceContactDetail::Phone); in parsePlaceResult()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/ |
| H A D | jsonparserhelpers.cpp | 113 detail.setLabel(contact.value(QStringLiteral("label")).toString()); in parseContactDetails()
|
| H A D | qplacedetailsreplyimpl.cpp | 263 attribute.setLabel(attributeObject.value(QLatin1String("label")).toString()); in replyFinished()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qplacesearchreplyosm.cpp | 205 attribute.setLabel("requestUrl"); in parsePlaceResult()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 82 a.setLabel(QStringLiteral("x_provider")); in extendedAttribute() 271 att.setLabel(QStringLiteral("x_provider")); in QPlaceManagerEngineTest()
|