Home > Mobile >  How to let QFileDialog don't show hidden folder
How to let QFileDialog don't show hidden folder

Time:09-25

As title, I am a packing directory has built a folder, used to save the data, set up the folder is not visible, hidden, but the use of qt QFileDialog after the open file dialog box, you can see my hidden folder,
How do I at qfiledialog file dialog shows have hidden folder,

CodePudding user response:

There should be a help document, the following should be turned over to help document the
https://blog.csdn.net/feiyangyangfei/article/details/8537398

CodePudding user response:

reference 1st floor lishadowl response:
there should be a help document, the following should be turned over to help document the
https://blog.csdn.net/feiyangyangfei/article/details/8537398

I saw the post, he below a
QFiledialog: : setShowHiddenFile () this function, but I didn't find this function in the qt, checked the, this function is the function in the old version of qt, the new version has gone

CodePudding user response:

refer to the second floor weixin_42868530 response:
Quote: refer to 1st floor lishadowl response:
there should be a help document, the following should be turned over to help document the
https://blog.csdn.net/feiyangyangfei/article/details/8537398

I saw the post, he below a
QFiledialog: : setShowHiddenFile () this function, but I didn't find this function in the qt, checked the, this function is the function in the old version of qt, the new version has no

Bai==it is their turn to help document
  •  Tags:  
  • Qt
  • Related