Search code examples
pythonqtuser-interfaceeric-ide

Eric IDE, Qt File Dialog: show hidden files


How am I supposed to handle hidden files like .gitignore in my Eric project? Open Dialog does not seem to have an option to show hidden files; I couldn't find any such option anywhere in settings or configurations. Is there a solution?


Solution

  • With the Qt File Dialog, you can right click on the file list. Show Hidden Files checkbox is on the context menu.