Itemview (QFileSystemModel)
General and Desktop
3
Posts
2
Posters
1.4k
Views
1
Watching
-
hi there i want to customize the QFileDialog, actually I dont want few dir named "data-Production-Folders1" to be navigatable in the file dialog. So wahat i am doing is setting my own proxymodel on my file dialog using QFileDialog::setProxyModel().
But I am not sure which virtual function to re implement for this, indeed i dont know how i can show the folder in filedialog ""data-Production-Folders1" but dont allow user to click on this and go inside this folder.can any one please help?