Qt qml pageview

时间:2021-03-28 05:39:34
【文件属性】:

文件名称:Qt qml pageview

文件大小:24KB

文件格式:ZIP

更新时间:2021-03-28 05:39:34

QT

分页视图 左右分页滑动列表组件 示例 PageView{ id: pv width: 300 height: 200 Rectangle{ width:pv.width; height:pv.height; color: 'red' } Rectangle{ width:pv.width; height:pv.height; color: 'green' } Rectangle{ width:pv.width; height:pv.height; color: 'blue' } } Author: surfsky.cnblogs.com 2014-12 Lisence: MIT 请保留此段声明


【文件预览】:
PageView
----ListViewIndicator.qml(569B)
----TestPageView_Raw.qml(2KB)
----PageView.qml(1KB)
----snapshot()
--------pageview.gif(45KB)
----TestPageView.qml(407B)

网友评论