Reputation: 11
I have a program, which can identify all monitors ,but if we get determined monitor, we must make its primaryScreen(), but I don t know how it doing, in advance Thanks
Upvotes: 0
Views: 171
Reputation: 16846
primaryScreen()
is a value Qt reads from the operating system.
You need to change your primary screen in your OS display settings. Qt can't do that out of the box.
Upvotes: 1