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.
我在 Qt 中创建了一个应用程序,在显示输入 root 密码的对话框后,我使用 QProcess 以 root 身份启动进程。新进程以 root 身份运行。如果我使用按钮终止应用程序,则子进程不会终止。当主应用程序终止时,如何确保子进程也终止?