This commit is contained in:
朱子楚\zhuzi 2024-03-15 00:15:52 +08:00
parent 1c63d027bb
commit 2dbbaa50f7
2 changed files with 0 additions and 6 deletions

View File

@ -243,7 +243,6 @@ Rectangle {
var toYear = calender_model.to.getFullYear()
return toYear-fromYear+1
}
snapMode: GridView.SnapOneRow
highlightRangeMode: GridView.StrictlyEnforceRange
onCurrentIndexChanged:{
var year = currentIndex + calender_model.from.getFullYear()
@ -349,7 +348,6 @@ Rectangle {
ListView{
id:listview
ScrollBar.vertical: FluScrollBar {}
snapMode: ListView.SnapOneItem
highlightRangeMode: ListView.StrictlyEnforceRange
clip: true
boundsBehavior: ListView.StopAtBounds
@ -493,7 +491,6 @@ Rectangle {
ListView{
id:listview
property bool isCompleted: false
snapMode: ListView.SnapOneItem
Layout.fillWidth: true
Layout.fillHeight: true
highlightRangeMode: ListView.StrictlyEnforceRange

View File

@ -242,7 +242,6 @@ Rectangle {
var toYear = calender_model.to.getFullYear()
return toYear-fromYear+1
}
snapMode: GridView.SnapOneRow
highlightRangeMode: GridView.StrictlyEnforceRange
onCurrentIndexChanged:{
var year = currentIndex + calender_model.from.getFullYear()
@ -348,7 +347,6 @@ Rectangle {
ListView{
id:listview
ScrollBar.vertical: FluScrollBar {}
snapMode: ListView.SnapOneItem
highlightRangeMode: ListView.StrictlyEnforceRange
clip: true
boundsBehavior: ListView.StopAtBounds
@ -492,7 +490,6 @@ Rectangle {
ListView{
id:listview
property bool isCompleted: false
snapMode: ListView.SnapOneItem
Layout.fillWidth: true
Layout.fillHeight: true
highlightRangeMode: ListView.StrictlyEnforceRange