qt how to make a file browser

Solutions on MaxInterview for qt how to make a file browser by the best coders in the world

showing results for - "qt how to make a file browser"
Killian
26 May 2019
1QString fileName = QFileDialog::getOpenFileName(this, tr("Open File"),
2                                                "/home", tr("Images (*.png *.jpg)") );