How To Change Date and Time in windows from Qt Application
General and Desktop
4
Posts
2
Posters
2.4k
Views
1
Watching
-
Hi and welcome to devnet,
You can't as it's not something that is implemented (no matter what the platform) probably because it's an action that requires special privileges (i.e. root access).
You can find more information "here":https://msdn.microsoft.com/en-us/library/ms724942(v=vs.85).aspx on what to use for Windows
-
-
Not that I know of, but since your on Windows you can use the winEventFilter function and implement the detection yourself