QT打开PDF文件或图片等1.头文件12#include <QDesktopServices>#include <QUrl> 2.利用系统自带软件打开123QString pdfFile=“XXX.pdf”; //完整的路径+文件名,如“C:/pdfFile.pdf”//QString pdfFile = QApplication::applicationDirPath() + "/xxx.pdf";QDesktopServices::openUrl(QUrl::fromLocalFile(pdfFile)); #Qt#打开文件 Newer set Older C++中的ios::sync_with_stdio(false)关闭缓冲同步