Results 1 to 10 of 10

Thread: New dialog/windows creation hook

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 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

    I still don't see how knowing about widgets being created might help you in any way. Please explain what you need this mechanism for.
    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.


  2. #2
    Join Date
    Oct 2010
    Posts
    48
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: New dialog/windows creation hook

    I want to report (From the injected DLL) to my listener ALL the open table's data...
    There might be few tables open (dialogs) and my DLL should send ALL this data to the listener.

    so, I want to know when a new table (dialog/widget) was opened/shown/closed

    Thanks

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 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

    Quote Originally Posted by gilamran View Post
    so, I want to know when a new table (dialog/widget) was opened/shown/closed
    So why are you asking about detecting creation of widgets? I have already told how how to detect when a window gets shown on the screen. If you don't understand what I suggested then say so instead of asking irrelevant questions.
    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.