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.
我用 QML 为 symbian^3 制作了一个游戏。我偶然发现了一个问题。当游戏进入后台时(例如:按下主页按钮),我不知道如何暂停我的游戏。尤其是音乐。它根本无法停止播放。我尝试使用 (status == PageStatus.Inactive) 但它没有用。是否有任何解决方法可以通过 QML 做到这一点?
用于Qt.application.active检查您的应用程序是否在前台。
Qt.application.active
更多信息可以在这里找到。