1 #ifndef EXPORTOOFILEDIALOG
2 #define EXPORTOOFILEDIALOG
10 extern Options options;
11 extern QDir vymBaseDir;
13 /*! \brief Dialog to select output file and format for Open Office documents
15 This is an overloaded QFileDialog, which allows to select templates by setting a type.
18 class ExportOOFileDialog:public QFileDialog
24 ExportOOFileDialog (QWidget * parent , const QString &caption=QString());
26 QString selectedConfig();
27 QString selectedFile();
31 void newConfigPath (const QString&f);
35 void addFilter(const QString &);
36 void scanExportConfigs(QDir );
37 QStringList configPaths;