码迷,mamicode.com
首页 > 其他好文 > 详细

Qt表格

时间:2018-09-16 22:06:07      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:head   背景   header   tableview   styles   cal   size   res   mode   

1、设置QTableWidget或QTableView的首行首列背景色
  ->horizontalHeader()->setStyleSheet("QHeadView::section{background-color: rgb(231,231,231);}");
  ->verticalHeader()->setStyleSheet("QHeadView::section{background-color: rgb(231,231,231);}");
  ->setStyleSheet("background-color: rgb(231,231,231);");//首行首列可能会失效

2、自适应列宽和自动等宽
  ->horizontalHeader()->setSectionResizeMode( );

Qt表格

标签:head   背景   header   tableview   styles   cal   size   res   mode   

原文地址:https://www.cnblogs.com/wangbin-heng/p/9657565.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!