Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经最大化了 QT 创建的应用程序。我的屏幕分辨率是 1920x1080,MainWindow 设置的几何图形也是 1920x1080。但是,当我在其他分辨率(如 1366x728、按钮、放置在屏幕分辨率之外的图像)上运行我的应用程序时,这会出现问题。
如何在 Qt 中创建可扩展的应用程序?支持多屏幕分辨率。(仅限 Windows)。