Qt 6.11 is out! See what's new in the release
blog
"Open file" dialog in Qt
General and Desktop
3
Posts
3
Posters
66.4k
Views
1
Watching
-
I want the application to be able to browse the file system, like windows open file dialog.Is there anything likle that already made on Qt that does that and puts the file into a QFile object?
-
Use QFileDialog.