문제

Is there a way to highlight a row of QTableWidget on mousehover? And if it is QTableView?

I can change a cell color just with foloou stylesheet.

QTableWidget::item:hover {
background-color: rgba(200,200,220,255);} 

What else proprieties QTableWidget has that has hover event?

Sorry for my English.

도움이 되었습니까?

해결책

Try to use delegates to draw the row background

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top