plasma-framework/examples/containments/testcontainment/contents/ui/PlasmoidContainer.qml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
227 B
QML
Raw Normal View History

/*
SPDX-FileCopyrightText: 2015 Marco Martin <mart@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
import QtQuick 2.1
Item {
id: plasmoidContainer
width: 300
height: 300
property Item applet
}