1 #ifndef __FILEDIALOG_H__
2 #define __FILEDIALOG_H__
8 * File Open / Save dialogs.
13 //FileDialog(QWidget* parent=0, const char* name=0, WFlags f=0);
14 //virtual ~FileDialog();
16 static QString getOpenFileName(QWidget * parent, RS2::FormatType * type = NULL);
17 static QString getSaveFileName(QWidget * parent, RS2::FormatType * type = NULL);
20 #endif // __FILEDIALOG_H__