aboutsummaryrefslogtreecommitdiffstats
path: root/src/labs/stylekit/impl/BackgroundDelegate.qml
blob: 3704f3fdacef3053295dba722ebe992974f6d3f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
// Qt-Security score:significant reason:default

import QtQuick
import Qt.labs.StyleKit
import Qt.labs.StyleKit.impl

DelegateContainer {
    required property StyleKitDelegateProperties backgroundProperties
    delegateProperties: backgroundProperties
}