How to select file while Browse in findFiles example without find file button?
General and Desktop
4
Posts
3
Posters
2.0k
Views
1
Watching
-
Do you know about Qt's awesome "API documentation":https://qt-project.org/doc/qt-4.8/qfiledialog.html#getOpenFileName ?
-
[quote author="sabby" date="1356953150"]
if you use QFileDialog::getOpenFileName, you can browse files and add them.[/quote]That's Right...!!! QFileDialog::getOpenFileName () can be used to return the Existing Files selected by the user...
Thanks & Regards...