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