2022-05-13 13:12:05 +00:00
|
|
|
// Copyright (C) 2017 The Qt Company Ltd.
|
2024-02-22 14:51:16 +00:00
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2022-08-31 07:59:05 +00:00
|
|
|
import QtQuick
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
Image {
|
2023-05-02 08:22:04 +00:00
|
|
|
width: 300
|
|
|
|
height: 214
|
|
|
|
source: "https://www.qt.io/hs-fs/hubfs/Qt-logo-neon_900px.png"
|
2011-04-27 10:05:43 +00:00
|
|
|
}
|