aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklayouts/data/rowlayout/ContainerUser2.qml
blob: 46fbae02a00a8b02a04f47ee42e3f63379a4b14f (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

import QtQuick 2.6

Container2 {
    visible: true
    Item {}
}