update FluCalendarPicker

This commit is contained in:
朱子楚\zhuzi
2024-03-15 00:04:15 +08:00
parent 874e861c64
commit 479e21097c
14 changed files with 1145 additions and 1200 deletions

View File

@ -9,22 +9,6 @@ FluScrollablePage{
title: qsTr("CalendarPicker")
FluArea{
Layout.fillWidth: true
Layout.topMargin: 20
height: 350
paddings: 10
FluCalendarView{
}
}
CodeExpander{
Layout.fillWidth: true
Layout.topMargin: -1
code:'FluCalendarView{
}'
}
FluArea{
Layout.fillWidth: true
Layout.topMargin: 20
@ -36,7 +20,6 @@ FluScrollablePage{
left: parent.left
}
FluCalendarPicker{
current:new Date()
onAccepted:{
showSuccess(current.toLocaleString())
}