mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-05 09:35:28 +08:00
update
This commit is contained in:
@ -7,7 +7,7 @@ import "../component"
|
||||
|
||||
FluScrollablePage{
|
||||
|
||||
title:"Carousel"
|
||||
title: qsTr("Carousel")
|
||||
|
||||
ListModel{
|
||||
id:data_model
|
||||
@ -34,7 +34,7 @@ FluScrollablePage{
|
||||
left:parent.left
|
||||
}
|
||||
FluText{
|
||||
text:"轮播图,支持无限轮播,无限滑动,用ListView实现的组件"
|
||||
text: qsTr("Carousel map, support infinite carousel, infinite swipe, and components implemented with ListView")
|
||||
}
|
||||
Item{
|
||||
width: 400
|
||||
|
Reference in New Issue
Block a user