try this
Qt Code:
QString style_sheet_btn =" QPushButton:checked {background-color:rgb(255,100,100);border-style:solid;border-width:1.5px;border-color:gray;}";To copy to clipboard, switch view to plain text mode
try this
Qt Code:
QString style_sheet_btn =" QPushButton:checked {background-color:rgb(255,100,100);border-style:solid;border-width:1.5px;border-color:gray;}";To copy to clipboard, switch view to plain text mode
Jerry
Bookmarks