Hi,

I'm using the following style sheet;

Qt Code:
  1. QFrame#myFrame { ... }
To copy to clipboard, switch view to plain text mode 

But I want this style sheet only effect the "myFrame" not it's children.

How can I do this?