您的位置:首页 > 编程语言 > Qt开发

QT中启动怎么打开.chm

2013-03-03 13:19 218 查看
所要包含的头文件

#include <QProcess>

QProcess
* mp_helpProcess
= new
QProcess(this);

QStringList argument("help.chm");

mp_helpProcess->start("hh.exe", argument);//运行另一个程序片段的代码
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: