Quote Originally Posted by MorrisLiang View Post
And one isn't documented is
#myBtn{background-color: blue} The # means to apply this style to the widget whose name is "myBtn"
The 5th row in the table under selector types:
D Selector QPushButton#okButton Matches all QPushButton instances whose object name is okButton.