mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-09 00:05:39 +08:00
update
This commit is contained in:
parent
1c63d027bb
commit
2dbbaa50f7
@ -243,7 +243,6 @@ Rectangle {
|
|||||||
var toYear = calender_model.to.getFullYear()
|
var toYear = calender_model.to.getFullYear()
|
||||||
return toYear-fromYear+1
|
return toYear-fromYear+1
|
||||||
}
|
}
|
||||||
snapMode: GridView.SnapOneRow
|
|
||||||
highlightRangeMode: GridView.StrictlyEnforceRange
|
highlightRangeMode: GridView.StrictlyEnforceRange
|
||||||
onCurrentIndexChanged:{
|
onCurrentIndexChanged:{
|
||||||
var year = currentIndex + calender_model.from.getFullYear()
|
var year = currentIndex + calender_model.from.getFullYear()
|
||||||
@ -349,7 +348,6 @@ Rectangle {
|
|||||||
ListView{
|
ListView{
|
||||||
id:listview
|
id:listview
|
||||||
ScrollBar.vertical: FluScrollBar {}
|
ScrollBar.vertical: FluScrollBar {}
|
||||||
snapMode: ListView.SnapOneItem
|
|
||||||
highlightRangeMode: ListView.StrictlyEnforceRange
|
highlightRangeMode: ListView.StrictlyEnforceRange
|
||||||
clip: true
|
clip: true
|
||||||
boundsBehavior: ListView.StopAtBounds
|
boundsBehavior: ListView.StopAtBounds
|
||||||
@ -493,7 +491,6 @@ Rectangle {
|
|||||||
ListView{
|
ListView{
|
||||||
id:listview
|
id:listview
|
||||||
property bool isCompleted: false
|
property bool isCompleted: false
|
||||||
snapMode: ListView.SnapOneItem
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
highlightRangeMode: ListView.StrictlyEnforceRange
|
highlightRangeMode: ListView.StrictlyEnforceRange
|
||||||
|
@ -242,7 +242,6 @@ Rectangle {
|
|||||||
var toYear = calender_model.to.getFullYear()
|
var toYear = calender_model.to.getFullYear()
|
||||||
return toYear-fromYear+1
|
return toYear-fromYear+1
|
||||||
}
|
}
|
||||||
snapMode: GridView.SnapOneRow
|
|
||||||
highlightRangeMode: GridView.StrictlyEnforceRange
|
highlightRangeMode: GridView.StrictlyEnforceRange
|
||||||
onCurrentIndexChanged:{
|
onCurrentIndexChanged:{
|
||||||
var year = currentIndex + calender_model.from.getFullYear()
|
var year = currentIndex + calender_model.from.getFullYear()
|
||||||
@ -348,7 +347,6 @@ Rectangle {
|
|||||||
ListView{
|
ListView{
|
||||||
id:listview
|
id:listview
|
||||||
ScrollBar.vertical: FluScrollBar {}
|
ScrollBar.vertical: FluScrollBar {}
|
||||||
snapMode: ListView.SnapOneItem
|
|
||||||
highlightRangeMode: ListView.StrictlyEnforceRange
|
highlightRangeMode: ListView.StrictlyEnforceRange
|
||||||
clip: true
|
clip: true
|
||||||
boundsBehavior: ListView.StopAtBounds
|
boundsBehavior: ListView.StopAtBounds
|
||||||
@ -492,7 +490,6 @@ Rectangle {
|
|||||||
ListView{
|
ListView{
|
||||||
id:listview
|
id:listview
|
||||||
property bool isCompleted: false
|
property bool isCompleted: false
|
||||||
snapMode: ListView.SnapOneItem
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
highlightRangeMode: ListView.StrictlyEnforceRange
|
highlightRangeMode: ListView.StrictlyEnforceRange
|
||||||
|
Loading…
x
Reference in New Issue
Block a user