Qt选择文件路径

QString file_path = QFileDialog::getExistingDirectory(this, "请选择文件路径...", "./");
if(file_path.isEmpty())
{
    return;
}
posted @ 2018-08-22 14:15  thomas_blog  阅读(1392)  评论(0编辑  收藏  举报