This commit is contained in:
zhuzichu
2023-07-03 18:08:25 +08:00
parent 0d4dd483da
commit 7dea573069
14 changed files with 90 additions and 43 deletions

View File

@ -8,6 +8,7 @@ import FluentUI
FluScrollablePage{
pageMode: FluNavigationView.SingleTask
animDisabled: true
ListModel{
id:model_header

View File

@ -11,7 +11,7 @@ FluScrollablePage{
FluArea{
Layout.fillWidth: true
height: 300
height: 260
paddings: 10
Layout.topMargin: 20
Column{

View File

@ -16,7 +16,7 @@ CustomWindow {
height: 640
closeDestory:false
minimumWidth: 520
minimumHeight: 460
minimumHeight: 200
appBarVisible: false
launchMode: FluWindow.SingleTask
@ -95,7 +95,7 @@ CustomWindow {
when: flipable.flipped
}
transitions: Transition {
NumberAnimation { target: flipable; property: "flipAngle"; duration: 1000 ; easing.type: Easing.OutQuad}
NumberAnimation { target: flipable; property: "flipAngle"; duration: 1000 ; easing.type: Easing.OutCubic}
}
back: Item{
anchors.fill: flipable