aahhhh,,, u posted before me :P
I played with the stylesheet example in the QtDemo and made the following changes in code -
nameLabel
->setFrameStyle
(QFrame::StyledPanel);
nameLabel->setFrameStyle(QFrame::StyledPanel);
To copy to clipboard, switch view to plain text mode
and on running the application, i tried edit, and in the edit made the following change -
/* Mark mandatory fields with a brownish color. */
.mandatory {
color: brown;
border-width:2;
border-style: inset;
}
/* Mark mandatory fields with a brownish color. */
.mandatory {
color: brown;
border-width:2;
border-style: inset;
}
To copy to clipboard, switch view to plain text mode
finally something 
by the way, Philip, ur questions will make everyone expert in using stylesheets
Bookmarks