![]() |
Qt 6.x
The Qt SDK
|
#include "qqmlstandardpaths_p.h"
#include <QtQml/qqmlengine.h>
#include "moc_qqmlstandardpaths_p.cpp"
Go to the source code of this file.
Functions | |
static QT_BEGIN_NAMESPACE QList< QUrl > | toUrlList (const QStringList &paths) |
\qmltype StandardPaths \inherits QtObject \inqmlmodule QtCore | |
|
static |
\qmltype StandardPaths \inherits QtObject \inqmlmodule QtCore
Provides access to the standard system paths.
The StandardPaths singleton type provides methods for querying the standard system paths.
\qml property url documentsFolder: StandardPaths.writableLocation(StandardPaths.DocumentsLocation) \endqml
Definition at line 27 of file qqmlstandardpaths.cpp.
References QUrl::fromLocalFile(), and QList< T >::reserve().
Referenced by QQmlStandardPaths::locateAll(), and QQmlStandardPaths::standardLocations().