Searched refs:primaryPhone (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplace_p.h | 100 Q_PROPERTY(QString primaryPhone READ primaryPhone NOTIFY primaryPhoneChanged) 168 QString primaryPhone() const;
|
| H A D | qdeclarativeplace.cpp | 362 if (previous.primaryPhone() != m_src.primaryPhone()) { in setPlace() 821 QString QDeclarativePlace::primaryPhone() const in primaryPhone() function in QDeclarativePlace 1133 if (m_prevPrimaryPhone != primaryPhone()) { in primarySignalsEmission() 1134 m_prevPrimaryPhone = primaryPhone(); in primarySignalsEmission()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/ |
| H A D | places.qml | 390 //! [Place primaryPhone] 391 var primaryPhone; 393 primaryPhone = place.contactDetails["phone"][0].value; 394 //! [Place primaryPhone]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplace.h | 98 QString primaryPhone() const;
|
| H A D | qplace.cpp | 396 QString QPlace::primaryPhone() const in primaryPhone() function in QPlace
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplace/ |
| H A D | tst_qplace.cpp | 421 QVERIFY2(place.primaryPhone().isEmpty(), "Wrong default value"); in primaryPhoneTest() 428 QCOMPARE(place.primaryPhone(), QString("555-5555")); in primaryPhoneTest() 432 QCOMPARE(place.primaryPhone(), QString()); in primaryPhoneTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_place.qml | 136 var simpleProperties = ["name", "placeId", "primaryPhone", "primaryFax", "primaryEmail", 269 compare(emptyPlace.primaryPhone, ""); 621 …g: "phone", contactType: "phone", signalName: "primaryPhoneChanged", primaryValue: "primaryPhone"},
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/forms/ |
| H A D | PlaceDetails.qml | 124 phone.text = place ? place.primaryPhone : ""
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | plugins.qmltypes | 1345 Property { name: "primaryPhone"; type: "string"; isReadonly: true }
|