Hello Guys
I'm trying to round off a QTreeView. Unfortunately it has an ugly box on the right in the corner. I would like to remove that. With this StyleSheet I round off the rest.
QTreeView {
background-color: white;
border-width: 0px;
border-radius: 7px;
}
A photo so you know what I mean