Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2577131
RoomPage.qml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
554 B
Referenced Files
None
Subscribers
None
RoomPage.qml
View Options
/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2020 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
Kazv
Kirigami
.
ScrollablePage
{
id: roomPage
property
string
roomId:
''
property
var
room:
sdkVars
.
roomList
.
room
(
roomId
)
title:
room
.
name
||
roomId
RoomTimelineView
{
timeline:
room
.
timeline
()
}
footer:
Kazv
.
SendMessageBox
{
room:
roomPage
.
room
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 24, 2:50 AM (19 m, 34 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
234421
Default Alt Text
RoomPage.qml (554 B)
Attached To
Mode
rK kazv
Attached
Detach File
Event Timeline
Log In to Comment