Hi, i wanna know it it's possible to change background and font color of QTreeView using html code,
I know its possible using css like this

Qt Code:
  1. {background-color: yellow;}");
To copy to clipboard, switch view to plain text mode 

but, can it be done with html code something like this

Qt Code:
  1. <QTreeView style="background-color:grey;">
To copy to clipboard, switch view to plain text mode