Files
KDDockWidgets/examples/qtquick/customtitlebar/Guest4.qml
Sergio Martins d64ff8c6cd examples|qtquick: Show a .qml dockwidget as well
The customtitlebar example only had C++ dock widgets. Now it
has a .qml one too.

While testing issue #325
2022-11-15 18:39:36 +00:00

19 lines
472 B
QML

/*
This file is part of KDDockWidgets.
SPDX-FileCopyrightText: 2020-2022 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.9
Guest {
anchors.fill: parent
background: "qrc:/assets/triangles.png"
logo: "qrc:/assets/KDAB_bubble_white.png"
}