blob: 0df237b7f5714942b07c4312dcb43a27b1fe2170 (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
//![0]
// main.qml
import QtQuick
Image { source: "images/background.png" }
//![0]
|