Mike1995
Mike1995

Reputation: 11

How to make new connect monitor primaryScreen

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

Answers (1)

Martin Hennings
Martin Hennings

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

Related Questions