[Qt-interest] Window alert

John McClurkin jwm at nei.nih.gov
Tue Aug 11 14:55:46 CEST 2009


On Tue, 2009-08-11 at 08:26 -0400, Yuvaraj R wrote:

 >
 > Thanks for your reply..
 >
 >    I solved that isses.. by  making incoming call window as 
inactive.For this one i created one class and emitted the signal for new 
class . from incoming call window
 >
 >
 > Thanks
 >
 > Yuvaraj R

When you ask a list for help (several times), then, in the mean time, 
solve your own problem, you should also post your solution to the list. 
This could help others who run into the same problem and save the time 
of those who might otherwise make suggestions that are no longer needed.


 > On Tue, Aug 11, 2009 at 5:40 PM, John McClurkin <jwm at nei.nih.gov> wrote:
 > Yuvaraj R wrote:
 >         > 4.3 only..
 >         >
 >         > It is working  ,my senario is i want to set the alert for 
my incomimg
 >         > call window.. it will show, when call coming..
 >         >
 >         > you would have seen at Gtalk. when we getting the message 
,it will alert
 >         > the incoming message window.
 >         >
 >         > Simple issue,but i am struggling with last 1day..
 >         >
 >         >
 >         > please help me to sort out  this problem .
 >         >
 >         >
 >
 >
 >         You say that you have been struggling with this for a day, 
but you don't
 >         describe what you have tried so it's hard for any one to 
help. According
 >         to the Docs QApplication::alert() causes an alert to be shown 
for a
 >         widget if that widget is not the active window. So, for 
starters, try
 >         this: just before calling QApplication::alert(this, 1000), 
check to see
 >         if this is active. If it is, then no alert will be shown.
 >
 >         _______________________________________________
 >         Qt-interest mailing list
 >         Qt-interest at trolltech.com
 >         http://lists.trolltech.com/mailman/listinfo/qt-interest
 >



More information about the Qt-interest-old mailing list