aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/quickshapes/weatherforecast/DemoShape.qml
blob: e0719d39f950d38fc6e9a6acb7f180d707d50aa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick
import QtQuick.Shapes

Shape {
    id: item
    preferredRendererType: mainWindow.preferredRendererType
    property string svg_id
    containsMode: Shape.FillContains
}