I have QComboBox: Screenshot_1.png
I check no change item and set border color red: Screenshot_2.png
my code change border color:size change too, why? How to change boder color only?Qt Code:
combobox->setStyleSheet( combobox->styleSheet().append( QString( "border-width: 1px; border-style: solid; border-color: red;" ) ) );To copy to clipboard, switch view to plain text mode
Bookmarks