gpt4 book ai didi

c++ - Qt:如何在启动新进程后关闭应用程序?

转载 作者:行者123 更新时间:2023-11-27 23:02:29 24 4
gpt4 key购买 nike

我正在使用 QProcess::startDetached() 从我的应用程序开始一个新进程。启动这个新进程后,我希望我的应用程序退出。我该怎么做?

最佳答案

您可以使用 qApp宏如下:qApp->quit();

应包含

QApplicationQCoreApplication header 。

void QCoreApplication::quit () [静态槽]

Tells the application to exit with return code 0 (success). Equivalent to calling QCoreApplication::exit(0).

关于c++ - Qt:如何在启动新进程后关闭应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26390808/

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