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.

Était-ce utile?

La solution

Try to use delegates to draw the row background

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top