Main public logs
Combined display of all available logs of Qt Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:35, 29 January 2026 Shawn Luo talk contribs created page Qt for HarmonyOS/user development guide/qt for harmonyos color theme zh (Created page with " '''中文''' English = Qt for HarmonyOS 主题设置接口说明 = Qt 在 HarmonyOS(OHOS)平台上提供了一组接口,用于控制和感知应用的主题模式(浅色 / 深色 / 跟随系统)。 ---- == 1. 接口说明 == === 1.1 查询当前主题状态 === <syntaxhighlight lang="cpp"> bool QOhosAppContext::darkThemeActive() const </syntaxhighlight> 用于判断 Qt 程序当前...")