setStyleSheet("QComboBox { "
"color:black;background-color:aqua;"
"background-color:"
"qlineargradient(x1:0,y1:0,x2:0,y2:1,"
"stop:0#eaebfe,stop:1#76878a);"
"min-width : 75; min-height : 15;"
"border-style:outset;border-width:2px;"
"border-radius4px;border-color:black; }"
"QComboBox:pressed {"
"color:white;"
"background-color:"
"qlineargradient(x1:0,y1:0,x2:0,y2:1,"
"stop:0#08080a,stop:1#66777a);"
"border:6pxsolidwhite;"
"border-style:inset;border-width:2px;"
"border-radius6px;border-color:white; }");
setStyleSheet("QComboBox { "
"color:black;background-color:aqua;"
"background-color:"
"qlineargradient(x1:0,y1:0,x2:0,y2:1,"
"stop:0#eaebfe,stop:1#76878a);"
"min-width : 75; min-height : 15;"
"border-style:outset;border-width:2px;"
"border-radius4px;border-color:black; }"
"QComboBox:pressed {"
"color:white;"
"background-color:"
"qlineargradient(x1:0,y1:0,x2:0,y2:1,"
"stop:0#08080a,stop:1#66777a);"
"border:6pxsolidwhite;"
"border-style:inset;border-width:2px;"
"border-radius6px;border-color:white; }");
To copy to clipboard, switch view to plain text mode
BTW you're welcome
Bookmarks