Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7892147
TextTemplate.qml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
856 B
Referenced Files
None
Subscribers
None
TextTemplate.qml
View Options
/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2020-2023 tusooa <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
import
'..'
as
Kazv
Types
.
Simple
{
id: upper
property
var
text
default
property
var
children
property
alias
textFormat:
label
.
textFormat
Kazv
.
Bubble
{
id: bubble
Layout.fillWidth:
true
RowLayout
{
Layout.fillWidth:
true
property
var
label:
Kazv
.
SelectableText
{
id: label
Layout.fillWidth:
true
wrapMode:
Text
.
Wrap
text:
upper
.
text
}
data:
[
...(
Array
.
isArray
(
upper
.
children
)
?
upper.children :
upper
.
children
?
[
upper
.
children
]
:
[]),
label
]
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 2, 4:13 AM (11 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
473815
Default Alt Text
TextTemplate.qml (856 B)
Attached To
Mode
rK kazv
Attached
Detach File
Event Timeline
Log In to Comment