QT的GUI程序如何执行需要在cmd中执行的exe文件?例如libsvm里的svmtrain.exe 或者qmake之类的程序 [解决办法]QProcess p;p.start("svmtrain.exe");