Question

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.

Was it helpful?

Solution

Try to use delegates to draw the row background

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top