如何更改 Qcombobox 向下箭头图像?现在我正在使用这个 QSS 代码,但这不起作用,我无法删除向下箭头边框。
QComboBox
{
border: 0px;
}
QComboBox::down-arrow
{
border: 0px;
background-repeat: no-repeat;
background-position: center center;
background-image-width: 50px;
border-image: url(./select-BG.png);
heidth:50px;
width:100px;
}
这是屏幕截图: