C Qt Quick Ultralite perspective_transforms Example // Copyright (C) 2024 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial pragma Singleton QtObject { enum Type { Carousel, Circle, Circle2D, Perspective, NumTypes } }