qml页面指示器

1、效果

 2、与swipview一起使用

 

   //index提示器
    PageIndicator {
        id: indicator
        count: swipeView.count
        currentIndex: swipeView.currentIndex
        anchors.bottom: parent.bottom
        anchors.right: parent.right
    }

 

posted @ 2020-08-21 12:50  朱小勇  阅读(391)  评论(0编辑  收藏  举报