2

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?

curiousJorgeXX
  • 363
  • 1
  • 10

1 Answers1

4

You can set border-top-right-radius and border-bottom-right-radius in style sheet.

Ye.Feng
  • 709
  • 6
  • 9