当前位置:网站首页>QT pop up open file dialog box QFileDialog

QT pop up open file dialog box QFileDialog

2022-06-25 14:50:00 Happy Jiajia

qt And The open file dialog box pops up

QString fileName = QFileDialog::getOpenFileName(this);
if (!fileName.isEmpty()) {
    ui->textEdit->setVisible(this);
}
原网站

版权声明
本文为[Happy Jiajia]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202200519091129.html