PyQt样式QComboBox下拉边框颜色

时间:2018-02-12 18:29:58

标签: python python-3.x pyqt5 stylesheet qcombobox

我正在尝试删除围绕QComboBox下拉列表的灰色边框。

screenshot of drop down

我试图使用此样式表无效:

self.combobox.setStyleSheet("QComboBox{color: rgb(255, 149, 0 );\n"
                                        "background-color: transparent;\n"
                                        "background-image:url(background.png);}\n"
                                        "QComboBox QAbstractItemView{border: 0px;color:orange}")

所有帮助表示赞赏。

0 个答案:

没有答案