mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-01-23 04:14:35 +08:00
update
This commit is contained in:
parent
479e21097c
commit
1c63d027bb
@ -466,12 +466,6 @@ Rectangle {
|
||||
}
|
||||
onClicked: {
|
||||
d.displayDate = new Date(layout_congrol.year,month)
|
||||
timer_delay_start.restart()
|
||||
}
|
||||
Timer{
|
||||
id:timer_delay_start
|
||||
interval: 100
|
||||
onTriggered: {
|
||||
d.pageIndex = 0
|
||||
}
|
||||
}
|
||||
@ -480,7 +474,6 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Component{
|
||||
id:com_page_one
|
||||
ColumnLayout {
|
||||
|
@ -465,12 +465,6 @@ Rectangle {
|
||||
}
|
||||
onClicked: {
|
||||
d.displayDate = new Date(layout_congrol.year,month)
|
||||
timer_delay_start.restart()
|
||||
}
|
||||
Timer{
|
||||
id:timer_delay_start
|
||||
interval: 100
|
||||
onTriggered: {
|
||||
d.pageIndex = 0
|
||||
}
|
||||
}
|
||||
@ -479,7 +473,6 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Component{
|
||||
id:com_page_one
|
||||
ColumnLayout {
|
||||
|
Loading…
Reference in New Issue
Block a user