Signal when application moves to different screen?
Locked
Unsolved
General and Desktop
-
Is there a signal or "correct" method to detect when the user moves an application to a different screen in a multi display setup?
I expected QScreen::availableGeometryChanged(...) to do this (if the screen was different), but it was not (either I screwed up, or my expectation was wrong). I also thought QApplication::primaryScreenChanged(...) might be of help but that does not trigger on movement.
Thoughts? Thank you.
-
Please don't create new topics for the same question.
You already have one here: https://forum.qt.io/topic/102970/notification-when-application-changes-to-new-screen
Closing this one.