![]() |
2010-09-08
, 20:46
|
Posts: 248 |
Thanked: 240 times |
Joined on Mar 2010
@ Wiltshire, UK
|
#2
|
![]() |
2010-09-08
, 20:54
|
|
Posts: 60 |
Thanked: 40 times |
Joined on May 2010
@ Skovballe, Denmark
|
#3
|
![]() |
2010-09-08
, 21:02
|
Posts: 248 |
Thanked: 240 times |
Joined on Mar 2010
@ Wiltshire, UK
|
#4
|
![]() |
2010-09-08
, 21:18
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#5
|
![]() |
2010-09-08
, 21:23
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#6
|
![]() |
2010-09-09
, 06:08
|
Posts: 1,463 |
Thanked: 1,916 times |
Joined on Feb 2008
@ Edmonton, AB
|
#7
|
![]() |
2010-09-09
, 15:10
|
Posts: 180 |
Thanked: 76 times |
Joined on May 2010
|
#8
|
![]() |
2010-09-09
, 15:24
|
Posts: 1,096 |
Thanked: 760 times |
Joined on Dec 2008
|
#9
|
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.
![]() |
2010-09-10
, 08:07
|
|
Posts: 60 |
Thanked: 40 times |
Joined on May 2010
@ Skovballe, Denmark
|
#10
|
The search term is considered to be in the form of a phone number, and special processing (removing dialing prefixes, non significant characters like '-'. ')' etc). may be performed when matching the item.
What is the best way to find a contact from a phone number ?
I know I can use
How do you do it ?
(I'm using QT on Maemo5)
Kim Foder