20 #ifndef FILEDIALOGFACTORY_H 21 #define FILEDIALOGFACTORY_H 71 virtual void showAbout(QWidget *parent) = 0;
76 virtual QTranslator *createTranslator(QObject *parent) = 0;
The FileDialog class is the base interface class of the file dialogs.
Definition: filedialog.h:35
FileDialogProperties()
Definition: filedialogfactory.h:37
bool hasAbout
Definition: filedialogfactory.h:42
virtual ~FileDialogFactory()
Definition: filedialogfactory.h:58
File dialog plugin interface.
Definition: filedialogfactory.h:52
QString shortName
Definition: filedialogfactory.h:45
bool modal
Definition: filedialogfactory.h:46
Helper class to store file dialog plugin properties.
Definition: filedialogfactory.h:31
QString name
Definition: filedialogfactory.h:44