Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F114535
DeviceList.qml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
416 B
Referenced Files
None
Subscribers
None
DeviceList.qml
View Options
/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2023 tusooa <tusooa@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
import
QtQuick
2.2
import
QtQuick
.
Controls
2.15
import
'.'
as
KazvDM
ListView
{
id: deviceList
property
var
devices
property
var
userId
model:
devices
?
devices.count :
0
delegate:
KazvDM
.
Device
{
userId:
deviceList
.
userId
item:
devices
.
at
(
index
)
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 10:45 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40272
Default Alt Text
DeviceList.qml (416 B)
Attached To
Mode
rK kazv
Attached
Detach File
Event Timeline
Log In to Comment