QT QFileDialog how to hide hidden/backup folders (".folder")
Posted
by Alberto Toglia
on Stack Overflow
See other posts from Stack Overflow
or by Alberto Toglia
Published on 2010-06-11T08:42:53Z
Indexed on
2010/06/11
9:02 UTC
Read the original article
Hit count: 291
Basically when browsing folders inside a QFileDialog I find very annoying to have everything bloated with hidden or backup folders (don't know how to call them really); specially on home.
Is there a way to prevent these type of folders from showing by default on a QFileDialog?
I'm using Qt4.6 and getOpenFileName.
P.D.: I'm starting to think this might be an ubuntu thing...?
© Stack Overflow or respective owner