Qt 6.11 is out! See what's new in the release
blog
How to do directory browsing?
General and Desktop
5
Posts
5
Posters
5.5k
Views
1
Watching
-
Like in wondows we do file browsing how can I achieve the same in Qt?
Basically I wanted to provide an UI to user, where he/she can specify directory path, for that he may need to browse folders.
-
"This":http://doc.qt.nokia.com/4.7-snapshot/tools-completer.html could give you some hints
-
Note that Qt provides lots of pre-made dialogs that might achieve the same thing just as well.