阅读背景:

Qt中如何启动其他应用程序(QProcess)

来源:互联网 
 QPushButton *push_button  = new QPushButton(this);
 connect(push_button, SIGNAL(clicked()), this, SLOT(startProcess()));
 process = new QProcess();
 QObject::connect(process, SIGNAL(error(QProcess::ProcessError)), this, SLOT(processError (QProcess::ProcessError)));


 QPushButton *push_button  = new QPushButton(th



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: