方法1、
//在需要的地方
QString path;
QDir dir;
path=dir.currentPath();
QMessageBox::warning(0,"PATH",path,QMessageBox::Yes);//查看路径
方法2、
QCoreApplication::applicationDirPath();
这是程序所在路径,楼主需要似乎是程序的工作路径
方法1、
//在需要的地方
QString path;
QDir dir;
path=dir.currentPath();
QMessageBox::warning(0,"PATH",path,QMessageBox::Yes);//查看路径
方法2、
QCoreApplication::applicationDirPath();
这是程序所在路径,楼主需要似乎是程序的工作路径