You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a cross-platform screen resolution acquisition tool based on Qt5 implementation, mainly used to learn different platforms to obtain the screen resolution of several methods, including Windows platform GetSystemMetrics() method, Linux platform XDisplay() method, And Qt's QApplication:: Desktop ()->screenGeometry() method.
The software code has been simplified as much as possible.
Operation effect:
Windows:
Linux:
About
Qt实现的获取屏幕分辨率小工具,支持Win/Linux---Get screen resolution widget realized by Qt,Support Win/Linux.