Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F140068
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
View Options
diff --git a/src/contents/ui/event-types/MediaBubble.qml b/src/contents/ui/event-types/MediaBubble.qml
index ae875e6..26bbec5 100644
--- a/src/contents/ui/event-types/MediaBubble.qml
+++ b/src/contents/ui/event-types/MediaBubble.qml
@@ -1,42 +1,48 @@
/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2022-2023 nannanko <nannanko@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
+import QtQuick 2.15
+import QtQuick.Layouts 1.15
+import QtQuick.Controls 2.15
+
import moe.kazv.mxc.kazv 0.0 as MK
import '..' as Kazv
Kazv.Bubble {
id: bubble
required property var eventId
required property var serverUrl
required property var fileName
required property var hash
required property var key
required property var iv
property var mediaFileMenu: Kazv.MediaFileMenu {
+ Layout.fillWidth: true
serverUrl: bubble.serverUrl
jobId: bubble.eventId
fileName: bubble.fileName
hash: bubble.hash
key: bubble.key
iv: bubble.iv
onStartDownload: {
progressBar.kazvIOJob = kazvIOManager.getDownloadJob(eventId)
}
}
menuContent: mediaFileMenu.optionMenu
property var progressBar: Kazv.KazvIOMenu {
id: progressBar
+ Layout.fillWidth: true
jobId: upper.mediaId
isUpload: false
kazvIOJob: upper.kazvIOJob
width: parent.width
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Jan 19, 11:43 AM (4 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55139
Default Alt Text
(1 KB)
Attached To
Mode
rK kazv
Attached
Detach File
Event Timeline
Log In to Comment