QProcess 若是直接 使用 QProcess.start()在主程序还未退出的时候能够跑,一旦主程序退出,QProcess也将退出;若是使用 QProcess.startDetached() 就能够在主程序退出的时候,继续跑,方便用来更新本省程序的exe.ide