![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 28 of file qqmlstandardpaths.cpp.