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).
- 02:07, 25 December 2025 Shawn Luo talk contribs created page Qt for HarmonyOS/user development/how to start uiless child process zh (Created page with "== 简介 == HarmonyOS 平台支持多进程架构,Qt 通过 '''startNoUiChildProcess''' API 为开发者提供了创建无 UI 子进程并传递启动参数的能力。本指南将详细说明该功能的使用方法、部署步骤,并提供完整的代码示例。 == 功能架构概述 == 在 HarmonyOS 中使用 Qt 子进程功能时,可以参考以下架构原则: * '''主应用进程''' ** 负责 UI 交互和用户界面 ** 通过 QtOhosExtras 模块调...")