Results 1 to 11 of 11

Thread: Window alert

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2009
    Posts
    129

    Default Window alert

    Hi all

    I want to alert user ,when icoming call is coming ..So i want to flash of blink my incoming call window

    Qt Code:
    1. I am trying with QApplication::alert
    2.  
    3.  
    4. QString callState;
    5.  
    6. if(callState == "INCOMING")
    7. {
    8.  
    9. QApplication::alert(this,10000)
    10. }
    To copy to clipboard, switch view to plain text mode 

    but my incoming call window is not alerting while getting the Call.. i attached my incoming call window code.

    Thanks

    Yuvaraj R
    Attached Files Attached Files

Similar Threads

  1. How to set Qt window transparent?
    By montylee in forum Qt Programming
    Replies: 17
    Last Post: 24th December 2013, 20:11
  2. Replies: 2
    Last Post: 9th August 2009, 22:08
  3. QMain Window Problem
    By maveric in forum Qt Programming
    Replies: 1
    Last Post: 24th May 2008, 15:51
  4. Set a window as child at runtime
    By sabeesh in forum Qt Programming
    Replies: 1
    Last Post: 26th November 2007, 09:30
  5. Change shape of window / animate window
    By sabeesh in forum Qt Programming
    Replies: 3
    Last Post: 31st October 2007, 08:16

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.