Results 1 to 10 of 10

Thread: New dialog/windows creation hook

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: New dialog/windows creation hook

    In a general case you can't. If it has a parent then the parent will receive a ChildAdded event but windows usually don't have a parent so such information is not available. Only when a window is shown you can intercept its show event.
    Last edited by wysota; 28th March 2011 at 16:09.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. WM_LBUTTONDBLCLK message and global mouse hook
    By rittchat in forum Qt Programming
    Replies: 18
    Last Post: 10th December 2010, 04:58
  2. Replies: 2
    Last Post: 19th September 2009, 06:18
  3. hook resizeEvent
    By prashant in forum Qt Programming
    Replies: 6
    Last Post: 7th September 2009, 11:35
  4. QT Keyboard Hook
    By MarcSchubert in forum Qt Programming
    Replies: 1
    Last Post: 6th May 2007, 11:28
  5. hook
    By incapacitant in forum Newbie
    Replies: 3
    Last Post: 29th August 2006, 19:53

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.