QuteQT
QTableView의 row height 설정.
무위자연
2018. 11. 29. 18:21
QTableView::item
{
background-color : bg_white;
margin-bottom: 10px;
border-bottom : 1px solid contents_outer;
border-top : 1px solid contents_outer;
outline:0px;
}
이런 식의 정보가 아니다!
tableView->verticalHeader()->setDefaultSectionSize(120);