Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmlcomponent.qdoc
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4//! [url-note]
5Ensure that the URL provided is full and correct, in particular, use
6\l QUrl::fromLocalFile() when loading a file from the local filesystem.
7
8Relative paths will be resolved against
9\l {QQmlEngine::baseUrl}{QQmlEngine::baseUrl()}, which is the current working directory
10unless specified.
11//! [url-note]