Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2577828
RoomTimelineView.qml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
629 B
Referenced Files
None
Subscribers
None
RoomTimelineView.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
ListView
{
id: roomTimelineView
property
var
timeline
property
var
eventIds:
timeline
.
eventIds
property
string
selectedEventId
spacing:
Kirigami
.
Units
.
largeSpacing
model:
timeline
currentIndex:
-
1
verticalLayoutDirection:
ListView
.
BottomToTop
delegate:
EventViewWrapper
{
event:
timeline
.
at
(
index
)
width:
ListView
.
view
.
width
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 24, 2:59 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
88419
Default Alt Text
RoomTimelineView.qml (629 B)
Attached To
Mode
rK kazv
Attached
Detach File
Event Timeline
Log In to Comment