Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F140303
MainPage.qml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
MainPage.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
6.6
import
QtQuick
.
Controls
2.15
import
moe
.
kazv
.
mxc
.
kazv
0.0
as
MK
import
org
.
kde
.
kirigami
2.13
as
Kirigami
import
'.'
as
Kazv
Kirigami
.
ScrollablePage
{
title:
l10n
.
get
(
'main-page-title'
,
{
userId:
matrixSdk
.
userId
})
property
var
currentTagId:
''
onCurrentTagIdChanged:
sdkVars
.
roomList
.
setTagId
(
currentTagId
)
header:
ColumnLayout
{
spacing:
0
TextField
{
text:
sdkVars
.
roomList
.
filter
onTextChanged:
sdkVars
.
roomList
.
filter
=
text
placeholderText:
l10n
.
get
(
'main-page-room-filter-prompt'
)
Layout.fillWidth:
true
}
TabBar
{
Layout.fillWidth:
true
TabButton
{
icon.name:
'clock'
text:
l10n
.
get
(
'main-page-recent-tab-title'
)
onClicked:
currentTagId
=
''
checkable:
true
checked:
currentTagId
===
''
}
TabButton
{
icon.name:
'non-starred-symbolic'
text:
l10n
.
get
(
'main-page-favourites-tab-title'
)
onClicked:
currentTagId
=
'm.favourite'
checkable:
true
checked:
currentTagId
===
'm.favourite'
}
}
}
Kazv
.
RoomListView
{
roomList:
sdkVars
.
roomList
anchors.fill:
parent
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 5:16 PM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55342
Default Alt Text
MainPage.qml (1 KB)
Attached To
Mode
rK kazv
Attached
Detach File
Event Timeline
Log In to Comment