X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=exportoofiledialog.h;fp=exportoofiledialog.h;h=0000000000000000000000000000000000000000;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=ff9bf39fe1e272a8340177553af2b3460d771760;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/exportoofiledialog.h b/exportoofiledialog.h deleted file mode 100644 index ff9bf39..0000000 --- a/exportoofiledialog.h +++ /dev/null @@ -1,37 +0,0 @@ -#ifndef EXPORTOOFILEDIALOG -#define EXPORTOOFILEDIALOG - -#include -#include - -#include "settings.h" - -/*! \brief Dialog to select output file and format for Open Office documents - -This is an overloaded QFileDialog, which allows to select templates by setting a type. -*/ - -class ExportOOFileDialog:public QFileDialog -{ - Q_OBJECT -public: - ExportOOFileDialog(); - - ExportOOFileDialog (QWidget * parent , const QString &caption=QString()); - bool foundConfig(); - QString selectedConfig(); - void show(); - -private slots: - void newConfigPath (const QString&f); - -private: - void init(); - void addFilter(const QString &); - void scanExportConfigs(QDir ); - QStringList configPaths; - QStringList filters; - QString lastFilter; - -}; -#endif