Qmmp
|
#include <filedialogfactory.h>
Public Member Functions | |
FileDialogProperties () | |
Public Attributes | |
bool | hasAbout |
QString | name |
QString | shortName |
bool | modal |
Helper class to store file dialog plugin properties.
FileDialogProperties | ( | ) | [inline] |
Constructor
bool hasAbout |
Should be true if the file dialog plugin has about dialog, otherwise should be false
bool modal |
Should be true if the file dialog doesn't support nonmodal mode, otherwise should be false
QString name |
File dialog plugin full name
QString shortName |
File dialog short name for internal usage