1 #ifndef EXPORTOOFILEDIALOG
2 #define EXPORTOOFILEDIALOG
9 /*! \brief Dialog to select output file and format for Open Office documents
11 This is an overloaded QFileDialog, which allows to select templates by setting a type.
14 class ExportOOFileDialog:public QFileDialog
20 ExportOOFileDialog (QWidget * parent = 0, const QString &caption=QString());
22 QString selectedConfig();
23 QString selectedFile();
27 void newConfigPath (const QString&f);
31 void addFilter(const QString &);
32 void scanExportConfigs(QDir );
33 QStringList configPaths;