This commit is contained in:
朱子楚\zhuzi
2023-08-24 21:43:16 +08:00
parent a1199a9e9c
commit ba565e1ee8
18 changed files with 218 additions and 40 deletions

View File

@ -27,7 +27,8 @@ FluScrollablePage{
}
FluTimePicker{
onCurrentChanged: {
current: new Date()
onAccepted: {
showSuccess(current.toLocaleTimeString(Qt.locale("de_DE")))
}
}
@ -61,7 +62,7 @@ FluScrollablePage{
FluTimePicker{
hourFormat:FluTimePickerType.HH
onCurrentChanged: {
onAccepted: {
showSuccess(current.toLocaleTimeString(Qt.locale("de_DE")))
}
}