Replies: 1 comment
-
|
the option can be quite easily added, but it may work unreliably, unfortunately. this is mostly because of changing window flags on run-time, this is something Qt definitely "doesn't like" at least, it does some insane things internally, what usually results with window disappearance (often with no way to make visible it again). setting window flag using platform-specific API (what Qt is supposed to do, and definitely does in some way) is not an option, as this will lead to inconsistency between the information what Qt knows about the window and actual window info. I'm using a set of hacks to overcome this, there is no guarantee that they will work good (and have no side effects) with such "quick" event as key press. what about "monitors count changed" event handling, the behavior is really undefined - there is no code to handle such cases, also some already known bugs related to this. I'm thinking about adding configurable options what to do when display added/removed. many users of my clock have multiple monitors, and quite often monitors count is dynamic (as your case). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
as title, Here is Idea "When some key pressing, can move clock & click, if not, can't move clock & is transparent on click"
I use notebook in two situations, hub with connected 3 monitors, OR only its internal display.
When monitor environment changes, widget also move unexpectable position.(or maybe i still don't know good method that already exist...)
So it is needed "move widget quickly when it's transparent and its state back to transparent"
can add this function?
Beta Was this translation helpful? Give feedback.
All reactions