gpt4 book ai didi

c++ - Qt设置iOS屏幕方向

转载 作者:行者123 更新时间:2023-12-01 13:48:18 27 4
gpt4 key购买 nike

在 Qt 中开发跨平台应用程序。我需要能够强制几页的屏幕方向。我已经找到了一种适用于 Android 的方法,但我找不到适用于 iOS 的任何东西。

有没有办法在iOS中强制设置屏幕方向?

更好的是,是否有一个调用可以为任何给定的移动平台设置屏幕方向?

谢谢!

最佳答案

看看这里:

https://doc.qt.io/qt-5/qml-qtquick-window-screen.html#orientation-attached-prop

您可以将 Screen.orientation(或 Screen.primaryOrientation)属性写入您自己的属性并使用 onChanged 事件处理程序来获取信号,例如:

readonly property var screenOrientation: Screen.orientation

onScreenOrientationChanged: {
console.log("Orientation Changed!")
}

关于c++ - Qt设置iOS屏幕方向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43456335/

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