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