设置表列头背景颜色

QHeaderView::section {
background: rgb(255, 255, 127);
}

05-11 11:30