36 static bool showFolder(
const QString &localFilePath,
const QString &startupId = QString());
37 static bool showFolders(
const QList<QString> &localFilePaths,
const QString &startupId = QString());
38 static bool showFolder(
const QUrl &url,
const QString &startupId = QString());
39 static bool showFolders(
const QList<QUrl> &urls,
const QString &startupId = QString());
41 static bool showFileItemProperty(
const QString &localFilePath,
const QString &startupId = QString());
42 static bool showFileItemProperties(
const QList<QString> &localFilePaths,
const QString &startupId = QString());
43 static bool showFileItemProperty(
const QUrl &url,
const QString &startupId = QString());
44 static bool showFileItemProperties(
const QList<QUrl> &urls,
const QString &startupId = QString());
46 static bool showFileItem(
const QString &localFilePath,
const QString &startupId = QString());
47 static bool showFileItems(
const QList<QString> &localFilePaths,
const QString &startupId = QString());
48 static bool showFileItem(
const QUrl &url,
const QString &startupId = QString());
49 static bool showFileItems(
const QList<QUrl> &urls,
const QString &startupId = QString());
51 static bool trash(
const QString &localFilePath);
52 static bool trash(
const QList<QString> &localFilePaths);
53 static bool trash(
const QUrl &url);
54 static bool trash(
const QList<QUrl> &urls);
57 static bool playSystemSoundEffect(
const QString &name);
59 static bool previewSystemSoundEffect(
const QString &name);
62 static QString errorMessage();