aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/includes/qqmlcomponent.qdoc
blob: fcc6fdc80221fa5a43bea58839a3205d18476b68 (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 GFDL-1.3-no-invariants-only

//! [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]