Hi,

I am developing an application that should display some values in different tables. I am using QTableWidgets which are customized based on customer's requirements, and one of these requirements is to modify the background image of each selected row in the table. I tried QTableWidget::item:selected{ background-image: url(:/new/prefix1/selected);} but it changes each item (column) in the row, and I need to change the whole row.

Is it possible?? Some help will be really appreciated!!

Thanks!!