2022-08-19 15:59:36 +02:00
|
|
|
// Copyright (C) 2021 The Qt Company Ltd.
|
|
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0
|
2020-02-13 16:11:36 +01:00
|
|
|
|
2021-07-26 17:59:55 +02:00
|
|
|
import QtQuick 2.15
|
|
|
|
|
import QtQuick.Layouts 1.15
|
2020-02-13 16:11:36 +01:00
|
|
|
import HelperWidgets 2.0
|
2021-07-26 17:59:55 +02:00
|
|
|
|
2020-02-13 16:11:36 +01:00
|
|
|
Column {
|
|
|
|
|
anchors.left: parent.left
|
|
|
|
|
anchors.right: parent.right
|
|
|
|
|
|
|
|
|
|
AnimationSection {
|
|
|
|
|
showDuration: false
|
|
|
|
|
}
|
|
|
|
|
}
|