20 #ifndef FILEDIALOGFACTORY_H 21 #define FILEDIALOGFACTORY_H 23 #include "qmmpui_export.h" 63 virtual void showAbout(QWidget *parent) = 0;
67 virtual QString translation()
const = 0;
The FileDialog class is the base interface class of the file dialogs.
Definition: filedialog.h:36
Structure to store file dialog plugin properties.
Definition: filedialogfactory.h:32
bool modal
Definition: filedialogfactory.h:38
QString name
Definition: filedialogfactory.h:36
virtual ~FileDialogFactory()
Definition: filedialogfactory.h:50
QString shortName
Definition: filedialogfactory.h:37
File dialog plugin interface.
Definition: filedialogfactory.h:44
bool hasAbout
Definition: filedialogfactory.h:34