aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/codemodel/importscheck/007_compositeQmlCopyAndCppAndQml/QtQuick/Controls/Styles/Desktop/FocusFrameStyle.qml
blob: 5530248d30d8fcbc665e07d5cd334e38be3d7842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick 2.1
import QtQuick.Controls 1.1
import QtQuick.Controls.Private 1.0

/*!
    \qmltype FocusFrameStyle
    \internal
    \inqmlmodule QtQuick.Controls.Styles
*/
StyleItem {
    property int margin: -3
    anchors.fill: parent
    elementType: "focusframe"
}