Qt 用户通过对话框选择文件
摘要:
void class::on_pushButton_clicked() { fileFullPath = QFileDialog::getOpenFileName(this, tr("Select a File"), ".", tr("Images (*.png *.xpm *.jpg)")); } 阅读全文
posted @ 2019-07-04 16:25 liujx2019 阅读(308) 评论(0) 推荐(0)