Results 1 to 3 of 3

Thread: Intercept fullscreen state on other application

  1. #1

    Default Intercept fullscreen state on other application

    Hi,


    Is there a way to intercept fullscreen state on all application already launch ?

    Does the function installEventFilter only work in the qt application ?


    Thx

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Intercept fullscreen state on other application

    Quote Originally Posted by hades76 View Post
    Is there a way to intercept fullscreen state on all application already launch ?
    Not with Qt code. You could try doing it with native API though.

    Does the function installEventFilter only work in the qt application ?
    Yes and only within a single application.

    If you are using Windows, you can install a hook on other windows. Other platforms could have similar mechanisms too.

  3. #3

    Default Re: Intercept fullscreen state on other application

    I'm working on KDE.

    I can't find hook event on window change state on linux.
    I'll continue to search.

    Thx for the answer.

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.