Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmlstandardpaths.cpp File Reference

(11348012d0829fb23712c7194d4045f0428fb5a0)

#include "qqmlstandardpaths_p.h"
#include <QtQml/qqmlengine.h>
#include "moc_qqmlstandardpaths_p.cpp"
Include dependency graph for qqmlstandardpaths.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE QList< QUrltoUrlList (const QStringList &paths)
 \qmltype StandardPaths \inherits QtObject \inqmlmodule QtCore

Function Documentation

◆ toUrlList()

QT_BEGIN_NAMESPACE QList< QUrl > toUrlList ( const QStringList & paths)
static

\qmltype StandardPaths \inherits QtObject \inqmlmodule QtCore

Since
6.2

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

See also
QStandardPaths

Definition at line 28 of file qqmlstandardpaths.cpp.