[Qt-interest] Window alert
Srdjan Todorovic
todorovic.s at googlemail.com
Tue Aug 11 14:28:17 CEST 2009
Hi,
On 10/08/2009, Yuvaraj R <yuvaraj at ongobiz.com> wrote:
> I want to set my incoming call window alert, as like as Gtalk.
I have no idea what GTalk does or what it looks like.
> I tried with this code.
>
> QWidget *widget
Missing semicolon, compile error!
(not to mention it's just a pointer and you haven't constructed it)
> Application::alert(widget,1000);
What is 'widget'?
> if i use the above code,my mainwindow is alerting,not my incoming call
> window.
What is an incoming call window?
> I want to alert my incoming call window ,while i am getting call.
> suggestions and ideas are welcome
We need more information.
Why does it feel like we're sucking out information like a person
sucking out spaghetti through a 100km garden hose?
Srdjan
More information about the Qt-interest-old
mailing list