Qt Code:
  1. MyCustomWidget QCheckBox {
  2. }
To copy to clipboard, switch view to plain text mode 
or if only direct children of MyCustomWidget (no intermediary container allowed)
Qt Code:
  1. MyCustomWidget > QCheckBox {
  2. }
To copy to clipboard, switch view to plain text mode 

Cheers,
_