Change screen resolution from Qt?

I would like to change the screen resolution, and then go into full screen mode with a single activex control (flash player). Obviously, a windows-only solution is great :). Is there a Qt api for this, or do I need to delve into winapi? If so, where do I look (keywords)?

Thanks for the help.

+2
source share
1 answer

Not. There is no Qt API for this. You will need to use the Windows API. See ChangeDisplaySettings

+1
source

Source: https://habr.com/ru/post/919994/


All Articles