2022-08-19 15:59:36 +02:00
|
|
|
// Copyright (C) 2020 The Qt Company Ltd.
|
|
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
2020-10-30 12:32:34 +02:00
|
|
|
|
|
|
|
|
import QtQuick 2.12
|
|
|
|
|
import Optimal3DScene 1.0
|
|
|
|
|
|
|
|
|
|
Item {
|
|
|
|
|
width: Constants.width
|
|
|
|
|
height: Constants.height
|
|
|
|
|
|
|
|
|
|
Screen01 {
|
|
|
|
|
}
|
|
|
|
|
}
|