73QUrl QQmlStandardPaths::locate(QStandardPaths::StandardLocation type,
const QString &fileName,
74 QStandardPaths::LocateOptions options)
const
76 return QUrl::fromLocalFile(QStandardPaths::locate(type, fileName, options));
86QList<QUrl> QQmlStandardPaths::locateAll(QStandardPaths::StandardLocation type,
const QString &fileName,
87 QStandardPaths::LocateOptions options)
const
89 return toUrlList(QStandardPaths::locateAll(type, fileName, options));