thanks for the link jpn.
in the link the code sets pushbutton to red color.
button->setStyleSheet("color: #0000dd; background-color: red;");
button->setStyleSheet("color: #0000dd; background-color: red;");
To copy to clipboard, switch view to plain text mode
but even if we use
button->setStyleSheet("background-color: red;");
button->setStyleSheet("background-color: red;");
To copy to clipboard, switch view to plain text mode
this we get the same ,then what does color: #0000dd signify and do we really need it. i have gone through the docs(The Style Sheet Syntax) and i have not found any thing like this.
Bookmarks