add FpsItem

This commit is contained in:
zhuzichu
2023-08-28 17:14:21 +08:00
parent 82a3f85f10
commit 5fc7ae7e89
5 changed files with 70 additions and 0 deletions

View File

@ -283,6 +283,21 @@ CustomWindow {
id:http
}
FpsItem{
id:fps_item
}
FluText{
text:"fps %1".arg(fps_item.fps)
opacity: 0.3
anchors{
bottom: parent.bottom
right: parent.right
bottomMargin: 5
rightMargin: 5
}
}
FluContentDialog{
property string newVerson
property string body