Hello!
I have created QListWidget and now trying to style it. However when I select any item it is painted with thin black border. I have changed border width and other stuff, but the problem is still here. Here is it:
Code:QListWidget {color: "COLOR3"; background-color: "COLOR4"; border-radius: 6px; border-style: outset;border-width: 3px; border-color: grey} QListWidget::item { color: black; margin-right: 8px; margin-left: 8px; padding: 10px; border-bottom: 2px solid grey; } QListWidget::item::selected { background-color: "COLOR5"; }
Please help me to get rid of it. Thank you!




