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

qtableview 表格风格设置

时间:2018-04-26 17:04:28      阅读:474      评论:0      收藏:0      [点我收藏+]

标签:sheet   标题   ati   rgb   tableview   alternate   窗体   view   shape   

1、窗体无边框?

tableView->setFrameShape(QFrame::NoFrame);

2、表格内容无边框?

tableView->setShowGrid(false);

3、设置标题头风格?

tableView->horizontalHeader()->setStyleSheet("QHeaderView::section{background-color: rgb(205,205,205)};");

4、表格交替变色?

tableView->setStyleSheet("QTableView{background-color: rgb(255, 255, 255);alternate-background-color: rgb(233, 248, 254)}");

tableView->setAlternatingRowColors(true);

qtableview 表格风格设置

标签:sheet   标题   ati   rgb   tableview   alternate   窗体   view   shape   

原文地址:https://www.cnblogs.com/kabe/p/8952784.html

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