View Single Post
Posts: 1,096 | Thanked: 760 times | Joined on Dec 2008
#9
Originally Posted by Diph View Post
Use QContactManager::contactIds(...)
You can pass QContactFilter as a parameter.

E: I haven't tried this but use QContactDetailFilter as filter and set QContactPhoneNumber as detailDefinitionName and set part of phone number to value.
looks like you would also need MatchFlag MatchContains to do what he wants

http://doc.qt.nokia.com/qtmobility-1...MatchFlag-enum

never tried it though