需要用到的头文件
#include <QDesktopServices>
#include <QUrl>
#include <QTextCodec>
使用 QDesktopServices::openUrl(QUrl(QUrl::fromLocalFile(xxx)));打开任意路径的文件
加上settings.setIniCodec(QTextCodec::codecForName(“UTF-8”));可以读取配置文件中的中文,否则会乱码。
实例:
QSettings settings("./cf