Switch to side-by-side view

--- a/src/qtgui/guiutils.h
+++ b/src/qtgui/guiutils.h
@@ -131,4 +131,8 @@
 
 extern QString g_stringAllStem, g_stringNoStem;
 
+/** Specialized version of the qt file dialog. Can't use getOpenFile()
+   etc. cause they hide dot files... */
+extern QString myGetFileName(bool isdir, QString caption = QString());
+
 #endif /* _GUIUTILS_H_INCLUDED_ */