aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/includes/qqmlcomponent.qdoc
blob: 77d9fa90e99fd3f80c4c0d4f0d9bd9be96cc22ff (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//! [url-note]
Ensure that the URL provided is full and correct, in particular, use
\l QUrl::fromLocalFile() when loading a file from the local filesystem.

Relative paths will be resolved against
\l {QQmlEngine::baseUrl}{QQmlEngine::baseUrl()}, which is the current working directory
unless specified.
//! [url-note]