I can set a QT QPushButton to rounded button by setting "border-radius" in style sheet, however i just want to set only the right edge (top and bottom right) corner of the button to rounded. How to do it?
Asked
Active
Viewed 878 times
2
-
1Have you tried setting `border-top-right-radius` and `border-bottom-right-radius`? – tromgy Jan 18 '22 at 03:06
1 Answers
4
You can set border-top-right-radius
and border-bottom-right-radius
in style sheet.

Ye.Feng
- 709
- 6
- 9