【发布时间】:2019-02-05 21:42:48
【问题描述】:
QPushButton {
border: 2px solid red;
height:24px;
width:100px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
【问题讨论】: