This commit is contained in:
zhuzichu
2023-07-14 16:15:25 +08:00
parent 5ac0ba7463
commit 0810572e27
3 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ import "qrc:///example/qml/component"
FluScrollablePage{
title:"TimePicker"
launchMode: FluPage.SingleInstance
FluArea{
Layout.fillWidth: true
Layout.topMargin: 20
@ -60,10 +60,10 @@ FluScrollablePage{
}
FluTimePicker{
hourFormat:FluTimePicker.HH
onCurrentChanged: {
showSuccess(current.toLocaleTimeString(Qt.locale("de_DE")))
}
hourFormat:FluTimePicker.HH
onCurrentChanged: {
showSuccess(current.toLocaleTimeString(Qt.locale("de_DE")))
}
}
}