aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/networkaccessmanagerfactory/view.qml
blob: f3c845fabd431ede52a4738765be20233de5523d (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick

Image {
    width: 200
    height: 100
    source: "http://doc.qt.io/qt-6/images/logo.png"
}