aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/customization/data/styles/identified/TextArea.qml
blob: a7d4e212f099263a9d7dd11a87e2b023fe883e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick
import QtQuick.Templates as T

T.TextArea {
    id: control
    objectName: "textarea-identified"

    background: Item {
        id: background
        objectName: "textarea-background-identified"
    }
}