Results 1 to 2 of 2

Thread: How can the animations pause when receiving an incoming call ?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2012
    Posts
    26
    Platforms
    Windows
    Thanks
    3

    Default How can the animations pause when receiving an incoming call ?

    it solved.

    use:

    Qt Code:
    1. Connections {
    2. target: platformWindow
    3. onActiveChanged: {
    4.  
    5. if (platformWindow.active)
    6. {
    7. //App became active
    8.  
    9. }
    10.  
    11. else
    12. {
    13. //App became inactive
    14. }
    15. }
    To copy to clipboard, switch view to plain text mode 
    }
    Last edited by Yonetici; 2nd August 2012 at 16:12.

Similar Threads

  1. Deduct network interface from incoming UDP Packet
    By mastupristi in forum Qt Programming
    Replies: 1
    Last Post: 29th March 2012, 18:09
  2. Animations
    By hema in forum Newbie
    Replies: 2
    Last Post: 11th July 2011, 13:05
  3. Replies: 1
    Last Post: 24th March 2010, 09:15
  4. GUI Freezes unless there's incoming data
    By crisp in forum Qt Programming
    Replies: 17
    Last Post: 7th February 2009, 18:56
  5. QTcpServer limit for incoming connections
    By mdecandia in forum Qt Programming
    Replies: 9
    Last Post: 5th May 2007, 23:09

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.