QT中启动如何打开.chm

QT中启动怎么打开.chm所要包含的头文件#include QProcess QProcess * mp_helpProcess newQProcess(this

QT中启动怎么打开.chm

所要包含的头文件

#include <QProcess>

 

QProcess * mp_helpProcess= newQProcess(this);

QStringList argument("help.chm");
mp_helpProcess->start("hh.exe", argument);//运行另一个程序片段的代码