摘要: 1 import QtQuick 2.11 2 import QtQml.Models 2.11 3 4 5 Rectangle{ 6 width: 500 7 height: 500 8 9 ListView{ 10 id : listview 11 12 anchors.fill: parent 13 ... 阅读全文
posted @ 2018-11-15 15:05 AAAron 阅读(1246) 评论(0) 推荐(1) 编辑