说明: 分页视图 左右分页滑动列表组件 示例 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' } } Autho
<ewrest> 上传 | 大小:24kb