aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/macos/CheckBox.qml
blob: 43c12b6c9f3c7c597b6b2e103e644a762004e37c (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2020 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

import QtQuick
import QtQuick.NativeStyle as NativeStyle

NativeStyle.DefaultCheckBox {
    id: control
    readonly property Item __focusFrameTarget: indicator
    readonly property Item __focusFrameStyleItem: indicator
}