1. 首页
  2. 移动开发
  3. QT
  4. Qt qml pageview

Qt qml pageview

上传者: 2021-04-21 22:09:56上传 ZIP文件 24.3KB 热度 24次
分页视图 左右分页滑动列表组件 示例 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 请保留此段声明
下载地址
用户评论