Thread
:
QDBus and connect to com.nokia.csd.Call
View Single Post
vhs
2010-04-22 , 12:26
Posts: 6 | Thanked: 3 times | Joined on Apr 2010
#
2
Hi,
I have used QT but not on maemo, so my answer would not be maemo specific.
Looks like the problem is that your QLabel object is created on the stack and destroyed after the slot returns. so what you should do is create the QLabel as a datamember of MyClass and create it in the MyClass contructor. Use the same QLabel in main and in the MyClass::receiveCall() slot.
hope this helps.
Quote & Reply
|
vhs
View Public Profile
Send a private message to vhs
Find all posts by vhs