bunjee,
frame
->setFrameShape
( QFrame::StyledPanel );
frame->setStyleSheet( "border-width: 2px; border-top-style: none; border-right-style: solid; border-bottom-style: solid; border-left-style: none; border-color: blue; ");
frame->setFrameShape( QFrame::StyledPanel );
frame->setStyleSheet( "border-width: 2px; border-top-style: none; border-right-style: solid; border-bottom-style: solid; border-left-style: none; border-color: blue; ");
To copy to clipboard, switch view to plain text mode
I usually figure out the context of the style sheet setting by opening designer and creating the object, then right click on the object and select "Change styleSheet" option to work out the kinks.
Hope this helps,
Junior
Bookmarks