QT编程中QTableWidget控件总结

本文总结了QT编程中QTableWidget控件的各种操作,包括单个和多个选中模式的设置,表头的显示与隐藏,单元格字体对齐和格式设定,以及如何插入文字、图片、控件,合并单元格,调整行列大小,设置滚动条,列标签等内容。
摘要由CSDN通过智能技术生成
</pre><div></div><p style="font-size:14px; line-height:1.5; margin:10px auto; padding-top:0px; padding-bottom:0px"><span style="margin:0px; padding:0px; font-size:15px; color:rgb(0,0,255)">(2)设置表格为选择整行</span></p><div class="cnblogs_code" style="font-size:12px!important; line-height:1.5; margin:5px 0px; padding:5px; background-color:rgb(245,245,245); border:1px solid rgb(204,204,204); overflow:auto; color:rgb(0,0,0); font-family:'Courier New'!important"><pre style="margin-top:0px; margin-bottom:0px; padding:0px; white-space:pre-wrap; word-wrap:break-word; font-family:'Courier New'!important"><span style="margin:0px; padding:0px; color:rgb(0,128,128); line-height:1.5!important">1</span> <span style="margin:0px; padding:0px; color:rgb(0,128,0); line-height:1.5!important">/*</span><span style="margin:0px; padding:0px; color:rgb(0,128,0); line-height:1.5!important">设置表格为整行选中</span><span style="margin:0px; padding:0px; color:rgb(0,128,0); line-height:1.5!important">*/</span>
<span style="margin:0px; padding:0px; color:rgb(0,128,128); line-height:1.5!important">2</span> ui.qtablewidget->setSelectionBehavior(QAbstractItemView::SelectRows); 

(3)设置单个选中和多个选中

单个选中意味着每次只可以选中一个单元格,多个就是相当于可以选择”一片“那种模式。

1 /*设置允许多个选中*/ 
2     ui.qtablewidget->setSelectionMode(QAbstractItemView::ExtendedSelection);  

(4)表格表头的显示与隐藏

对于水平或垂直方向的表头,如果不想显示可以用以下方式进行(隐藏/显示)设置:

1 ui.qtablewidget->verticalHeader()->setVisible(true);  
2 ui.qtablewidget->horizontalHeader()->setVisible(false);

(5)设置具体单元格中字体的对齐方式

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值