How to set stylesheet for branch in QTreeView without remove default branch image.

Qt Code:
  1. QTreeView::branch {
  2. border-bottom: 0.5 solid silver;
  3. }
To copy to clipboard, switch view to plain text mode 
With this code, branch image will gone.