Can I use Qt to pick/open files on shared folder?
I’ve tried to use QFileDialog, but it seems that there is no “network” category, as in standrd windows explorer.
Can I use Qt to pick/open files on shared folder? I’ve tried to use
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to specify which version of Qt you are using. Versions 4.7+ have support for native file dialogs and use them by default. See the accepted answer here:
In previous versions, there was no easy way to show network shares in the QFileDialog on Windows.