First Commit
This commit is contained in:
32
3rdparty/kddockwidgets/tests/main343_2.qml
vendored
Normal file
32
3rdparty/kddockwidgets/tests/main343_2.qml
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
/*
|
||||
This file is part of KDDockWidgets.
|
||||
|
||||
SPDX-FileCopyrightText: 2023 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
|
||||
Author: Sergio Martins <sergio.martins@kdab.com>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
|
||||
import QtQuick 2.6
|
||||
import QtQuick.Controls 2.12
|
||||
import com.kdab.dockwidgets 2.0 as KDDW
|
||||
|
||||
ApplicationWindow {
|
||||
visible: true
|
||||
width: 1000
|
||||
height: 800
|
||||
|
||||
Item {
|
||||
id: someParent
|
||||
visible: true
|
||||
|
||||
KDDW.DockingArea {
|
||||
visible: true
|
||||
anchors.fill: parent
|
||||
uniqueName: "MyWindowName-1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user