QScrollArea/QScrollBar stylesheet
-
Hi! How can i change bottom-right corner of.. of what? QScrollBar/QScrollArea? (QTreeWidget on screen)

I tryQScrollArea/QScrollBar::corner { border: none; }but its dont work
@Daniil-S
The accepted solution from https://stackoverflow.com/questions/5663837/customize-qscrollbar-intersection-using-stylesheet-qt is:QAbstractScrollArea::corner { background: transparent; } -
@Daniil-S
The accepted solution from https://stackoverflow.com/questions/5663837/customize-qscrollbar-intersection-using-stylesheet-qt is:QAbstractScrollArea::corner { background: transparent; }