Hi,

I want to have a transparent HeaderView by reimplementing the paintSection method.

No Problem with stylesheet
setStyleSheet("QHeaderView::section {border: none; background-color: transparent;} QHeaderView {border: none; background-color: transparent;}");

But I have no idea how to do it in paintSelection.

Please help me out.