Page MenuHomePhorge

Notice.qml
No OneTemporary

Size
433 B
Referenced Files
None
Subscribers
None

Notice.qml

/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2020-2021 Tusooa Zhu <tusooa@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import QtQuick 2.2
import QtQuick.Layouts 1.15
import QtQuick.Controls 2.15
import org.kde.kirigami 2.13 as Kirigami
import '.' as Types
Types.TextTemplate {
id: upper
text: getText()
Label {
text: '-*-'
}
function getText() {
return event.content.body;
}
}

File Metadata

Mime Type
text/plain
Expires
Tue, Jun 24, 4:04 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
89810
Default Alt Text
Notice.qml (433 B)

Event Timeline