【发布时间】:2012-07-14 03:32:45
【问题描述】:
如何更改 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;
}
截图如下:
【问题讨论】:
标签: c++ qt qtstylesheets