gpt4 book ai didi

qt - 检测 hiDPI 模式

转载 作者:行者123 更新时间:2023-12-03 04:13:28 25 4
gpt4 key购买 nike

在 OS X 上使用 Qt 4.8.4 - 桌面应用程序开发。我需要能够在绘制时检测我是否在 hiDPI 显示器(“视网膜”)上。有谁知道如何实现这一目标?

最佳答案

您可以在 Qt 5 中使用 QScreen 来实现此目的,在 Qt 4 中您可以使用 Qt Mobility 中的 QSystemDisplayInfo 类。

对于 Qt 4

QSystemDisplayInfo - http://doc.qt.digia.com/qtmobility/qsystemdisplayinfo.html

相关方法是getDPIHeightgetDPIWidth

您还可以使用QDesktopWidgetphysicalDpiXphysicalDpiY方法。

对于 Qt 5

使用QScreen - http://qt-project.org/doc/qt-5.0/qtgui/qscreen.html#physicalDotsPerInch-prop

((QGuiApplication*)QCoreApplication::instance())
->primaryScreen()->physicalDotsPerInch()

还有physicalDotsPerInchXphysicalDotsPerInchY

关于qt - 检测 hiDPI 模式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16527971/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com