This commit is contained in:
zhuzihcu
2023-03-24 18:25:13 +08:00
parent d8d95399cd
commit 6d809efd4b
5 changed files with 163 additions and 30 deletions

View File

@ -7,11 +7,11 @@ import FluentUI 1.0
FluScrollablePage{
title:"ColorPicker"
title:"MediaPlayer"
FluArea{
width: parent.width
height: 280
height: 320
Layout.topMargin: 20
paddings: 10
ColumnLayout{
@ -21,7 +21,10 @@ FluScrollablePage{
}
FluMediaPlayer{
source:{
console.debug("-------------->")
return "http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4"
}
}
}

View File

@ -11,7 +11,7 @@ FluWindow {
width: 860
height: 600
title: "FluentUI"
minimumWidth: 500
minimumWidth: 520
minimumHeight: 400
FluAppBar{