Skip to content

Commit

Permalink
支持MP4录制
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzhuohua committed Jun 15, 2024
1 parent 21dbf35 commit 916351f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ApplicationWindow {
border.color: "#55222222"
border.width: 1
Row{
anchors.fill:parent
height:parent.height
padding:5
spacing:5
Text {
Expand All @@ -59,6 +59,14 @@ ApplicationWindow {
});
}
}


}
Row{
anchors.right:parent.right
height:parent.height
padding:5
spacing:5
Rectangle {
height:20
width:30
Expand Down Expand Up @@ -133,7 +141,6 @@ ApplicationWindow {
}
}
}

}
}
}
Expand Down

0 comments on commit 916351f

Please sign in to comment.