首页| 论坛| 消息

标题:QML tableviewcolumn header可以合并吗
作者:oracle513
日期:2016-08-11 16:32
内容:

领导要这样的tableview 求助各位怎么实现 我刚用qml不久 不熟悉 谢谢


#1 [never_forget 08-12 08:36]
TableView {
id: tableView
width: parent.width
anchors.top: parent.top
anchors.bottom: rectButtons.top
anchors.bottomMargin: mm * 2
clip: true
TableViewColumn {
width: parent.width / 3
role: "company"
title: "供电单位"
resizable: false
}
TableViewColumn {
width: parent.width / 3
role: "stationNumber"
title: "台区编号"
resizable: false
}
TableViewColum ..
#2 [never_forget 08-12 08:37]
item 的delegate 估计要变一下,楼主加油。。。
#3 回 never_forget 的帖子 [oracle513 08-12 13:54]
never_forget:item 的delegate 估计要变一下,楼主加油。。。 (2016-08-12 08:37) 
Thx

回复 发表
主题 版块