QT QTableWidget 表头样式设置

QHeaderView::section{
	border:2px groove gray;
	border-radius:10px;
	padding:2px 4px;
	background-color:#1296db;
	color:#ffffff;
}

效果:
QT QTableWidget 表头样式设置_第1张图片

你可能感兴趣的:(QT,GUI控件)