forked from ghostfox/qyouradio
plhabj workding
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user