Warning, /plasma/libplasma/templates/qml-plasmoid6-with-qml-extension/package/contents/ui/main.qml is written in an unsupported language. File is not indexed.
0001 /* 0002 SPDX-FileCopyrightText: %{CURRENT_YEAR} %{AUTHOR} <%{EMAIL}> 0003 SPDX-License-Identifier: LGPL-2.1-or-later 0004 */ 0005 0006 import QtQuick 0007 import QtQuick.Layouts 0008 import org.kde.plasma.plasmoid 0009 import org.kde.plasma.components as PlasmaComponents 0010 0011 import org.kde.plasma.private.%{APPNAMELC} 1.0 0012 0013 Item { 0014 Plasmoid.fullRepresentation: ColumnLayout { 0015 anchors.fill: parent 0016 PlasmaComponents.Label { 0017 Layout.alignment: Qt.AlignCenter 0018 text: HelloWorld.text 0019 } 0020 } 0021 }