- 这是一款基于Qt5实现的跨平台屏幕分辨率检测小工具,其中包括Windows平台的GetSystemMetrics()方法、Linux平台的XDisplay()方法,以及Qt的QApplication::desktop()->screenGeometry()方法。
- 软件代码已经尽量简化。
- 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.