Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello ! I have this combobox and I need to not see that border:
I have tried with:
QComboBox QAbstractItemView::icon { border: 0px solid gray; }
But it does not works. Thank you in advance.
Hi,
If I'm not mistaken, than
QComboBox QAbstractItemView{}
accesses the popup
what you're looking for should be
QComboBox::down-arrow{}
@J.Hilk Hi! I have to change the question, I mean the icon on the popup. I want to remove the border that is marked in red.