Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
the box is for scrollers since you have two. If it is removed, they will overlap.
@JoeCFD is it possible to round up this and change the color?
https://stackoverflow.com/questions/5663837/customize-qscrollbar-intersection-using-stylesheet-qt/8226736
Many Thanks That worked great.
5/5
3 Dec 2022, 11:23