aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtdesignstudio/examples/Optimal3DScene/Optimal3DScene.qml
blob: 7cbcb93cb0125b208f3b1fb92c60ff332a0a9536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick 2.12
import Optimal3DScene 1.0

Item {
    width: Constants.width
    height: Constants.height

    Screen01 {
    }
}