2015-11-26 18:15:00 +01:00
|
|
|
/*
|
2020-08-13 19:08:54 +00:00
|
|
|
SPDX-FileCopyrightText: 2015 Marco Martin <mart@kde.org>
|
|
|
|
|
|
|
|
SPDX-License-Identifier: LGPL-2.0-or-later
|
|
|
|
*/
|
2015-11-26 18:15:00 +01:00
|
|
|
|
|
|
|
import QtQuick 2.1
|
|
|
|
|
|
|
|
Item {
|
|
|
|
id: plasmoidContainer
|
|
|
|
width: 300
|
|
|
|
height: 300
|
|
|
|
property Item applet
|
|
|
|
}
|