View Single Post
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#1
Hi,

Edit : I don't really remember what solved this,
But all the code for a working App can be found in the sources of horizontal-call.


I am working on an app for the N900, written in C++/Qt Mobility for PR1.2.

So far, I got a nice GUI running on my phone via Qt + Madde,
and I am stuck trying to make QContactManager to give me what I need. The Qt documentation examples don't work, and I cannot find my way around this problem, been trying for 2 days now.

So the problem is like this : I want to fetch ALL the contacts from the address book, one by one and do some parsing on them,
I am stuck at even accessing the contacts API, I am trying to create a QContactManager object, and I am getting an error accessing it, after including <QContactManager>, I still don't get any autocompletes for it, and it remains out of scope.

Can anyone help me?

Edit : My problem :
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |

Last edited by eitama; 2010-09-03 at 16:16. Reason: Solved