資源簡介
分頁視圖
左右分頁滑動列表組件
示例
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 請保留此段聲明

代碼片段和文件信息
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????23430??2018-11-19?16:46??PageView.rar
-----------?---------??----------?-----??----
?????文件???????23430??2018-11-19?16:46??PageView.rar
評論
共有 條評論