I want to know is it possible to make a stylesheet to make the contents in selected row bold.
i am using self.tw.setSelectionBehavior(QAbstractItemView.SelectRows)
to set table to select entire row instead of cell. But i dont want any backgroung color to be changed instead it font should be bold.
How can i achieve this....?