plhabj workding

This commit is contained in:
Dark Steveneq
2025-10-18 23:00:53 +02:00
parent 6fc0736c2d
commit c91fba3ee2
3 changed files with 31 additions and 14 deletions

View File

@@ -4,18 +4,23 @@ import QtQuick.Layouts 6.8
import QYRComponents 1.0
Item {
ColumnLayout {
anchors.fill: parent
property bool loading: true
property bool failed: false
VideoPlayer {}
VideoPlayer {
Layout.fillWidth: true
Layout.fillHeight: false
}
GridView {
anchors.horizontalCenter: parent.horizontalCenter
Layout.fillWidth: true
Layout.fillHeight: true
// anchors.horizontalCenter: parent.horizontalCenter
visible: !loading || !failed
anchors.fill: parent
// anchors.fill: parent
model: ListModel { id: model }
clip: true